MCPcopy
hub / github.com/grafana/dskit / fileProvider

Struct fileProvider

runtimeconfig/provider.go:27–29  ·  view source on GitHub ↗

fileProvider reads config from the local filesystem.

Source from the content-addressed store, hash-verified

25
26// fileProvider reads config from the local filesystem.
27type fileProvider struct {
28 path string
29}
30
31func newFileProvider(path string) *fileProvider {
32 return &fileProvider{path: path}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected