Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionStrings ¶
func ActionStrings() []string
ActionStrings returns a slice of all String values of the enum
Types ¶
type Action ¶
type Action int
func ActionString ¶
ActionString retrieves an enum value from the enum constants string name. Throws an error if the param is not part of the enum.
func (Action) IsAAction ¶
IsAAction returns "true" if the value is listed in the enum definition. "false" otherwise
func (Action) MarshalJSON ¶
MarshalJSON implements the json.Marshaler interface for Action
func (Action) MarshalYAML ¶
MarshalYAML implements a YAML Marshaler for Action
func (*Action) UnmarshalJSON ¶
UnmarshalJSON implements the json.Unmarshaler interface for Action
func (*Action) UnmarshalYAML ¶
UnmarshalYAML implements a YAML Unmarshaler for Action
Click to show internal directories.
Click to hide internal directories.