Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnvToFlag = EnvToFlagWithPrefix("")
EnvToFlag is func for set to flag value from enviroments
Functions ¶
func EnvToFlagWithPrefix ¶
EnvToFlagWithPrefix return the func for set to flag value from enviroments value with prefix
Types ¶
type StringSlice ¶
type StringSlice []string
StringSlice is a implemented `flag.Value` for string slice
func (*StringSlice) Set ¶
func (ss *StringSlice) Set(s string) error
func (*StringSlice) String ¶
func (ss *StringSlice) String() string
Click to show internal directories.
Click to hide internal directories.