Implement missing get tokens func

This commit is contained in:
Ben Sarmiento
2024-02-20 11:26:34 +01:00
parent 4215b390e0
commit 15332779e3

View File

@@ -74,6 +74,10 @@ func (z *ZurgConfig) GetToken() string {
return z.Token
}
func (z *ZurgConfig) GetTokens() []string {
return z.Tokens
}
func (z *ZurgConfig) GetHost() string {
if z.Host == "" {
return "[::]"