Documentation ¶
Index ¶
- type Client
- func (c *Client) Get(key string) (interface{}, error)
- func (c *Client) GetDecrypted(key string) (interface{}, error)
- func (c *Client) Languages() []string
- func (c *Client) Store(key string, val interface{}) error
- func (c *Client) StoreEncrypted(key string, val interface{}) error
- func (c *Client) Unstore(key string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetDecrypted ¶
func (*Client) StoreEncrypted ¶
Click to show internal directories.
Click to hide internal directories.