resolver_fixtures

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	UserSchemaV1 = `` /* 880-byte string literal not displayed */

	UserSchemaV2 = `` /* 917-byte string literal not displayed */

)

Functions

This section is empty.

Types

type Address

type Address struct {
	Address1 string
	Address2 *string
	City     string
	State    string
	Zip      int32
}

type UserV1

type UserV1 struct {
	First_name []byte `avro:first_name`
	Last_name  []byte `avro:last_name`
	Address    *Address
	Errors     []string
	Phone      *int32
}

type UserV2

type UserV2 struct {
	FirstName string
	LastName  string
	Address   *Address
	Errors    []string
	Phone     *int32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL