Documentation
¶
Index ¶
- type Area
- type AreaReadQuery
- type Container
- type CountTotalBatchQueryResult
- type CropActivityQuery
- type CropAreaByAreaQueryResult
- type CropAreaQueryResult
- type CropEventQuery
- type CropFarmQueryResult
- type CropInformationQueryResult
- type CropMaterialQueryResult
- type CropQuery
- type CropReadQuery
- type CropTaskQueryResult
- type FarmReadQuery
- type InitialArea
- type Inventory
- type MaterialReadQuery
- type Result
- type TaskReadQuery
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AreaReadQuery ¶
type CropActivityQuery ¶
type CropAreaQueryResult ¶
type CropEventQuery ¶
type CropFarmQueryResult ¶
type CropMaterialQueryResult ¶
type CropReadQuery ¶
type CropReadQuery interface { FindByID(uid uuid.UUID) <-chan Result FindByBatchID(batchID string) <-chan Result FindAllCropsByFarm(farmUID uuid.UUID, status string, page, limit int) <-chan Result CountAllCropsByFarm(farmUID uuid.UUID, status string) <-chan Result FindAllCropsByArea(areaUID uuid.UUID) <-chan Result FindAllCropsArchives(farmUID uuid.UUID, page, limit int) <-chan Result CountAllArchivedCropsByFarm(farmUID uuid.UUID) <-chan Result FindCropsInformation(farmUID uuid.UUID) <-chan Result CountTotalBatch(farmUID uuid.UUID) <-chan Result }
type CropTaskQueryResult ¶
type FarmReadQuery ¶
type InitialArea ¶
type MaterialReadQuery ¶
type TaskReadQuery ¶
Click to show internal directories.
Click to hide internal directories.