Versions in this module Expand all Collapse all v0 v0.0.1 Aug 18, 2023 Changes in this version + type NegroniAdapter struct + func New(n *negroni.Negroni) *NegroniAdapter + func (h *NegroniAdapter) Proxy(event events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) + func (h *NegroniAdapter) ProxyWithContext(ctx context.Context, event events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)