github.com/hamba/avro/v2@v2.22.1-0.20240518180522-aff3955acf7d/gen/testdata/golden_multiple.go (about)

     1  package something
     2  
     3  // Code generated by avro/gen. DO NOT EDIT.
     4  
     5  // TestUnionType is a generated struct.
     6  type TestUnionType struct {
     7  	Field1 int64 `avro:"Field1"`
     8  	Field2 int   `avro:"Field2"`
     9  }
    10  
    11  // TestMain is a generated struct.
    12  type TestMain struct {
    13  	TestUnion *TestUnionType `avro:"TestUnion"`
    14  }