# Structs
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.