Documentation ¶
Index ¶
- func StreamAuth(a auth.Auther) grpc.StreamServerInterceptor
- func StreamLog(srv interface{}, ss grpc.ServerStream, info *grpc.StreamServerInfo, ...) error
- func UnaryAuth(a auth.Auther) grpc.UnaryServerInterceptor
- func UnaryLog(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamAuth ¶
func StreamAuth(a auth.Auther) grpc.StreamServerInterceptor
func StreamLog ¶
func StreamLog( srv interface{}, ss grpc.ServerStream, info *grpc.StreamServerInfo, handler grpc.StreamHandler, ) error
func UnaryLog ¶
func UnaryLog( ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler, ) (interface{}, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.