fileChecker

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2020 License: MIT Imports: 10 Imported by: 0

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

func NewInstrumentService(counter metrics.Counter, latency metrics.Histogram, s Service) Service

func NewLoggingService

func NewLoggingService(logger log.Logger, s Service) Service

type Store

type Store interface {
	// contains filtered or unexported methods
}

func NewMongoStore

func NewMongoStore(mongo *mgo.Database) Store

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL