Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type GoogleSheets ¶
type GoogleSheets interface { AppendCycle(ctx context.Context, pump models.Pump, cycle models.Cycle) error AppendCycles(ctx context.Context, cycles ...models.CycleReport) error }
func NewGoogleSheets ¶
func NewGoogleSheets(configuration Configuration) (GoogleSheets, error)
Click to show internal directories.
Click to hide internal directories.