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