MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Type

Method Type

pkg/alertsender/sender.go:76–76  ·  view source on GitHub ↗

Type returns the type that identifies a particular sender.

()

Source from the content-addressed store, hash-verified

74 Send(Alert) error
75 // Type returns the type that identifies a particular sender.
76 Type() Type
77 // Shutdown performs cleanup tasks possibly disposing any resources
78 // allocated by the sender.
79 Shutdown() error

Callers 4

AlertFunction · 0.65
TestSectionFunction · 0.65
defaultAccessorValueFunction · 0.65
emitMethod · 0.65

Implementers 7

eventlogpkg/alertsender/eventlog/eventlog.go
systraypkg/alertsender/systray/systray.go
slackpkg/alertsender/slack/slack.go
mailpkg/alertsender/mail/mail.go
mockNoopSenderpkg/rules/engine_test.go
mockNoneSenderpkg/rules/engine_test.go
mockSenderpkg/yara/scanner_test.go

Calls

no outgoing calls

Tested by 1

TestSectionFunction · 0.52