Files
mautrix-discord/config/homeserver.go
2021-11-18 02:03:42 -06:00

8 lines
170 B
Go

package config
type homeserver struct {
Address string `yaml:"address"`
Domain string `yaml:"domain"`
StatusEndpoint string `yaml:"status_endpoint"`
}