MCPcopy
hub / github.com/getsops/sops / BinaryStore

Struct BinaryStore

stores/json/store.go:30–33  ·  view source on GitHub ↗

BinaryStore handles storage of binary data in a JSON envelope.

Source from the content-addressed store, hash-verified

28
29// BinaryStore handles storage of binary data in a JSON envelope.
30type BinaryStore struct {
31 store Store
32 config config.JSONBinaryStoreConfig
33}
34
35// The binary store uses a single key ("data") to store everything.
36func (store *BinaryStore) IsSingleValueStore() bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected