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