Versions in this module Expand all Collapse all v0 v0.3.0 May 6, 2019 Changes in this version type GorillaMuxAdapter + func (h *GorillaMuxAdapter) ProxyWithContext(ctx context.Context, event events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) v0.2.0 Dec 20, 2018 Changes in this version + type GorillaMuxAdapter struct + func New(router *mux.Router) *GorillaMuxAdapter + func (h *GorillaMuxAdapter) Proxy(event events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)