MCPcopy Create free account
hub / github.com/an0nfunc/ALHP / MultipleStateFilesError

Struct MultipleStateFilesError

utils.go:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 // unmarshaled into a nil *Conf at startup, where an absent key would leave a
97 // plain bool false, but into the existing non-nil one on SIGUSR1 reload,
98 // where yaml merges rather than zeroes. The two sites would disagree.
99 NetworkIsolation *bool `yaml:"network_isolation"`
100 }
101 Logging struct {
102 Level string
103 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected