# 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.