YamlMultiDocWriter is a writer for yaml multi doc
| 9 | |
| 10 | // YamlMultiDocWriter is a writer for yaml multi doc |
| 11 | type YamlMultiDocWriter struct { |
| 12 | f *os.File |
| 13 | enc *yaml.Encoder |
| 14 | } |
| 15 | |
| 16 | // NewYamlMultiDocWriter creates a new yaml multi doc writer |
| 17 | func NewYamlMultiDocWriter(filePath string) (*YamlMultiDocWriter, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected