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

Method Type

interfaces.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

CheckMethod · 0.65
MarshalJSONMethod · 0.65

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