Documentation ¶ Index ¶ func KeyToFilename(key string) string type Client func NewClient(cfg document.Config) *Client func (client Client) GetOrEmptyString(key string) string func (client Client) GetString(key string) (string, error) func (client Client) SetString(key, val string) error type Item Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func KeyToFilename ¶ func KeyToFilename(key string) string Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(cfg document.Config) *Client func (Client) GetOrEmptyString ¶ func (client Client) GetOrEmptyString(key string) string func (Client) GetString ¶ func (client Client) GetString(key string) (string, error) func (Client) SetString ¶ func (client Client) SetString(key, val string) error type Item ¶ type Item struct { Key string `json:"key"` Value string `json:"value"` } Source Files ¶ View all Source files files.go Click to show internal directories. Click to hide internal directories.