Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EncryptDecrypter ¶
type Repository ¶
type Repository interface { Save(key []byte, value io.Reader) error Retrieve(key []byte) (io.Reader, error) }
func NewFSRepository ¶
func NewFSRepository(loc string) Repository
Click to show internal directories.
Click to hide internal directories.