| 105 | } |
| 106 | |
| 107 | type PingResponse struct { |
| 108 | ServerTime int64 `json:"serverTime"` |
| 109 | } |
| 110 | |
| 111 | // Ping is a minimal API used to ensure that the server is available. |
| 112 | func (c *Client) Ping(ctx context.Context) (*PingResponse, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected