Option is a generic type used to modify the behavior of Koanf.Load.
func(*options)
| 14 | |
| 15 | // Option is a generic type used to modify the behavior of Koanf.Load. |
| 16 | type Option func(*options) |
| 17 | |
| 18 | // apply the given options. |
| 19 | func (o *options) apply(opts []Option) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…