Documentation
¶
Index ¶
- func APIAddrFlag(f *flag.FlagSet) *string
- func APIPasswordFlag(f *flag.FlagSet) *string
- func DDPathFlag(f *flag.FlagSet) *string
- func DDSizeFlag(f *flag.FlagSet) *string
- func DecryptorPathFlag(f *flag.FlagSet) *string
- func DevFlag(f *flag.FlagSet) *bool
- func EncryptorPathFlag(f *flag.FlagSet) *string
- func LogLevelFlag(f *flag.FlagSet) *string
- func MasterKeyFlag(f *flag.FlagSet) *string
- type AppendSliceValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppendSliceValue ¶
type AppendSliceValue []string
AppendSliceValue implements the flag.Value interface and allows multiple calls to the same variable to append a list.
Click to show internal directories.
Click to hide internal directories.