Documentation ¶ Index ¶ type Label Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Label ¶ type Label struct { RenderType string `json:"type,omitempty"` Name string `json:"name,omitempty"` // change json tag to label Value string `json:"label,omitempty"` Group string `json:"group,omitempty"` Options []Label `json:"options,omitempty"` } Source Files ¶ View all Source files label.go Click to show internal directories. Click to hide internal directories.