config

package
v0.0.36 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentSetting

type AgentSetting struct {
	CorpId        string `json:"corpId" yaml:"corpId"`
	AgentId       int    `json:"agentId" yaml:"agentId"`
	AppSecret     string `json:"appSecret" yaml:"appSecret"`
	MessageToken  string `json:"messageToken" yaml:"messageToken"`
	MessageAESKey string `json:"messageAESKey" yaml:"messageAESKey"`
}

type WxcpSetting

type WxcpSetting struct {
	//AgentSetting
	CorpId        string         `json:"corpId" yaml:"corpId"`
	AgentId       int            `json:"agentId" yaml:"agentId"`
	AppSecret     string         `json:"appSecret" yaml:"appSecret"`
	MessageToken  string         `json:"messageToken" yaml:"messageToken"`
	MessageAESKey string         `json:"messageAESKey" yaml:"messageAESKey"`
	Enabled       bool           `json:"enabled" yaml:"enabled"`
	Agents        []AgentSetting `json:"agents" yaml:"agents"`
}
var Setting *WxcpSetting = &WxcpSetting{
	Enabled: false,
}

Jump to

Keyboard shortcuts

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