MCPcopy
hub / github.com/knadh/koanf / Option

FuncType Option

options.go:16–16  ·  view source on GitHub ↗

Option is a generic type used to modify the behavior of Koanf.Load.

func(*options)

Source from the content-addressed store, hash-verified

14
15// Option is a generic type used to modify the behavior of Koanf.Load.
16type Option func(*options)
17
18// apply the given options.
19func (o *options) apply(opts []Option) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…