integrations

package
v1.0.46 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dummy

type Dummy struct{}

func NewDummy

func NewDummy() *Dummy

func (*Dummy) LogFailure

func (s *Dummy) LogFailure(message string) error

func (*Dummy) LogRecovery

func (s *Dummy) LogRecovery(message string) error

type Notification

type Notification interface {
	LogFailure(msg string) error
	LogRecovery(msg string) error
}

type Slack

type Slack struct {
}

func NewSlack

func NewSlack() *Slack

func (*Slack) LogFailure

func (s *Slack) LogFailure(message string) error

func (*Slack) LogRecovery

func (s *Slack) LogRecovery(message string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL