vault

package
v0.0.0-...-3f59448 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package vault provide interface for data storage.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Vault

type Vault interface {
	Store(key string, data []byte) (err error)
	Retrieve(key string) (data []byte, err error)
	Remove(key string) (err error)
}

Directories

Path Synopsis
Package fsvault implements vault with file system storage.
Package fsvault implements vault with file system storage.

Jump to

Keyboard shortcuts

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