Versions in this module Expand all Collapse all v1 v1.0.0 May 4, 2020 Changes in this version + func MakeHandler(service Service, logger kitlog.Logger, ml machineLearning.Service) http.Handler + type FileCheck struct + CheckDate string + FileName string + FileStatus string + Location string + type Location struct + Date string + Files map[string]string + LocationName string + Tab string + type Response struct + Locations []Location + type Service interface + StatusResults func() Response + func NewInstrumentService(counter metrics.Counter, latency metrics.Histogram, s Service) Service + func NewLoggingService(logger log.Logger, s Service) Service + func NewService(json jsonFileInteraction.Service, fieldKeys []string, logger log.Logger, ...) Service + type Store interface + func NewMongoStore(mongo *mgo.Database) Store