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

Interface Checker

interfaces.go:8–11  ·  view source on GitHub ↗

Checker can create a types.Result.

Source from the content-addressed store, hash-verified

6
7// Checker can create a types.Result.
8type Checker interface {
9 Type() string
10 Check() (types.Result, error)
11}
12
13// Storage can store results.
14type Storage interface {

Callers 27

CheckMethod · 0.65
MarshalJSONMethod · 0.65
CheckMethod · 0.65
message.goFile · 0.65
root.goFile · 0.65
TestCheckerFunction · 0.95
CheckMethod · 0.95
CheckMethod · 0.95
doChecksMethod · 0.95
TestCheckerFunction · 0.95
CheckMethod · 0.95

Implementers 6

fakecheckup_test.go
Checkercheck/http/http.go
Checkercheck/dns/dns.go
Checkercheck/exec/exec.go
Checkercheck/tls/tls.go
Checkercheck/tcp/tcp.go

Calls

no outgoing calls

Tested by

no test coverage detected