package database import "time" type Entry struct { ID string `json:"id"` Value string `json:"value"` DateTime time.Time `json:"datetime"` }