Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2023 Changes in this version + type GorillaMuxAdapter struct + RequestAccessor core.RequestAccessor + RequestAccessorV2 core.RequestAccessorV2 + func New(router *mux.Router) *GorillaMuxAdapter + func (h *GorillaMuxAdapter) Proxy(event core.SwitchableAPIGatewayRequest) (*core.SwitchableAPIGatewayResponse, error) + func (h *GorillaMuxAdapter) ProxyWithContext(ctx context.Context, event core.SwitchableAPIGatewayRequest) (*core.SwitchableAPIGatewayResponse, error) + type GorillaMuxAdapterV2 struct + func NewV2(router *mux.Router) *GorillaMuxAdapterV2 + func (h *GorillaMuxAdapterV2) Proxy(event events.APIGatewayV2HTTPRequest) (events.APIGatewayV2HTTPResponse, error) + func (h *GorillaMuxAdapterV2) ProxyWithContext(ctx context.Context, event events.APIGatewayV2HTTPRequest) (events.APIGatewayV2HTTPResponse, error)