Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Holder ¶
type Holder struct {
Name String `json:"name"`
}
Holder uses the custom-marshaled type as a field.
swagger:model
type String ¶
type String struct {
// contains filtered or unexported fields
}
String is a custom-marshaled wrapper with only an unexported field (#2520).
func (String) MarshalJSON ¶
func (*String) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.