Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceAreaQueryResult ¶
DeviceAreaQueryResult is used
type DeviceCropQueryResult ¶
DeviceCropQueryResult is used
type DeviceEventQuery ¶
DeviceEventQuery is used ...
type DeviceMaterialQueryResult ¶
type DeviceMaterialQueryResult struct { UID uuid.UUID `json:"uid"` TypeCode string `json:"type"` DetailedTypeCode string `json:"detailed_type"` Name string `json:"name"` }
DeviceMaterialQueryResult is used
type DeviceQuery ¶
DeviceQuery is used ...
type DeviceReadQuery ¶
type DeviceReadQuery interface { FindAll(page, limit int) <-chan Result FindByID(taskUID uuid.UUID) <-chan Result //FindDevicesWithFilter(params map[string]string, page, limit int) <-chan Result CountAll() <-chan Result CountDevicesWithFilter(params map[string]string) <-chan Result }
DeviceReadQuery is used ...
type DeviceReservoirQueryResult ¶
DeviceReservoirQueryResult is used
type EventWrapper ¶
type EventWrapper struct { EventName string EventData interface{} }
EventWrapper is used to wrap the event interface with its struct name, so it will be easier to unmarshal later
type MaterialQuery ¶
MaterialQuery is used ...
type ReservoirQuery ¶
ReservoirQuery is used ...
Click to show internal directories.
Click to hide internal directories.