Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthClient ¶
type AuthClient interface {
GetUser(ctx context.Context, params *cognitoidentityprovider.GetUserInput, optFns ...func(*cognitoidentityprovider.Options)) (*cognitoidentityprovider.GetUserOutput, error)
}
type CognitoClient ¶
type Middleware ¶
type Middleware struct {
Cip AuthClient
}
func (*Middleware) InterceptorNew ¶
func (am *Middleware) InterceptorNew() grpc.UnaryServerInterceptor
func (*Middleware) MakeHttpHandler ¶
func (am *Middleware) MakeHttpHandler() func(http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.