api

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Notifier

type Notifier interface {
	Send(content interface{}, options ...OpOperation) error
	SendRaw(message *types.Message) error
}

func New

func New(sender string, dest map[string]interface{}) (Notifier, error)

dest 可以是nil, 可以在 Send 的 options 中指定 ( WithDest )

type NotifierImpl

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

func (*NotifierImpl) Send

func (n *NotifierImpl) Send(content interface{}, options ...OpOperation) error

将 message 写入 etcd

func (*NotifierImpl) SendRaw

func (n *NotifierImpl) SendRaw(message *types.Message) error

type Op

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

type OpOperation

type OpOperation func(*Op)

func WithDest

func WithDest(dest map[string]interface{}) OpOperation

func WithLabels

func WithLabels(labels map[string]interface{}) OpOperation

func WithSender

func WithSender(sender string) OpOperation

Jump to

Keyboard shortcuts

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