Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Token is the env var we look in for the Fastly API token. // gosec flagged this: // G101 (CWE-798): Potential hardcoded credentials // Disabling as we use the value in the command help output. /* #nosec */ Token = "FASTLY_API_TOKEN" // Endpoint is the env var we look in for the API endpoint. Endpoint = "FASTLY_API_ENDPOINT" // ServiceID is the env var we look in for the required Service ID. ServiceID = "FASTLY_SERVICE_ID" // CustomerID is the env var we look in for a Customer ID. CustomerID = "FASTLY_CUSTOMER_ID" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.