Documentation ¶
Overview ¶
Package apexlogs implements a handler for Apex Logs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { // URL is the endpoint for your Apex Logs deployment API. URL string // ProjectID is the id of the project that you are collecting logs for. ProjectID string // HTTPClient is the client used for making requests, defaulting to http.DefaultClient. HTTPClient *http.Client // contains filtered or unexported fields }
Handler implementation.
Click to show internal directories.
Click to hide internal directories.