Documentation ¶
Overview ¶
The keyvalues package implements a set of functions for parsing key=value data, usually passed in as command-line parameters to juju subcommands, e.g. juju-set mongodb logging=true
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DuplicateError ¶
type DuplicateError string
DuplicateError signals that a duplicate key was encountered while parsing the input into a map.
func (DuplicateError) Error ¶
func (e DuplicateError) Error() string
Click to show internal directories.
Click to hide internal directories.