Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthMiddleware ¶
type AuthMiddleware struct {
// contains filtered or unexported fields
}
func NewAuthMiddleware ¶
func NewAuthMiddleware(cfg *config.Config, logger *slog.Logger) *AuthMiddleware
func (*AuthMiddleware) StreamInterceptor ¶
func (am *AuthMiddleware) StreamInterceptor() grpc.StreamServerInterceptor
func (*AuthMiddleware) UnaryInterceptor ¶
func (am *AuthMiddleware) UnaryInterceptor() grpc.UnaryServerInterceptor
Click to show internal directories.
Click to hide internal directories.