Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTTPMiddleware ¶
HTTPMiddleware HTTP 中间件:兜底 panic + 将 *errors.Status 写为结构化 JSON 响应。
func StreamServerInterceptor ¶
func StreamServerInterceptor(opts ...Option) grpc.StreamServerInterceptor
StreamServerInterceptor gRPC stream 拦截器:兜底 panic + 将 *errors.Status 转为 gRPC status。
func UnaryServerInterceptor ¶
func UnaryServerInterceptor(opts ...Option) grpc.UnaryServerInterceptor
UnaryServerInterceptor gRPC unary 拦截器:兜底 panic + 将 *errors.Status 转为 gRPC status。
Types ¶
Click to show internal directories.
Click to hide internal directories.