lua

package
v0.1.16-rc1 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CqPlugin

type CqPlugin struct{}

CqPlugin a struct for all functions below.

func (*CqPlugin) Info

func (p *CqPlugin) Info() plugin.InfoStruct

Info set plugin info, `Name` has to be unique!

func (*CqPlugin) Message

func (p *CqPlugin) Message(ctx callback.Full)

Message process message event from callback. (required)

func (*CqPlugin) MetaEvent

func (p *CqPlugin) MetaEvent(ctx callback.Full)

MetaEvent process meta event from callback. (required)

func (*CqPlugin) Notice

func (p *CqPlugin) Notice(ctx callback.Full)

Notice process notice event from callback. (required)

func (*CqPlugin) Request

func (p *CqPlugin) Request(ctx callback.Full)

Request process request event from callback. (required)

type WhPlugin

type WhPlugin struct{}

WhPlugin a struct for all functions below.

func (*WhPlugin) Info

func (p *WhPlugin) Info() plugin.InfoStruct

Info set plugin info, `Name` has to be unique!

func (*WhPlugin) Receive

func (p *WhPlugin) Receive(callback webhook.Data)

Receive process webhook data from callback. (required)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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