datamon icon indicating copy to clipboard operation
datamon copied to clipboard

Add YAML interfaces in line with idiomatic go

Open kerneltime opened this issue 6 years ago • 1 comments

From https://github.com/oneconcern/datamon/pull/271 I think we should rather implement here the YAML unmarshaller interface: https://github.com/go-yaml/yaml/blob/v2.2.4/yaml.go#L32

kerneltime avatar Oct 28 '19 18:10 kerneltime

ok we have adopted a pattern to have pkg/model objects wired as YAML documents. We just need now to make this approach consistent for all metadata objects.

fredbi avatar Apr 02 '20 10:04 fredbi