| 28 | } |
| 29 | |
| 30 | type DebugC struct { |
| 31 | Enable bool `mapstructure:"enable" json:"enable"` |
| 32 | Port int `mapstructure:"port" json:"port"` |
| 33 | } |
| 34 | |
| 35 | type P2PS struct { |
| 36 | Enable bool `mapstructure:"enable" json:"enable"` |
nothing calls this directly
no outgoing calls
no test coverage detected