Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// code
Code int64 `json:"code,omitempty"`
// message
// Required: true
Message *string `json:"message"`
}
Error error
swagger:model error
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Story ¶
type Story struct {
// source
Source string `json:"source,omitempty"`
// title
Title string `json:"title,omitempty"`
// url
URL string `json:"url,omitempty"`
}
Story story
swagger:model story
func (*Story) MarshalBinary ¶
MarshalBinary interface implementation
func (*Story) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.