wheat-cache/client/middle/define.go

7 lines
309 B
Go
Raw Normal View History

2021-10-17 17:20:01 +08:00
package middle
import "context"
// type UnaryClientInterceptor func(ctx context.Context, method string, req, reply interface{}, cc *ClientConn, invoker UnaryInvoker, opts ...CallOption) error
type ClientMiddle func(ctx context.Context, method string, req, reply interface{}, header map[string]string) error