Documentation ¶
Index ¶
- type AreaCropResult
- type AreaEvent
- type AreaRead
- type Container
- type ContainerType
- type CountAreaCropResult
- type CropRead
- type FarmEvent
- type FarmRead
- type FarmResult
- type InitialArea
- type Inventory
- type MaterialEvent
- type MaterialRead
- type ReservoirEvent
- type ReservoirNote
- type ReservoirRead
- type ReservoirResult
- type Result
- type WaterSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AreaCropResult ¶
type AreaCropResult struct { CropUID uuid.UUID `json:"uid"` BatchID string `json:"batch_id"` InitialArea InitialArea `json:"initial_area"` MovingDate time.Time `json:"moving_date"` CreatedDate time.Time `json:"created_date"` DaysSinceSeeding int `json:"days_since_seeding"` Inventory Inventory `json:"inventory"` Container Container `json:"container"` }
type Container ¶
type Container struct { Type ContainerType `json:"type"` Quantity int `json:"quantity"` }
type ContainerType ¶
type CountAreaCropResult ¶
type FarmResult ¶
type InitialArea ¶
type MaterialEvent ¶
type MaterialRead ¶
type ReservoirEvent ¶
type ReservoirNote ¶
type ReservoirRead ¶
type ReservoirResult ¶
type ReservoirResult struct { UID uuid.UUID Name string WaterSource WaterSource FarmUID uuid.UUID Notes []ReservoirNote CreatedDate time.Time }
type WaterSource ¶
Click to show internal directories.
Click to hide internal directories.