Versions in this module Expand all Collapse all v1 v1.0.0 Dec 26, 2020 Changes in this version + type DataModel struct + Test string + type Service interface + Read func() (*DataModel, error) + Write func(m *DataModel) error + func NewService(ent *logrus.Entry, path string, dbname string) Service