webhook

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const BaseURI = "https://open.feishu.cn/open-apis/bot/v2/hook"

Variables

This section is empty.

Functions

This section is empty.

Types

type WebHook

type WebHook interface {
	Send(text string) error
	SendText(text string) error
	SendPost(post content.ContentTypePost) error
	SendShareChat(chatID string) error
	SendImage(imageKey string) error
	SendCard(card content.ContentTypeInteractive) error
}

WebHook is the feishu WebHook SDK.

func New

func New(token string) WebHook

Jump to

Keyboard shortcuts

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