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

Struct Store

stores/yaml/store.go:19–21  ·  view source on GitHub ↗

Store handles storage of YAML data

Source from the content-addressed store, hash-verified

17
18// Store handles storage of YAML data
19type Store struct {
20 config config.YAMLStoreConfig
21}
22
23func NewStore(c *config.YAMLStoreConfig) *Store {
24 return &Store{config: *c}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected