()
| 706 | } |
| 707 | |
| 708 | func (c *RemoteConfig) IsFirstURLLocal() bool { |
| 709 | return url.IsLocalEndpoint(c.URLs[0]) |
| 710 | } |
| 711 | |
| 712 | func (c *RemoteConfig) applyURLRules(urlRules map[string]*URL) { |
| 713 | // save original urls |
nothing calls this directly
no test coverage detected