Implements Config interface
| 49 | |
| 50 | // Implements Config interface |
| 51 | type cfg struct { |
| 52 | cfg *ghConfig.Config |
| 53 | } |
| 54 | |
| 55 | func (c *cfg) get(hostname, key string) o.Option[string] { |
| 56 | if hostname != "" { |
nothing calls this directly
no outgoing calls
no test coverage detected