Implement missing get tokens func
This commit is contained in:
@@ -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 "[::]"
|
||||
|
||||
Reference in New Issue
Block a user