store

package
v0.0.0-...-dc1866d Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	Get(string, string) (*api.SecretRecord, error)
	Save(*api.SecretRecord) (*api.SecretRecord, error)
	Revoke(string, string) error
}

Store defines the secret store interface

func NewStore

func NewStore(appName string, dao dao.DAO, crypter crypt.Crypter) Store

NewStore creates a new secret store backed by DynamoDB

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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