blasphem/pkg/server/config/config.go
2022-09-25 11:42:36 -04:00

5 lines
66 B
Go

package config
type Config struct {
Bind string `yaml:"bind"`
}