notifications

package
v1.9.15 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2023 License: CC0-1.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action interface {
	Send(ctx context.Context, text string, attachment interface{}) error
	IsActive() bool
	Type() string
	SetTraceId(traceId string)
	SetDestination(destination interface{})
}

type Config

type Config struct {
	Telegram *telegram.TelegramConfig `yaml:"telegram"`
	Slack    *slack.SlackConfig       `yaml:"slack"`
}

type Platform

type Platform struct {
	// contains filtered or unexported fields
}

func New

func New(config *Config) *Platform

func (*Platform) GetAllPlatform

func (this *Platform) GetAllPlatform() []Action

func (*Platform) Slack

func (this *Platform) Slack() Action

func (*Platform) Telegram

func (this *Platform) Telegram() Action

type Platforms

type Platforms interface {
	Telegram() Action
	Slack() Action
	GetAllPlatform() []Action
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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