Versions in this module Expand all Collapse all v1 v1.3.1 Feb 26, 2021 Changes in this version + type Bool struct + Present bool + Valid bool + Value bool + func (b *Bool) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (b *Bool) Ptr() *bool + func (b *Bool) UnmarshalJSON(data []byte) error + func (b *Bool) Validate(formats strfmt.Registry) error + type BoolSlice struct + Present bool + Valid bool + Value []bool + func (b *BoolSlice) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (b *BoolSlice) Ptr() *[]bool + func (b *BoolSlice) UnmarshalJSON(data []byte) error + func (b *BoolSlice) Validate(formats strfmt.Registry) error + type Float32 struct + Present bool + Valid bool + Value float32 + func (f *Float32) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (f *Float32) Ptr() *float32 + func (f *Float32) UnmarshalJSON(data []byte) error + func (f *Float32) Validate(formats strfmt.Registry) error + type Float32Slice struct + Present bool + Valid bool + Value []float32 + func (f *Float32Slice) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (f *Float32Slice) Ptr() *[]float32 + func (f *Float32Slice) UnmarshalJSON(data []byte) error + func (f *Float32Slice) Validate(formats strfmt.Registry) error + type Float64 struct + Present bool + Valid bool + Value float64 + func (f *Float64) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (f *Float64) Ptr() *float64 + func (f *Float64) UnmarshalJSON(data []byte) error + func (f *Float64) Validate(formats strfmt.Registry) error + type Float64Slice struct + Present bool + Valid bool + Value []float64 + func (f *Float64Slice) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (f *Float64Slice) Ptr() *[]float64 + func (f *Float64Slice) UnmarshalJSON(data []byte) error + func (f *Float64Slice) Validate(formats strfmt.Registry) error + type Int struct + Present bool + Valid bool + Value int + func (i *Int) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (i *Int) Ptr() *int + func (i *Int) UnmarshalJSON(data []byte) error + func (i *Int) Validate(formats strfmt.Registry) error + type Int16 struct + Present bool + Valid bool + Value int16 + func (i *Int16) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (i *Int16) Ptr() *int16 + func (i *Int16) UnmarshalJSON(data []byte) error + func (i *Int16) Validate(formats strfmt.Registry) error + type Int16Slice struct + Present bool + Valid bool + Value []int16 + func (i *Int16Slice) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (i *Int16Slice) Ptr() *[]int16 + func (i *Int16Slice) UnmarshalJSON(data []byte) error + func (i *Int16Slice) Validate(formats strfmt.Registry) error + type Int32 struct + Present bool + Valid bool + Value int32 + func (i *Int32) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (i *Int32) Ptr() *int32 + func (i *Int32) UnmarshalJSON(data []byte) error + func (i *Int32) Validate(formats strfmt.Registry) error + type Int32Slice struct + Present bool + Valid bool + Value []int32 + func (i *Int32Slice) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (i *Int32Slice) Ptr() *[]int32 + func (i *Int32Slice) UnmarshalJSON(data []byte) error + func (i *Int32Slice) Validate(formats strfmt.Registry) error + type Int64 struct + Present bool + Valid bool + Value int64 + func (i *Int64) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (i *Int64) Ptr() *int64 + func (i *Int64) UnmarshalJSON(data []byte) error + func (i *Int64) Validate(formats strfmt.Registry) error + type Int64Slice struct + Present bool + Valid bool + Value []int64 + func (i *Int64Slice) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (i *Int64Slice) Ptr() *[]int64 + func (i *Int64Slice) UnmarshalJSON(data []byte) error + func (i *Int64Slice) Validate(formats strfmt.Registry) error + type IntSlice struct + Present bool + Valid bool + Value []int + func (i *IntSlice) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (i *IntSlice) Ptr() *[]int + func (i *IntSlice) UnmarshalJSON(data []byte) error + func (i *IntSlice) Validate(formats strfmt.Registry) error + type String struct + Present bool + Valid bool + Value string + func (s *String) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (s *String) Ptr() *string + func (s *String) UnmarshalJSON(data []byte) error + func (s *String) Validate(formats strfmt.Registry) error + type StringSlice struct + Present bool + Valid bool + Value []string + func (s *StringSlice) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (s *StringSlice) Ptr() *[]string + func (s *StringSlice) UnmarshalJSON(data []byte) error + func (s *StringSlice) Validate(formats strfmt.Registry) error + type Time struct + Present bool + Valid bool + Value time.Time + func (t *Time) Ptr() *time.Time + func (t *Time) UnmarshalJSON(data []byte) error + func (t *Time) Validate(formats strfmt.Registry) error