Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
2670d25b52 |
@@ -23,6 +23,13 @@ func (c *Config) WebHostname() string {
|
|||||||
return c.webHostname
|
return c.webHostname
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *Config) PoolDomain() string {
|
||||||
|
if c == nil {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
return c.poolDomain
|
||||||
|
}
|
||||||
|
|
||||||
func (c *Config) Valid() bool {
|
func (c *Config) Valid() bool {
|
||||||
if c == nil {
|
if c == nil {
|
||||||
return false
|
return false
|
||||||
|
Reference in New Issue
Block a user