Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigStorer ¶
type ConfigStorer interface { Get(key string) (string, error) Put(key string, value string) (string, string, error) Delete(key string) (string, error) }
func Store ¶
func Store() ConfigStorer
type DbConfigStore ¶
type DbConfigStore struct { }
Click to show internal directories.
Click to hide internal directories.