Documentation ¶
Index ¶
Constants ¶
View Source
const (
AuthorizationKey = "authorization"
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
type HTTPMiddleware ¶ added in v0.5.4
type Middleware ¶
type Middleware any
type Protocol ¶ added in v0.5.4
type Protocol uint32
func SupportedProtocols ¶ added in v0.5.4
func SupportedProtocols(mw Middleware) Protocol
type StreamGRPCMiddleware ¶ added in v0.5.4
type StreamGRPCMiddleware interface {
StreamServerInterceptor() grpc.StreamServerInterceptor
}
type UnaryGRPCMiddleware ¶ added in v0.5.4
type UnaryGRPCMiddleware interface {
UnaryServerInterceptor() grpc.UnaryClientInterceptor
}
Click to show internal directories.
Click to hide internal directories.