sundry

package
v0.26.3 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route()

Types

type AiChat added in v0.24.2

type AiChat struct{}

type AiChatParam added in v0.22.1

type AiChatParam struct {
	Wxid    string `json:"wxid"`
	Message string `json:"message"`
}

type Handler

type Handler struct {
	Level    int32  `json:"level"`    // 0:不限制 7:群管理 9:创始人
	Order    int32  `json:"order"`    // 排序,越小越靠前
	Roomid   string `json:"roomid"`   // 使用场景 [*:所有,-:私聊,+:群聊,其他:群聊]
	Command  string `json:"command"`  // 指令
	Describe string `json:"describe"` // 指令的描述信息
}

type HandlersParam added in v0.22.2

type HandlersParam struct {
	Reset bool `json:"reset"` // 是否重置机器人指令
}

type Plugin added in v0.24.2

type Plugin struct{}

type System added in v0.22.2

type System struct{}

type SystemVersion added in v0.22.2

type SystemVersion struct {
	Version       string `json:"version"`        // 系统版本
	BuildVersion  string `json:"build_version"`  // 系统编译版本
	WcfVersion    string `json:"wcf_version"`    // wcferry 版本
	WechatVersion string `json:"wechat_version"` // wechat 版本
}

Jump to

Keyboard shortcuts

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