Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrNotFound = DictError("could not find the key you were looking for") ErrKeyFound = DictError("key already found in dictionary") ErrKeyNotFound = DictError("could not update key as already defined") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dictionary ¶
func (Dictionary) Add ¶
func (dict Dictionary) Add(key, value string) error
func (Dictionary) Delete ¶
func (dict Dictionary) Delete(key string)
func (Dictionary) Update ¶
func (dict Dictionary) Update(key, value string) error
Click to show internal directories.
Click to hide internal directories.