client

package
v0.0.0-...-ce71dfa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2012 License: BSD-2-Clause-Views Imports: 8 Imported by: 0

Documentation

Index

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 New

func New(w http.ResponseWriter, req *http.Request, requestHeader map[string][]string, secret string) *Client

func (*Client) Get

func (c *Client) Get(key string) (interface{}, error)

func (*Client) GetDecrypted

func (c *Client) GetDecrypted(key string) (interface{}, error)

func (*Client) Languages

func (c *Client) Languages() []string

func (*Client) Store

func (c *Client) Store(key string, val interface{}) error

func (*Client) StoreEncrypted

func (c *Client) StoreEncrypted(key string, val interface{}) error

func (*Client) Unstore

func (c *Client) Unstore(key string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL