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

Method Shutdown

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

Shutdown performs cleanup tasks possibly disposing any resources allocated by the sender.

()

Source from the content-addressed store, hash-verified

77 // Shutdown performs cleanup tasks possibly disposing any resources
78 // allocated by the sender.
79 Shutdown() error
80 // SupportsMarkdown indicates if the sender supports Markdown
81 // rendering in alert text string.
82 SupportsMarkdown() bool

Callers 4

ShutdownAllFunction · 0.65
CloseMethod · 0.65
TestEventSourceAllEventsFunction · 0.65
ExecuteMethod · 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

TestEventSourceAllEventsFunction · 0.52