Registerer is a thing that can RegisterFlags
| 9 | |
| 10 | // Registerer is a thing that can RegisterFlags |
| 11 | type Registerer interface { |
| 12 | RegisterFlags(*flag.FlagSet) |
| 13 | } |
| 14 | |
| 15 | // RegistererWithLogger is a thing that can RegisterFlags with a Logger |
| 16 | type RegistererWithLogger interface { |
no outgoing calls
no test coverage detected