Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamClientInterceptor ¶
func StreamClientInterceptor(token string) grpc.StreamClientInterceptor
StreamClientInterceptor - JWT 토큰을 전달하는 Stream 클라이언트 인터셉터
func StreamServerInterceptor ¶
func StreamServerInterceptor(key string) grpc.StreamServerInterceptor
StreamServerInterceptor - authentication 을 처리하는 Stream 서버 인터셉터
func UnaryClientInterceptor ¶
func UnaryClientInterceptor(token string) grpc.UnaryClientInterceptor
UnaryClientInterceptor - JWT 토큰을 전달하는 Unary 클라이언트 인터셉터
func UnaryServerInterceptor ¶
func UnaryServerInterceptor(key string) grpc.UnaryServerInterceptor
UnaryServerInterceptor - authentication 을 처리하는 Unary 서버 인터셉터
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.