Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamServerInterceptor ¶
func StreamServerInterceptor(opts ...Option) grpc.StreamServerInterceptor
@TODO
func UnaryServerInterceptor ¶
func UnaryServerInterceptor(opts ...Option) grpc.UnaryServerInterceptor
Types ¶
type Option ¶
type Option func(*Options)
func WithAuthFunc ¶
func WithAuthFunc(f AuthHandlerFunc) Option
func WithLogLevel ¶
func WithRecoverFunc ¶
func WithRecoverFunc(f RecoveryHandlerFunc) Option
type RecoveryHandlerFunc ¶
Click to show internal directories.
Click to hide internal directories.