first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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"`
|
||||
}
|
||||
Reference in New Issue
Block a user