Documentation ¶
Index ¶
- func StreamClientInterceptor(address string) grpc.StreamClientInterceptor
- func StreamRecovery() grpc.StreamServerInterceptor
- func StreamServerInterceptor(removeAPI []string) grpc.StreamServerInterceptor
- func UnaryClientInterceptor(address string) grpc.UnaryClientInterceptor
- func UnaryServerInterceptor(removeAPI []string) grpc.UnaryServerInterceptor
- func UneryRecovery() grpc.UnaryServerInterceptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamClientInterceptor ¶
func StreamClientInterceptor(address string) grpc.StreamClientInterceptor
set address
func StreamRecovery ¶
func StreamRecovery() grpc.StreamServerInterceptor
func StreamServerInterceptor ¶
func StreamServerInterceptor(removeAPI []string) grpc.StreamServerInterceptor
func UnaryClientInterceptor ¶
func UnaryClientInterceptor(address string) grpc.UnaryClientInterceptor
set address set address, this is because my server is running in wsl, The address sent does not match the desired address
func UnaryServerInterceptor ¶
func UnaryServerInterceptor(removeAPI []string) grpc.UnaryServerInterceptor
func UneryRecovery ¶
func UneryRecovery() grpc.UnaryServerInterceptor
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.