go #49

Merged
niggl merged 96 commits from go into main 2024-12-12 15:11:31 +00:00
Showing only changes of commit ba7e02fa30 - Show all commits

View File

@ -2,6 +2,7 @@ package models
type Contract struct {
Runners []Runner `json:"runners"`
Locale string `json:"locale" enums:"en,de"`
}
type Runner struct {