Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BloodGlucoseGraph ¶
type BloodGlucoseGraph struct { PatientID string Values []BloodGlucoseReading }
type BloodGlucoseReading ¶
type LLUClient ¶
type LLUClient struct {
// contains filtered or unexported fields
}
func NewLLUClient ¶
func (*LLUClient) GetGraphValues ¶
func (llc *LLUClient) GetGraphValues() (*BloodGlucoseGraph, error)
func (*LLUClient) GetLastValue ¶
func (llc *LLUClient) GetLastValue() (*BloodGlucoseReading, error)
Click to show internal directories.
Click to hide internal directories.