webhook

package
v0.0.0-...-2512e20 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtPerson

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

type DingtalkMarkdownMessage

type DingtalkMarkdownMessage struct {
	Title string `json:"title"`
	Text  string `json:"text"`
}

type EventMeta

type EventMeta struct {
	Kind      string `json:"kind"`
	Name      string `json:"name"`
	Namespace string `json:"namespace"`
	Reason    string `json:"reason"`
}

EventMeta containes the meta data about the event occurred

type FeishuCard

type FeishuCard struct {
	Elements []FeishuElement `json:"elements"`
	Header   FeishuHeader    `json:"header"`
	CardLink FeishuCardLink  `json:"card_link,omitempty"`
}
type FeishuCardLink struct {
	Url        string `json:"url"`
	AndroidUrl string `json:"android_url,omitempty"`
	IosUrl     string `json:"ios_url,omitempty"`
	PCUrl      string `json:"pc_url,omitempty"`
}

type FeishuColumn

type FeishuColumn struct {
	Tag           string          `json:"tag"`
	Width         string          `json:"width"`
	Weight        int             `json:"weight"`
	Elements      []FeishuElement `json:"elements"`
	VerticalAlign string          `json:"vertical_align,omitempty"`
}

type FeishuContent

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

type FeishuElement

type FeishuElement struct {
	Tag               string          `json:"tag"`
	TextAlign         string          `json:"text_align,omitempty"`
	Content           string          `json:"content,omitempty"`
	FlexMode          string          `json:"flex_mode,omitempty"`
	BackgroundStyle   string          `json:"background_style,omitempty"`
	HorizontalSpacing string          `json:"horizontal_spacing,omitempty"`
	Columns           []FeishuColumn  `json:"columns,omitempty"`
	Actions           []FeishuColumn  `json:"actions,omitempty"`
	Elemens           []FeishuElement `json:"elements,omitempty"`
}

type FeishuHeader

type FeishuHeader struct {
	Title    FeishuText `json:"title"`
	Template string     `json:"template,omitempty"`
}

type FeishuText

type FeishuText struct {
	Content string `json:"content,omitempty"`
	Tag     string `json:"tag"`
}

type FeishuTextMessage

type FeishuTextMessage struct {
	MsgType string     `json:"msg_type"`
	Card    FeishuCard `json:"card"`
}

type Webhook

type Webhook struct {
	Env  string
	Url  string
	Type string
}

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

func (*Webhook) Handle

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

Handle handles an event.

func (*Webhook) HandleUpdate

func (m *Webhook) HandleUpdate(old event.Event, new interface{})

func (*Webhook) Init

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

Init prepares Webhook configuration

type WebhookMessage

type WebhookMessage struct {
	Msgtype  string      `json:"msgtype"`
	Markdown interface{} `json:"markdown,omitempty"`
	Text     interface{} `json:"text,omitempty"`
}

type WechatMarkDownMessage

type WechatMarkDownMessage struct {
	Content string `json:"content"`
}

Jump to

Keyboard shortcuts

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