YamlPropertySourceLoader struct is an implementation of the PropertySourceLoader interface for YAML contents.
| 30 | |
| 31 | // YamlPropertySourceLoader struct is an implementation of the PropertySourceLoader interface for YAML contents. |
| 32 | type YamlPropertySourceLoader struct { |
| 33 | } |
| 34 | |
| 35 | // NewYamlPropertySourceLoader function creates a new YamlSourceLoader. |
| 36 | func NewYamlPropertySourceLoader() *YamlPropertySourceLoader { |
nothing calls this directly
no outgoing calls
no test coverage detected