Documentation ¶
Index ¶
- type CultivationsDeleteByID
- type CultivationsGetByID
- type CultivationsPutByID
- type IotSensorsPost
- type PlantDeleteById
- type PlantGet
- type PlantGetById
- type PlantPost
- type PlantPutById
- type UserCultivationsDeleteByID
- type UserCultivationsGetByID
- type UserCultivationsPost
- type UserCultivationsPutByID
- type UserDelete
- type UserGet
- type UserPut
- type UsersCultivationsGet
- type UsersCultivationsPost
- type UsersDeleteByID
- type UsersGet
- type UsersGetByID
- type UsersPost
- type UsersPutByID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CultivationsDeleteByID ¶
type CultivationsDeleteByID struct {
CultivationID int `param:"id"`
}
type CultivationsGetByID ¶
type CultivationsGetByID struct {
CultivationID int `param:"id"`
}
type CultivationsPutByID ¶
type IotSensorsPost ¶
type PlantDeleteById ¶
type PlantDeleteById struct {
PlantID int `param:"id"`
}
type PlantGetById ¶
type PlantGetById struct {
PlantID int `param:"id"`
}
type PlantPutById ¶
type UserCultivationsDeleteByID ¶
type UserCultivationsDeleteByID struct {
CultivationID int `param:"id"`
}
type UserCultivationsGetByID ¶
type UserCultivationsGetByID struct {
CultivationID int `param:"id"`
}
type UserCultivationsPost ¶
type UserCultivationsPutByID ¶
type UserDelete ¶
type UserDelete struct{}
type UsersCultivationsGet ¶
type UsersCultivationsGet struct {
UserID int `param:"id"`
}
type UsersCultivationsPost ¶
type UsersDeleteByID ¶
type UsersDeleteByID struct {
UserID int `param:"id"`
}
type UsersGetByID ¶
type UsersGetByID struct {
UserID int `param:"id"`
}
type UsersPutByID ¶
Click to show internal directories.
Click to hide internal directories.