Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GardenCollection ¶
type GardenCollection []*Garden
type Plant ¶
type Plant struct { ID uint `json:"id"` GardenId uint `json:"garden_id"` CommonName string `json:"common_name"` Family string `json:"family"` PlantClass string `json:"plant_class"` CreatedAt time.Time `gorm:"autoCreateTime" json:"created_at"` UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"` DeletedAt gorm.DeletedAt `gorm:"index,->" json:"-"` }
func (*Plant) FullInformation ¶
type PlantCollection ¶
type PlantCollection []*Plant
Click to show internal directories.
Click to hide internal directories.