Versions in this module Expand all Collapse all v0 v0.2.1 Jul 29, 2024 v0.2.0 Jul 29, 2024 Changes in this version + type YamlDataModel struct + func (d *YamlDataModel) Parse(r io.Reader, v interface{}) error v0.1.0 Mar 1, 2019 Changes in this version + type DataParser interface + Parse func(r io.Reader, v interface{}) error + type JsonDataModel struct + func (d *JsonDataModel) Parse(r io.Reader, v interface{}) error