()
| 92 | // using yaml.Node to preserve the ordering. |
| 93 | Export(metadata map[string]yaml.Node) (map[string][]byte, error) |
| 94 | CreateFiles() error |
| 95 | // GetFiles will return an array of file paths which make up the metadata object. |
| 96 | // For example the "sources" metadata key is made up of files like |
| 97 | // databases.yaml. which then will have !include tags which will branch to include |
no outgoing calls
no test coverage detected