Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Brew ¶
type Brew struct {
ID string // ID of brew
Start time.Time // Start of the brewing process
End time.Time // End of the brewing process
DataPoints scale.DataPoints // Data points collected as part of the brewing process
ShotType ShotType // Type of brew (single / double / unknown)
}
Brew denotes a brew process
type ShotType ¶
type ShotType int
ShotType denotes the type of brew (single or double)
func ShotTypeFromString ¶
ShotTypeFromString allows to generate a ShotType from a string
Click to show internal directories.
Click to hide internal directories.