vault

package
v0.0.0-...-0117b6e Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 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(manifestFileNamePrefix string, key string, data []byte) (err error)
	Retrieve(manifestFileNamePrefix string, 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