• Tsingson's avatar
    [go]add Name() for ForceCodec interface (#5486) · 30304493
    Tsingson authored
    * add Name() for ForceCodec  interface
    
    // ForceCodec returns a CallOption that will set the given Codec to be
    // used for all request and response messages for a call. The result of calling
    // String() will be used as the content-subtype in a case-insensitive manner.
    //
    
    * Update grpc.go
    30304493
grpc.go 1.14 KB