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

Struct Store

stores/json/store.go:17–19  ·  view source on GitHub ↗

Store handles storage of JSON data.

Source from the content-addressed store, hash-verified

15
16// Store handles storage of JSON data.
17type Store struct {
18 config config.JSONStoreConfig
19}
20
21func NewStore(c *config.JSONStoreConfig) *Store {
22 return &Store{config: *c}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected