gospt/src/config/config.go

9 lines
218 B
Go
Raw Normal View History

2024-02-18 06:57:47 +00:00
package config
type Config struct {
ClientId string `yaml:"client_id"`
ClientSecret string `yaml:"client_secret"`
ClientSecretCmd string `yaml:"client_secret_cmd"`
Port string `yaml:"port"`
}