added team view to season_leagues
This commit is contained in:
@@ -46,6 +46,10 @@ func (q *QueryGetter) Int(key string) *IntField {
|
||||
return newIntField(key, q)
|
||||
}
|
||||
|
||||
func (q *QueryGetter) Bool(key string) *BoolField {
|
||||
return newBoolField(key, q)
|
||||
}
|
||||
|
||||
func (q *QueryGetter) Time(key string, format *timefmt.Format) *TimeField {
|
||||
return newTimeField(key, format, q)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user