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

Interface KoanfIntf

providers/posflag/posflag.go:16–18  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 2

Koanfkoanf.go
mockKoanfproviders/cliflagv3/cliflagv3_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…