fix(deps): update all deps (#65)
* fix(deps): update all deps Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -2,7 +2,6 @@ package grpc_test
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"io"
|
||||
"net/http"
|
||||
"testing"
|
||||
@@ -32,7 +31,7 @@ type testServer struct {
|
||||
func NewServerHandlerWrapper() server.HandlerWrapper {
|
||||
return func(fn server.HandlerFunc) server.HandlerFunc {
|
||||
return func(ctx context.Context, req server.Request, rsp interface{}) error {
|
||||
fmt.Printf("wrap ctx: %#+v req: %#+v\n", ctx, req)
|
||||
//fmt.Printf("wrap ctx: %#+v req: %#+v\n", ctx, req)
|
||||
return fn(ctx, req, rsp)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user