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) ContextValidate ¶
ContextValidate validates this error based on context it is used
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type GithubReactions ¶
type GithubReactions struct {
// 1
Plus1 int64 `json:"+1,omitempty"`
// 1
Minus1 int64 `json:"-1,omitempty"`
// confused
Confused int64 `json:"confused,omitempty"`
}
GithubReactions github reactions
swagger:model github.Reactions
func (*GithubReactions) ContextValidate ¶
ContextValidate validates this github reactions based on context it is used
func (*GithubReactions) MarshalBinary ¶
func (m *GithubReactions) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GithubReactions) UnmarshalBinary ¶
func (m *GithubReactions) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type Item ¶
type Item struct {
// completed
Completed bool `json:"completed,omitempty"`
// description
// Required: true
// Min Length: 1
Description *string `json:"description"`
// id
// Read Only: true
ID int64 `json:"id,omitempty"`
}
Item item
swagger:model item
func (*Item) ContextValidate ¶
ContextValidate validate this item based on the context it is used
func (*Item) MarshalBinary ¶
MarshalBinary interface implementation
func (*Item) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.