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

Struct Store

stores/dotenv/store.go:14–16  ·  view source on GitHub ↗

Store handles storage of dotenv data

Source from the content-addressed store, hash-verified

12
13// Store handles storage of dotenv data
14type Store struct {
15 config config.DotenvStoreConfig
16}
17
18func NewStore(c *config.DotenvStoreConfig) *Store {
19 return &Store{config: *c}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected