Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
Bool represents a boolean that may be null or not present in json at all.
func (*Bool) ContextValidate ¶
ContextValidate always validates ok this is called from the go swagger generated code
func (*Bool) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler interface.
type Float ¶
Float represents a float that may be null or not present in json at all.
func (*Float) ContextValidate ¶
ContextValidate always validates ok this is called from the go swagger generated code
func (*Float) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler interface.
type Int ¶
Int represents an int that may be null or not present in json at all.
func (*Int) ContextValidate ¶
ContextValidate always validates ok this is called from the go swagger generated code
func (*Int) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler interface.
type String ¶
String represents a string that may be null or not present in json at all.
func (*String) ContextValidate ¶
ContextValidate always validates ok this is called from the go swagger generated code
func (*String) UnmarshalJSON ¶
UnmarshalJSON implements json.Marshaler interface.