Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiGatewayHandler ¶
type ApiGatewayHandler struct { Verifier util.JwtVerifier RouteTable map[string]string JwtVerifyWhitelist map[string]bool HttpClient http.Client }
func (*ApiGatewayHandler) ServeHTTP ¶
func (h *ApiGatewayHandler) ServeHTTP(respWriter http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.