Documentation ¶ Index ¶ type Client func New(table string, sess *session.Session) *Client func (c *Client) GetSecret(name, table, version string, ctx map[string]string) (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 New ¶ func New(table string, sess *session.Session) *Client func (*Client) GetSecret ¶ func (c *Client) GetSecret(name, table, version string, ctx map[string]string) (string, error) Source Files ¶ View all Source files aws.go client.go secret.go Click to show internal directories. Click to hide internal directories.