()
| 30 | } |
| 31 | |
| 32 | func (h *NodeHandler) configFilePath() string { |
| 33 | return filepath.Join(h.dataDir, "ip_sentinel_config.json") |
| 34 | } |
| 35 | |
| 36 | func (h *NodeHandler) loadConfig() (Config, error) { |
| 37 | h.cfgMu.RLock() |
no outgoing calls
no test coverage detected