Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flag ¶
Flag is a flag.Value implementation for parsing user variables from the command-line in the format of '-var key=value'.
type FlagJSON ¶
FlagJSON is a flag.Value implementation for parsing user variables from the command-line using JSON files.
type StringSlice ¶
type StringSlice []string
func (*StringSlice) Set ¶
func (s *StringSlice) Set(value string) error
func (*StringSlice) String ¶
func (s *StringSlice) String() string
Click to show internal directories.
Click to hide internal directories.