Files
sundynix-plant-be/config/service_account.go
T
2026-02-06 14:44:06 +08:00

7 lines
199 B
Go

package config
type ServiceAccount struct {
AppId string `mapstructure:"app-id" json:"app-id" yaml:"app-id"`
AppSecret string `mapstructure:"app-secret" json:"app-secret" yaml:"app-secret"`
}