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

Struct Store

stores/ini/store.go:16–18  ·  view source on GitHub ↗

Store handles storage of ini data.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected