fastpastebin/config/http.go

8 lines
164 B
Go

package config
type ConfigHTTP struct {
Address string `yaml:"address"`
Port string `yaml:"port"`
AllowInsecure bool `yaml:"allow_insecure"`
}