Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { GetValues() map[string]string GetLocationName() string GetTabNumber() string Reset() ResetAfterHours() // contains filtered or unexported methods }
func NewFileChecker ¶
func NewFileChecker(json jsonFileInteraction.Service, tabNumber string, store Store, name, mountpath string, bdFiles []string, aHFiles []string, files ...string) Service
Create New FileChecker instance
func NewInstrumentService ¶
type Store ¶
type Store interface {
// contains filtered or unexported methods
}
func NewMongoStore ¶
func NewMongoStore(mongo *mgo.Database) Store
Click to show internal directories.
Click to hide internal directories.