Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddOptions ¶
func AddOptions(parser *argparse.Parser, cont DataContinuation)
func NewValidator ¶
func NewValidator(decoder Decoder, cont DataContinuation) func(string) error
Types ¶
type DataContinuation ¶
type EnvDecoder ¶
type EnvDecoder struct{}
func (EnvDecoder) Format ¶
func (e EnvDecoder) Format() string
func (EnvDecoder) Shortcut ¶
func (e EnvDecoder) Shortcut() string
type JsonDecoder ¶
type JsonDecoder struct{}
func (JsonDecoder) Format ¶
func (j JsonDecoder) Format() string
func (JsonDecoder) Shortcut ¶
func (j JsonDecoder) Shortcut() string
type TomlDecoder ¶
type TomlDecoder struct{}
func (TomlDecoder) Format ¶
func (t TomlDecoder) Format() string
func (TomlDecoder) Shortcut ¶
func (t TomlDecoder) Shortcut() string
type YamlDecoder ¶
type YamlDecoder struct{}
func (YamlDecoder) Format ¶
func (y YamlDecoder) Format() string
func (YamlDecoder) Shortcut ¶
func (y YamlDecoder) Shortcut() string
Click to show internal directories.
Click to hide internal directories.