| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected