homeserver.go 170 B

1234567
  1. package config
  2. type homeserver struct {
  3. Address string `yaml:"address"`
  4. Domain string `yaml:"domain"`
  5. StatusEndpoint string `yaml:"status_endpoint"`
  6. }