fix GML warning

This commit is contained in:
Yuce Tekol 2018-11-08 20:48:56 +03:00
parent 745ec43432
commit 45e2951e87
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -1236,11 +1236,11 @@ type FieldOptions struct {
Min int64 `json:"min,omitempty"`
Max int64 `json:"max,omitempty"`
Keys bool `json:"keys"`
NoStandardView bool `json:"noStandardView,omitempty"`
CacheSize uint32 `json:"cacheSize,omitempty"`
CacheType string `json:"cacheType,omitempty"`
Type string `json:"type,omitempty"`
TimeQuantum TimeQuantum `json:"timeQuantum,omitempty"`
NoStandardView bool `json:"noStandardView,omitempty"`
}
// applyDefaultOptions returns a new FieldOptions object