Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadFromSourceFlags ¶ added in v0.3.6
Types ¶
type FlagType ¶
type FlagType int
FlagType are the primitive types of flags.
Collection of the different kinds of flag types
type Flagset ¶
type Flagset struct {
Flags []Flag
}
func (*Flagset) MarshalJSON ¶ added in v0.3.6
MarshalJSON marshals a Flagset into JSON format compatible with the manifest structure
func (*Flagset) UnmarshalJSON ¶
UnmarshalJSON unmarshals the JSON data into a Flagset. It is used by json.Unmarshal.
Click to show internal directories.
Click to hide internal directories.