Versions in this module Expand all Collapse all v1 v1.0.0 May 4, 2020 Changes in this version + type Service interface + GetLocationName func() string + GetTabNumber func() string + GetValues func() map[string]string + Reset func() + ResetAfterHours func() + func NewFileChecker(json jsonFileInteraction.Service, tabNumber string, store Store, ...) Service + func NewInstrumentService(counter metrics.Counter, latency metrics.Histogram, s Service) Service + func NewLoggingService(logger log.Logger, s Service) Service + type Store interface + func NewMongoStore(mongo *mgo.Database) Store