Documentation ¶ Index ¶ func AddOverrides(o map[string]Category) func VisitOverrides(f func(name string)) type Category func GetOverride(fieldName string) (category Category, ok bool) func (c Category) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddOverrides ¶ func AddOverrides(o map[string]Category) func VisitOverrides ¶ func VisitOverrides(f func(name string)) Types ¶ type Category ¶ type Category int const ( // Basic is the basic field category, and the default if none is defined. Basic Category = iota // Advanced is the advanced field category. Advanced // Experimental is the experimental field category. Experimental ) func GetOverride ¶ func GetOverride(fieldName string) (category Category, ok bool) func (Category) String ¶ func (c Category) String() string Source Files ¶ View all Source files overrides.go Click to show internal directories. Click to hide internal directories.