| 62 | } |
| 63 | |
| 64 | type HTTPConfig struct { |
| 65 | BindAddress string |
| 66 | Username string |
| 67 | Password string |
| 68 | CertFile string |
| 69 | KeyFile string |
| 70 | } |
| 71 | |
| 72 | type ResolveConfig struct { |
| 73 | ResolveStrategy string |
nothing calls this directly
no outgoing calls
no test coverage detected