package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 24, 2018
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
@JsonEnum()
const (
ColorTypeRed ColorType = iota
ColorTypeGreen
ColorTypeBlue
)
type ColoredThing struct {
Name string `json:"name"`
Tags []string `json:"tags"`
PrimaryColor ColorType `json:"color"`
OtherColors []ColorType `json:"colors"`
}
@JsonStruct()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.