Versions in this module Expand all Collapse all v0 v0.0.1 Aug 19, 2019 Changes in this version + var UserSchemaV1 = ... + var UserSchemaV2 = ... + type Address struct + Address1 string + Address2 *string + City string + State string + Zip int32 + type UserV1 struct + Address *Address + Errors []string + First_name []byte + Last_name []byte + Phone *int32 + type UserV2 struct + Address *Address + Errors []string + FirstName string + LastName string + Phone *int32