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 File ¶
type File struct {
// count
Count int64 `json:"count,omitempty"`
// ext
Ext string `json:"ext,omitempty"`
// id
ID int64 `json:"id,omitempty"`
// loc
Loc string `json:"loc,omitempty"`
// name
// Required: true
Name *string `json:"name"`
// size
Size int64 `json:"size,omitempty"`
}
File file
swagger:model file
func (*File) ContextValidate ¶
ContextValidate validates this file based on context it is used
func (*File) MarshalBinary ¶
MarshalBinary interface implementation
func (*File) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Files ¶
type Files []*File
Files files
swagger:model files
func (Files) ContextValidate ¶
ContextValidate validate this files based on the context it is used
Click to show internal directories.
Click to hide internal directories.