config

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SocialSetting

type SocialSetting struct {
	Enabled  bool                            `json:"enabled" yaml:"enabled"`
	Wxmp     *WxmpConfig.WxmpSetting         `json:"wxmp" yaml:"wxmp"`
	Wxcp     *WxcpConfig.WxcpSetting         `json:"wxcp" yaml:"wxcp"`
	Wxma     *WxmaConfig.WxmaSetting         `json:"wxma" yaml:"wxma"`
	Feishu   *FeishuConfig.FeishuSetting     `json:"feishu" yaml:"feishu"`
	Dingtalk *DingtalkConfig.DingtalkSetting `json:"dingtalk" yaml:"dingtalk"`
}
var Setting *SocialSetting = &SocialSetting{
	Enabled:  false,
	Wxmp:     WxmpConfig.Setting,
	Wxcp:     WxcpConfig.Setting,
	Wxma:     WxmaConfig.Setting,
	Feishu:   FeishuConfig.Setting,
	Dingtalk: DingtalkConfig.Setting,
}

Jump to

Keyboard shortcuts

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