KoanfIntf is an interface that represents a small subset of methods used by this package from Koanf{}. When using this package, a live instance of Koanf{} should be passed.
| 14 | // used by this package from Koanf{}. When using this package, a live |
| 15 | // instance of Koanf{} should be passed. |
| 16 | type KoanfIntf interface { |
| 17 | Exists(string) bool |
| 18 | } |
| 19 | |
| 20 | // Posflag implements a pflag command line provider. |
| 21 | type Posflag struct { |