added team view to season_leagues

This commit is contained in:
2026-02-20 19:57:06 +11:00
parent c3d8e6c675
commit 7ea21c63e4
25 changed files with 1018 additions and 51 deletions

View File

@@ -25,6 +25,7 @@ type Getter interface {
AddCheck(check *ValidationRule)
String(key string) *StringField
Int(key string) *IntField
Bool(key string) *BoolField
Time(key string, format *timefmt.Format) *TimeField
StringList(key string) *StringList
IntList(key string) *IntList