package
0.1.2
Repository: https://github.com/daneroo/go-ted1k.git
Documentation: pkg.go.dev

# Structs

Entry
Entry is the basic datatype for an energy measurement We used easyjson to generate json.Marshaler/json.Unmarshaler interfaces although only the unmarshaler is used go get -u github.com/mailru/easyjson/..

# Interfaces

EntryReader is a way to produce an input channel of Entry slices.
EntryWriter is a way to produce an output channel of Entry slices.