mirror of
https://gitee.com/goploy/goploy.git
synced 2024-12-01 19:57:34 +08:00
7 lines
118 B
Go
7 lines
118 B
Go
package config
|
|
|
|
type DingtalkConfig struct {
|
|
AppKey string `toml:"appKey"`
|
|
AppSecret string `toml:"appSecret"`
|
|
}
|