MCPcopy
hub / github.com/passteque/gluetun / Source

Struct Source

internal/configuration/sources/secrets/reader.go:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Source struct {
12 rootDirectory string
13 environ map[string]string
14 warner Warner
15 cached struct {
16 wireguardLoaded bool
17 wireguardConf files.WireguardConfig
18 }
19}
20
21func New(warner Warner) (source *Source) {
22 const rootDirectory = "/run/secrets"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected