Versions in this module Expand all Collapse all v0 v0.1.1 Dec 14, 2023 v0.1.0 Dec 14, 2023 Changes in this version + var Employee = Schemas + var User = Schemas + func MergeSchemas(parentSchema string, childSchemas map[string]string) (string, error) + func New(url string) (*sr, error) + type AvroSchema struct + Fields []Field + Name string + Namespace string + Type string + type Field struct + Name string + Type interface{} + type Schemas struct + ChildSchemas map[string]string + ExpectedSchema string + ParentSchema string