Documentation ¶
Overview ¶
Code generated by github.com/raphaelvigee/gensonschema. DO NOT EDIT!
Index ¶
- type AllOf
- type ArraysSchema
- func (r ArraysSchema) Delete() error
- func (r ArraysSchema) Exists() bool
- func (r *ArraysSchema) GetFruits() *Fruits
- func (r *ArraysSchema) GetVegetables() *Vegetables
- func (r ArraysSchema) MarshalJSON() ([]byte, error)
- func (r ArraysSchema) Set(v ArraysSchema) error
- func (r *ArraysSchema) UnmarshalJSON(b []byte) error
- type Bool
- type DefinitionsAddress
- func (r DefinitionsAddress) Delete() error
- func (r DefinitionsAddress) Exists() bool
- func (r *DefinitionsAddress) GetCity() *String
- func (r DefinitionsAddress) MarshalJSON() ([]byte, error)
- func (r DefinitionsAddress) Set(v DefinitionsAddress) error
- func (r *DefinitionsAddress) UnmarshalJSON(b []byte) error
- type Fruits
- type Int64
- type OneOf
- type OneOfData
- type OneOfOneOfRootObj
- func (r *OneOfOneOfRootObj) AsPerson() *Person
- func (r *OneOfOneOfRootObj) AsVehicle() *Vehicle
- func (r OneOfOneOfRootObj) Delete() error
- func (r OneOfOneOfRootObj) Exists() bool
- func (r OneOfOneOfRootObj) MarshalJSON() ([]byte, error)
- func (r OneOfOneOfRootObj) Set(v OneOfOneOfRootObj) error
- func (r *OneOfOneOfRootObj) UnmarshalJSON(b []byte) error
- type Person
- func (r Person) Delete() error
- func (r Person) Exists() bool
- func (r *Person) GetFirstName() *String
- func (r *Person) GetLastName() *String
- func (r *Person) GetSport() *String
- func (r Person) MarshalJSON() ([]byte, error)
- func (r Person) Set(v Person) error
- func (r *Person) UnmarshalJSON(b []byte) error
- type ShippingAddress
- func (r ShippingAddress) Delete() error
- func (r ShippingAddress) Exists() bool
- func (r *ShippingAddress) GetCity() *String
- func (r *ShippingAddress) GetType() *String
- func (r ShippingAddress) MarshalJSON() ([]byte, error)
- func (r ShippingAddress) Set(v ShippingAddress) error
- func (r *ShippingAddress) UnmarshalJSON(b []byte) error
- type String
- type Vegetables
- type Vehicle
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllOf ¶
type AllOf struct {
// contains filtered or unexported fields
}
func (*AllOf) GetBilling_address ¶
func (r *AllOf) GetBilling_address() *DefinitionsAddress
func (*AllOf) GetShipping_address ¶
func (r *AllOf) GetShipping_address() *ShippingAddress
func (AllOf) MarshalJSON ¶
func (*AllOf) UnmarshalJSON ¶
type ArraysSchema ¶
type ArraysSchema struct {
// contains filtered or unexported fields
}
func (ArraysSchema) Delete ¶
func (r ArraysSchema) Delete() error
func (ArraysSchema) Exists ¶
func (r ArraysSchema) Exists() bool
func (*ArraysSchema) GetFruits ¶
func (r *ArraysSchema) GetFruits() *Fruits
func (*ArraysSchema) GetVegetables ¶
func (r *ArraysSchema) GetVegetables() *Vegetables
func (ArraysSchema) MarshalJSON ¶
func (r ArraysSchema) MarshalJSON() ([]byte, error)
func (ArraysSchema) Set ¶
func (r ArraysSchema) Set(v ArraysSchema) error
func (*ArraysSchema) UnmarshalJSON ¶
func (r *ArraysSchema) UnmarshalJSON(b []byte) error
type Bool ¶
type Bool struct {
// contains filtered or unexported fields
}
func (Bool) MarshalJSON ¶
func (*Bool) UnmarshalJSON ¶
type DefinitionsAddress ¶
type DefinitionsAddress struct {
// contains filtered or unexported fields
}
func (DefinitionsAddress) Delete ¶
func (r DefinitionsAddress) Delete() error
func (DefinitionsAddress) Exists ¶
func (r DefinitionsAddress) Exists() bool
func (*DefinitionsAddress) GetCity ¶
func (r *DefinitionsAddress) GetCity() *String
func (DefinitionsAddress) MarshalJSON ¶
func (r DefinitionsAddress) MarshalJSON() ([]byte, error)
func (DefinitionsAddress) Set ¶
func (r DefinitionsAddress) Set(v DefinitionsAddress) error
func (*DefinitionsAddress) UnmarshalJSON ¶
func (r *DefinitionsAddress) UnmarshalJSON(b []byte) error
type Fruits ¶
type Fruits struct {
// contains filtered or unexported fields
}
func (Fruits) MarshalJSON ¶
func (*Fruits) UnmarshalJSON ¶
type Int64 ¶
type Int64 struct {
// contains filtered or unexported fields
}
func (Int64) MarshalJSON ¶
func (*Int64) UnmarshalJSON ¶
type OneOf ¶
type OneOf struct {
// contains filtered or unexported fields
}
func (OneOf) MarshalJSON ¶
func (*OneOf) UnmarshalJSON ¶
type OneOfData ¶
type OneOfData struct {
// contains filtered or unexported fields
}
func (OneOfData) MarshalJSON ¶
func (*OneOfData) UnmarshalJSON ¶
type OneOfOneOfRootObj ¶
type OneOfOneOfRootObj struct {
// contains filtered or unexported fields
}
func (*OneOfOneOfRootObj) AsPerson ¶
func (r *OneOfOneOfRootObj) AsPerson() *Person
func (*OneOfOneOfRootObj) AsVehicle ¶
func (r *OneOfOneOfRootObj) AsVehicle() *Vehicle
func (OneOfOneOfRootObj) Delete ¶
func (r OneOfOneOfRootObj) Delete() error
func (OneOfOneOfRootObj) Exists ¶
func (r OneOfOneOfRootObj) Exists() bool
func (OneOfOneOfRootObj) MarshalJSON ¶
func (r OneOfOneOfRootObj) MarshalJSON() ([]byte, error)
func (OneOfOneOfRootObj) Set ¶
func (r OneOfOneOfRootObj) Set(v OneOfOneOfRootObj) error
func (*OneOfOneOfRootObj) UnmarshalJSON ¶
func (r *OneOfOneOfRootObj) UnmarshalJSON(b []byte) error
type Person ¶
type Person struct {
// contains filtered or unexported fields
}
func (*Person) GetFirstName ¶
func (*Person) GetLastName ¶
func (Person) MarshalJSON ¶
func (*Person) UnmarshalJSON ¶
type ShippingAddress ¶
type ShippingAddress struct {
// contains filtered or unexported fields
}
func (ShippingAddress) Delete ¶
func (r ShippingAddress) Delete() error
func (ShippingAddress) Exists ¶
func (r ShippingAddress) Exists() bool
func (*ShippingAddress) GetCity ¶
func (r *ShippingAddress) GetCity() *String
func (*ShippingAddress) GetType ¶
func (r *ShippingAddress) GetType() *String
func (ShippingAddress) MarshalJSON ¶
func (r ShippingAddress) MarshalJSON() ([]byte, error)
func (ShippingAddress) Set ¶
func (r ShippingAddress) Set(v ShippingAddress) error
func (*ShippingAddress) UnmarshalJSON ¶
func (r *ShippingAddress) UnmarshalJSON(b []byte) error
type String ¶
type String struct {
// contains filtered or unexported fields
}
func (String) MarshalJSON ¶
func (*String) UnmarshalJSON ¶
type Vegetables ¶
type Vegetables struct {
// contains filtered or unexported fields
}
func (*Vegetables) At ¶
func (r *Vegetables) At(i int) *Vegetables
func (Vegetables) Delete ¶
func (r Vegetables) Delete() error
func (Vegetables) Exists ¶
func (r Vegetables) Exists() bool
func (Vegetables) Len ¶
func (r Vegetables) Len() int
func (Vegetables) MarshalJSON ¶
func (r Vegetables) MarshalJSON() ([]byte, error)
func (Vegetables) Set ¶
func (r Vegetables) Set(v Vegetables) error
func (*Vegetables) UnmarshalJSON ¶
func (r *Vegetables) UnmarshalJSON(b []byte) error
type Vehicle ¶
type Vehicle struct {
// contains filtered or unexported fields
}
func (Vehicle) MarshalJSON ¶
func (*Vehicle) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.