client.rpcapi

This module defines rest api to communicate with rpc server.

Members

Classes

RpcRespond
class RpcRespond
Undocumented in source.

Interfaces

IRpcApi
interface IRpcApi
Undocumented in source.

Structs

RpcError
struct RpcError
Undocumented in source.
RpcOk
struct RpcOk(Cols...)

Structure represents normal response from RPC server with desired columns. Columns element type and name is specified by Column template.

Templates

Column
template Column(T...)

Declares template for holding compile time info about column format: name and element type.

isColumn
template isColumn(US...)

Checks is U actually equal Column semantic, i.e. holding type and name.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

NCrashed <ncrashed@gmail.com>