Trait kvproto::diagnosticspb_grpc::Diagnostics[][src]

pub trait Diagnostics {
    fn search_log(
        &mut self,
        ctx: RpcContext<'_>,
        req: SearchLogRequest,
        sink: ServerStreamingSink<SearchLogResponse>
    );
fn server_info(
        &mut self,
        ctx: RpcContext<'_>,
        req: ServerInfoRequest,
        sink: UnarySink<ServerInfoResponse>
    ); }

Required methods

fn search_log(
    &mut self,
    ctx: RpcContext<'_>,
    req: SearchLogRequest,
    sink: ServerStreamingSink<SearchLogResponse>
)
[src]

fn server_info(
    &mut self,
    ctx: RpcContext<'_>,
    req: ServerInfoRequest,
    sink: UnarySink<ServerInfoResponse>
)
[src]

Loading content...

Implementors

Loading content...