()
| 269 | } |
| 270 | |
| 271 | func (e *ConvertError) Error() string { |
| 272 | return fmt.Sprintf("docconv %s error: %s (code: %s, status: %d)", e.Op, e.Message, e.Code, e.HTTPStatus) |
| 273 | } |
| 274 | |
| 275 | // Health 健康检查 |
| 276 | func (c *Client) Health(ctx context.Context) error { |
no outgoing calls
no test coverage detected