(req types.RequestQuery)
| 244 | } |
| 245 | |
| 246 | func (cli *socketClient) QueryAsync(req types.RequestQuery) *ReqRes { |
| 247 | return cli.queueRequest(types.ToRequestQuery(req)) |
| 248 | } |
| 249 | |
| 250 | func (cli *socketClient) CommitAsync() *ReqRes { |
| 251 | return cli.queueRequest(types.ToRequestCommit()) |
nothing calls this directly
no test coverage detected