skywalking-apache
Version:
The NodeJS agent for Apache SkyWalking
21 lines (20 loc) • 1.07 kB
TypeScript
/// <reference types="grpc" />
export namespace TraceSegmentReportServiceService {
export namespace collect {
export const path: string;
export const requestStream: boolean;
export const responseStream: boolean;
export const requestType: typeof import("./Tracing_pb.js").SegmentObject;
export const responseType: typeof import("../common/Common_pb.js").Commands;
export { serialize_SegmentObject as requestSerialize };
export { deserialize_SegmentObject as requestDeserialize };
export { serialize_Commands as responseSerialize };
export { deserialize_Commands as responseDeserialize };
}
}
export var TraceSegmentReportServiceClient: typeof import("grpc").Client;
declare function serialize_SegmentObject(arg: any): Buffer;
declare function deserialize_SegmentObject(buffer_arg: any): import("./Tracing_pb.js").SegmentObject;
declare function serialize_Commands(arg: any): Buffer;
declare function deserialize_Commands(buffer_arg: any): import("../common/Common_pb.js").Commands;
export {};