Versions in this module Expand all Collapse all v1 v1.0.2 Jul 9, 2022 v1.0.1 Jul 9, 2022 v1.0.0 Jul 2, 2022 Changes in this version + var ErrInvalidYamlNestedStructure = errors.New("invalid yaml nested structure") + var ErrInvalidYamlType = errors.New("invalid yaml type") + type Source struct + func New() *Source + func (s Source) Convert(input string) (*convert.Struct, error)