Close releases any open connections.
()
| 100 | |
| 101 | // Close releases any open connections. |
| 102 | func (c *Client) Close() error { |
| 103 | c.client.CloseIdleConnections() |
| 104 | return nil |
| 105 | } |
| 106 | |
| 107 | type PingResponse struct { |
| 108 | ServerTime int64 `json:"serverTime"` |
no outgoing calls