go-common

module
v0.0.0-...-cd938e1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2020 License: MIT

README

go-common

go服务端项目极简的封装,或帮助工具,已在实际的项目中使用。

Directories

Path Synopsis
cmd
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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL