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 ¶ added in v1.5.5
type StringSlice []string
func (*StringSlice) Set ¶ added in v1.5.5
func (s *StringSlice) Set(value string) error
func (*StringSlice) String ¶ added in v1.5.5
func (s *StringSlice) String() string
Click to show internal directories.
Click to hide internal directories.