vvod/settings.go

8 lines
155 B
Go

package main
// Setting struct for config
type Setting struct {
Token string `toml:"TOKEN"`
MicroServiceURL string `toml:"MICROSERVICEURL"`
}