Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pet ¶
type Pet struct { Id primitive.ObjectID `json:"id" bson:"_id"` OwnerId string `json:"-" bson:"owner_id" swaggerignore:"true"` Name string `json:"name" bson:"name"` DateOfBirth primitive.DateTime `json:"date_of_birth" bson:"date_of_birth"` Picture string `json:"picture" bson:"picture"` Species string `json:"species" bson:"species"` Breed string `json:"breed" bson:"breed"` Weight float64 `json:"weight" bson:"weight"` Gender EGender `json:"gender" bson:"gender"` }
Click to show internal directories.
Click to hide internal directories.