Implement missing get tokens func
This commit is contained in:
@@ -74,6 +74,10 @@ func (z *ZurgConfig) GetToken() string {
|
|||||||
return z.Token
|
return z.Token
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (z *ZurgConfig) GetTokens() []string {
|
||||||
|
return z.Tokens
|
||||||
|
}
|
||||||
|
|
||||||
func (z *ZurgConfig) GetHost() string {
|
func (z *ZurgConfig) GetHost() string {
|
||||||
if z.Host == "" {
|
if z.Host == "" {
|
||||||
return "[::]"
|
return "[::]"
|
||||||
|
|||||||
Reference in New Issue
Block a user