GODT-2181(test): use [domain] for test server domain

This commit is contained in:
James Houlahan
2022-12-13 00:12:29 +01:00
parent 1aca2cde71
commit 688cb30d4a
45 changed files with 866 additions and 840 deletions

View File

@ -26,6 +26,7 @@ type API interface {
SetMinAppVersion(*semver.Version)
GetHostURL() string
GetDomain() string
AddCallWatcher(func(server.Call), ...string)
RemoveAddressKey(userID, addrID, keyID string) error