package
11.1.2+incompatible
Repository: https://github.com/honeycombio/honeycomb-lambda-extension.git
Documentation: pkg.go.dev

# Functions

NewClient returns a new Lambda Extensions API client.
Returns a new Honeycomb extension config with values populated from environment variables.

# Constants

Invoke is the lambda invoke event.
Shutdown is a shutdown event for the environment.
ShutdownReasonFailure is any other shutdown type, such as out-of-memory.
ShutdownReasonSpindown is a normal end to a function.
ShutdownReasonTimeout means the handler ran out of time.

# Structs

Client is used to communicate with the Extensions API.
No description provided by the author
NextEventResponse is the response for /event/next.
RegisterResponse is the body of the response for /register.
Tracing is part of the response for /event/next.

# Type aliases

EventType represents the type of events received from /event/next.
ShutdownReason represents the reason for a shutdown event.