(format string, args ...interface{})
| 249 | } |
| 250 | |
| 251 | func (c *ApiClient) encodeURL(format string, args ...interface{}) string { |
| 252 | return rpc.EncodeURL(c.addr, format, args...) |
| 253 | } |
| 254 | |
| 255 | func (c *ApiClient) Overview() (*Overview, error) { |
| 256 | url := c.encodeURL("/proxy") |
no outgoing calls
no test coverage detected