case-api/config/superKangaroo.go
2025-03-07 16:57:28 +08:00

7 lines
195 B
Go

package config
type SuperKangaroo struct {
ApiUrl string `mapstructure:"apiUrl" json:"apiUrl" yaml:"apiUrl"`
SecretKey string `mapstructure:"secretKey" json:"secretKey" yaml:"secretKey"`
}