Add multilingual support, competition close/reopen, and backup directory
This commit is contained in:
@@ -14,6 +14,8 @@ type Competition struct {
|
||||
Name string `json:"name"`
|
||||
AllowAnyScorerEdit bool `json:"allow_any_scorer_edit"`
|
||||
RulesLanguage string `json:"rules_language"`
|
||||
Closed bool `json:"closed"`
|
||||
ClosedAt string `json:"closed_at,omitempty"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
Role string `json:"role,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user