Documentation ¶
Overview ¶
Package datastore implements the use of a data store yaml file that can be used for the CLI to store and retrieve data that is not configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteDataStoreValue ¶
DeleteDataStoreValue deletes the key and value from the data store.
func GetDataStoreValue ¶
GetDataStoreValue reads the data store and returns the value for the given key. The value is unmarshalled into the out parameter. The out parameter must be a non-nil pointer to a value. If the key does not exist, the out parameter is not modified and an error is returned.
func SetDataStoreValue ¶
SetDataStoreValue sets the value of the key in the data store.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.