Documentation ¶
Index ¶
- type Example
- type ExportData
- type IngestAll
- type IngestStation
- type IngestionCompleted
- type IngestionFailed
- type IngestionReceived
- type ProcessIngestion
- type RefreshAllMaterializedViews
- type RefreshMaterializedView
- type RefreshStation
- type SensorDataBatch
- type SensorDataBatchCommitted
- type SensorDataBatchRow
- type SensorDataBatchesStarted
- type SensorDataModified
- type StationIngested
- type StationLocationUpdated
- type Wakeup
- type WalkEverything
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportData ¶
type IngestStation ¶
type IngestionCompleted ¶
type IngestionFailed ¶
type IngestionFailed struct {
QueuedID int64 `json:"queued_id"`
}
type IngestionReceived ¶
type ProcessIngestion ¶
type ProcessIngestion struct {
IngestionReceived
}
type RefreshAllMaterializedViews ¶
type RefreshAllMaterializedViews struct { }
type RefreshMaterializedView ¶
type RefreshStation ¶
type SensorDataBatch ¶
type SensorDataBatch struct { BatchID string `json:"batch_id"` Rows []SensorDataBatchRow `json:"rows"` }
type SensorDataBatchRow ¶
type SensorDataBatchesStarted ¶
type SensorDataBatchesStarted struct {
BatchIDs []string `json:"batch_ids"`
}
type SensorDataModified ¶
type StationIngested ¶
type StationLocationUpdated ¶
type WalkEverything ¶
type WalkEverything struct { }
Click to show internal directories.
Click to hide internal directories.