MCPcopy
hub / github.com/sourcegraph/checkup / Maintainer

Interface Maintainer

interfaces.go:31–33  ·  view source on GitHub ↗

Maintainer can maintain a store of results by deleting old check files that are no longer needed or performing other required tasks.

Source from the content-addressed store, hash-verified

29// deleting old check files that are no longer
30// needed or performing other required tasks.
31type Maintainer interface {
32 Maintain() error
33}
34
35// Notifier can notify ops or sysadmins of
36// potential problems. A Notifier should keep

Callers 1

CheckAndStoreMethod · 0.65

Implementers 5

fakecheckup_test.go
Storagestorage/sql/sql.go
Storagestorage/s3/s3.go
Storagestorage/github/github.go
Storagestorage/fs/fs.go

Calls

no outgoing calls

Tested by

no test coverage detected