Files
PandaX/pkg/config/ys.go
2023-09-04 17:48:37 +08:00

7 lines
97 B
Go

package config
type Ys struct {
AppKey string `yaml:"appKey"`
Secret string `yaml:"secret"`
}