lark

package
v0.0.0-...-32a469f Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TextContent

type TextContent struct {
	Text string `json:"text"`
}

type TextMessage

type TextMessage struct {
	MsgType string       `json:"msg_type"`
	Content *TextContent `json:"content"`
}

TextMessage for messages

type Webhook

type Webhook struct {
	Url string
}

Webhook handler implements handler.Handler interface, Notify event to Webhook channel

func (*Webhook) Handle

func (m *Webhook) Handle(e event.StatemonitorEvent)

Handle handles an event.

func (*Webhook) Init

func (m *Webhook) Init(c *config.Config) error

Init prepares Webhook configuration

Jump to

Keyboard shortcuts

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