MCPcopy Create free account
hub / github.com/codnect/procyon / StandardDataLoader

Struct StandardDataLoader

runtime/config/data.go:75–78  ·  view source on GitHub ↗

StandardDataLoader is a struct that represents a default location resolver.

Source from the content-addressed store, hash-verified

73
74// StandardDataLoader is a struct that represents a default location resolver.
75type StandardDataLoader struct {
76 resourceResolver io.ResourceResolver
77 loaders []PropertySourceLoader
78}
79
80// NewStandardDataLoader function creates a new StandardDataLoader with the provided property source loaders.
81func NewStandardDataLoader(resourceResolver io.ResourceResolver, loaders ...PropertySourceLoader) *StandardDataLoader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected