execute a call to a oracle given its id
(ctx context.Context, in *Call, opts ...grpc.CallOption)
| 1055 | DeleteOracle(ctx context.Context, in *ById, opts ...grpc.CallOption) (*OracleResponse, error) |
| 1056 | // execute a call to a oracle given its id |
| 1057 | Run(ctx context.Context, in *Call, opts ...grpc.CallOption) (*CallResponse, error) |
| 1058 | // get info about the service |
| 1059 | Info(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ServerInfo, error) |
| 1060 | } |
no outgoing calls