Documentation
¶
Overview ¶
Package dump provides types that write a days worth of sensor data into a blob storage service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dumper ¶
type Dumper struct {
// contains filtered or unexported fields
}
The Dumper type is used to perform a daily dump of sensor data into a blob storage provider.
type Repository ¶
type Repository interface {
ForEachOnDate(ctx context.Context, date time.Time, fn reading.ForEachFunc) error
}
The Repository interface describes types that can iterate over reading data in a database.
Click to show internal directories.
Click to hide internal directories.