feat(contracts): Provide locale via post request
This commit is contained in:
parent
56e09dafb9
commit
ba7e02fa30
@ -2,6 +2,7 @@ package models
|
|||||||
|
|
||||||
type Contract struct {
|
type Contract struct {
|
||||||
Runners []Runner `json:"runners"`
|
Runners []Runner `json:"runners"`
|
||||||
|
Locale string `json:"locale" enums:"en,de"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Runner struct {
|
type Runner struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user