Start of the config

This commit is contained in:
Gary Kramlich
2021-11-18 02:03:42 -06:00
parent 3305345ce8
commit 5b3811ce96
5 changed files with 63 additions and 1 deletions

7
config/homeserver.go Normal file
View File

@@ -0,0 +1,7 @@
package config
type homeserver struct {
Address string `yaml:"address"`
Domain string `yaml:"domain"`
StatusEndpoint string `yaml:"status_endpoint"`
}