managed

package
v0.2.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2024 License: MIT Imports: 4 Imported by: 0

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 BloodGlucoseReading struct {
	Value     int64
	Timestamp time.Time
}

type LLUClient

type LLUClient struct {
	// contains filtered or unexported fields
}

func NewLLUClient

func NewLLUClient(email, password string) LLUClient

func (*LLUClient) GetGraphValues

func (llc *LLUClient) GetGraphValues() (*BloodGlucoseGraph, error)

func (*LLUClient) GetLastValue

func (llc *LLUClient) GetLastValue() (*BloodGlucoseReading, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL