goploy/config/dingtalk.go
2024-01-19 09:25:00 +08:00

7 lines
118 B
Go

package config
type DingtalkConfig struct {
AppKey string `toml:"appKey"`
AppSecret string `toml:"appSecret"`
}