MCPcopy Index your code
hub / github.com/sourcegraph/checkup / Notify

Method Notify

interfaces.go:41–41  ·  view source on GitHub ↗
([]types.Result)

Source from the content-addressed store, hash-verified

39type Notifier interface {
40 Type() string
41 Notify([]types.Result) error
42}
43
44// Provisioner is a type of storage mechanism that can

Callers 1

CheckMethod · 0.65

Implementers 3

fakecheckup_test.go
Notifiernotifier/slack/slack.go
Notifiernotifier/mail/mail.go

Calls

no outgoing calls

Tested by

no test coverage detected