Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GIF ¶
type GIF struct {
ObjectMeta
// deactivated at
// Format: date-time
DeactivatedAt *strfmt.DateTime `json:"deactivatedAt,omitempty"`
// request src
RequestSrc string `json:"requestSrc,omitempty"`
// requester ID
RequesterID string `json:"requesterID,omitempty"`
// url
URL string `json:"url,omitempty"`
}
GIF g i f swagger:model GIF
func (*GIF) MarshalBinary ¶
MarshalBinary interface implementation
func (GIF) MarshalJSON ¶
MarshalJSON marshals this object to a JSON structure
func (*GIF) UnmarshalBinary ¶
UnmarshalBinary interface implementation
func (*GIF) UnmarshalJSON ¶
UnmarshalJSON unmarshals this object from a JSON structure
type ObjectMeta ¶
type ObjectMeta struct {
// id
ID uint64 `json:"id,omitempty" gorm:"primary_key"`
// created at
// Format: date-time
CreatedAt strfmt.DateTime `json:"createdAt,omitempty"`
// updated at
// Format: date-time
UpdatedAt strfmt.DateTime `json:"updatedAt,omitempty"`
// deleted at
// Format: date-time
DeletedAt *strfmt.DateTime `json:"deletedAt,omitempty" sql:"index"`
}
ObjectMeta object meta swagger:model ObjectMeta
func (*ObjectMeta) MarshalBinary ¶
func (m *ObjectMeta) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ObjectMeta) UnmarshalBinary ¶
func (m *ObjectMeta) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.