Searched defs:ClientConn (Results 1 – 3 of 3) sorted by relevance
230 type ClientConn struct { struct231 mu sync.Mutex // read-write protects the following fields232 c net.Conn233 r *bufio.Reader member234 re, we error // read/write errors235 lastbody io.ReadCloser236 nread, nwritten int237 pipereq map[*http.Request]uint239 pipe textproto.Pipeline240 writeReq func(*http.Request, io.Writer) error[all …]
128 func RegisterTraceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn)…
128 …terMetricsServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error {