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

Struct YamlPropertySourceLoader

runtime/config/loader.go:32–33  ·  view source on GitHub ↗

YamlPropertySourceLoader struct is an implementation of the PropertySourceLoader interface for YAML contents.

Source from the content-addressed store, hash-verified

30
31// YamlPropertySourceLoader struct is an implementation of the PropertySourceLoader interface for YAML contents.
32type YamlPropertySourceLoader struct {
33}
34
35// NewYamlPropertySourceLoader function creates a new YamlSourceLoader.
36func NewYamlPropertySourceLoader() *YamlPropertySourceLoader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected