diff --git a/internal/config/types.go b/internal/config/types.go index 58252d0..194d2cf 100644 --- a/internal/config/types.go +++ b/internal/config/types.go @@ -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 "[::]"