Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
8
type
Checker
interface
{
9
Type() string
10
Check() (types.Result, error)
11
}
12
Callers
2
Check
Method · 0.65
MarshalJSON
Method · 0.65
Implementers
6
fake
checkup_test.go
Checker
check/http/http.go
Checker
check/dns/dns.go
Checker
check/exec/exec.go
Checker
check/tls/tls.go
Checker
check/tcp/tcp.go
Calls
no outgoing calls
Tested by
no test coverage detected