lark

package
v0.0.0-...-c3423aa Latest Latest
Warning

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

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

Documentation

Overview

Package lark is the lark notification package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NotifyConfig

type NotifyConfig struct {
	base.DefaultNotify `yaml:",inline"`
	WebhookURL         string `yaml:"webhook"  json:"webhook" jsonschema:"required,format=uri,title=Webhook URL,description=The Lark Robot Webhook URL"`
}

NotifyConfig is the slack notification configuration

func (*NotifyConfig) Config

func (c *NotifyConfig) Config(gConf global.NotifySettings) error

Config configures the slack notification

func (*NotifyConfig) SendLark

func (c *NotifyConfig) SendLark(title, msg string) error

SendLark is the wrapper for SendLarkNotification

func (*NotifyConfig) SendLarkNotification

func (c *NotifyConfig) SendLarkNotification(msg string) error

SendLarkNotification will post to an 'Robot Webhook' url in Lark Apps. It accepts some text and the Lark robot will send it in group.

Jump to

Keyboard shortcuts

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