package
0.0.0-20210706203450-8910f3d2e5c8
Repository: https://github.com/david7482/lambda-extension-log-shipper.git
Documentation: pkg.go.dev

# Functions

NewClient returns a Lambda Extensions API client.

# Constants

Extension is to receive logs emitted by the extension.
Function is to receive logs emitted by the function.
Invoke is a lambda invoke.
Platform is to receive logs emitted by the platform.
Shutdown is a shutdown event for the environment.

# Structs

Client is a simple client for the Lambda Extensions API.
NextEventResponse is the response for /event/next.
RegisterResponse is the body of the response for /register.
StatusResponse is the body of the response for /init/error and /exit/error.
No description provided by the author
SubscribeResponse is the response body that is received from Logs API on subscribe.
Tracing is part of the response for /event/next.

# Type aliases

EventType represents the type of events received from /event/next.
LogType represents the type of logs subscribed from Logs API.