Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TagOptions ¶
type TagOptions struct { // ActualState is state ActualTags map[string]string // TagsToAdd is state TagsToAdd map[string]string // TagsToRemove is state TagsToRemove map[string]string *options.RootOptions }
TagOptions contains frequent command line and application options.
func GetTagOptions ¶
func GetTagOptions() *TagOptions
GetTagOptions returns the pointer of TagOptions
func (*TagOptions) SetZeroValues ¶
func (opts *TagOptions) SetZeroValues()
type TagOptsKey ¶
type TagOptsKey struct{}
Click to show internal directories.
Click to hide internal directories.