(format string, args ...interface{})
| 769 | } |
| 770 | |
| 771 | func (c *ApiClient) encodeURL(format string, args ...interface{}) string { |
| 772 | return rpc.EncodeURL(c.addr, format, args...) |
| 773 | } |
| 774 | |
| 775 | func (c *ApiClient) Overview() (*Overview, error) { |
| 776 | url := c.encodeURL("/topom") |
no outgoing calls
no test coverage detected