blasphem/pkg/server/config/config.go

6 lines
66 B
Go
Raw Normal View History

2022-09-25 11:42:36 -04:00
package config
type Config struct {
Bind string `yaml:"bind"`
}