Directories ¶
Path | Synopsis |
---|---|
grpc_auth
grpc_auth copy from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/master/auth 因为原auth的AuthFunc没有提供fullMethodName参数: type AuthFunc func(ctx context.Context) (context.Context, error) 所以复制来改为: type AuthFunc func(ctx context.Context, fullMethodName string) (context.Context, error) 没有其他修改,使用流程和原auth一致
|
grpc_auth copy from https://github.com/grpc-ecosystem/go-grpc-middleware/tree/master/auth 因为原auth的AuthFunc没有提供fullMethodName参数: type AuthFunc func(ctx context.Context) (context.Context, error) 所以复制来改为: type AuthFunc func(ctx context.Context, fullMethodName string) (context.Context, error) 没有其他修改,使用流程和原auth一致 |
grpc
|
|
Click to show internal directories.
Click to hide internal directories.