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

Struct Source

internal/configuration/sources/files/reader.go:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Source struct {
10 rootDirectory string
11 environ map[string]string
12 warner Warner
13 cached struct {
14 wireguardLoaded bool
15 wireguardConf WireguardConfig
16 }
17}
18
19func New(warner Warner) (source *Source) {
20 osEnviron := os.Environ()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected