Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OwnerResponse ¶
type PetResponse ¶
type PetResponse struct {
ID uint `json:"id"`
CreatedAt time.Time `json:"createAt"`
UpdatedAt time.Time `json:"updatedAt"`
DeletedAt time.Time `json:"deletedAt,omitempty"`
Name string `json:"name"`
Breed string `json:"breed"`
Birthday time.Time `json:"birthday"`
Sex string `json:"sex"`
OwnerID uint `json:"ownerId"`
}
Click to show internal directories.
Click to hide internal directories.