case-admin-api/config/superKangaroo.go
2025-03-07 17:23:50 +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"`
}