package
0.0.0-20201215173027-a12daaf43806
Repository: https://github.com/vividcortex/goji.git
Documentation: pkg.go.dev
# Functions
Parse the given arguments into the the given pointer to a struct object.
# Constants
No description provided by the author
No description provided by the author
# Structs
KeyError is an error type returned when an unknown field is set on a struct.
NestingError is an error type returned when a key is nested when the target type does not support nesting of the given type.
SingletonError is an error type returned when a parameter is passed multiple times when only a single value is expected.
SyntaxError is an error type returned when a key is incorrectly formatted.
TypeError is an error type returned when param has difficulty deserializing a parameter value.
# Type aliases
SyntaxErrorSubtype describes what sort of syntax error was encountered.