GetClientConfig Get client config
()
| 102 | |
| 103 | // GetClientConfig Get client config |
| 104 | func GetClientConfig() *clientConfig { |
| 105 | return defaultApp.ClientConfig() |
| 106 | } |
| 107 | |
| 108 | func (c *clientConfig) ValidateStat() error { |
| 109 | if c.Stat == "" || (c.LocatorEmpty() && !strings.Contains(c.Stat, "@")) { |
no test coverage detected