consts

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Schema key for the API token configuration.
	APITokenSchemaKey = "api_token"

	// Environment variable key for the API token configuration.
	APITokenEnvVarKey = "CLOUDFLARE_API_TOKEN"

	// Schema key for the API key configuration.
	APIKeySchemaKey = "api_key"

	// Environment variable key for the API key configuration.
	APIKeyEnvVarKey = "CLOUDFLARE_API_KEY"

	// Schema key for the email configuration.
	EmailSchemaKey = "email"

	// Environment variable key for the email configuration.
	EmailEnvVarKey = "CLOUDFLARE_EMAIL"

	// Schema key for the API user service key configuration.
	APIUserServiceKeySchemaKey = "api_user_service_key"

	// Environment variable key for the API user service key configuration.
	APIUserServiceKeyEnvVarKey = "CLOUDFLARE_API_USER_SERVICE_KEY"

	// Schema key for the User Agent operator suffix.
	UserAgentOperatorSuffixSchemaKey = "user_agent_operator_suffix"

	// Environment variable key for the User Agent operator suffix.
	UserAgentOperatorSuffixEnvVarKey = "CLOUDFLARE_USER_AGENT_OPERATOR_SUFFIX"

	// Schema key for the account ID configuration.
	AccountIDSchemaKey = "account_id"

	// Schema description for `account_id` field.
	AccountIDSchemaDescription = "The account identifier to target for the resource."

	// Schema key for the zone ID configuration.
	ZoneIDSchemaKey = "zone_id"

	// Schema description for `zone_id` field.
	ZoneIDSchemaDescription = "The zone identifier to target for the resource."

	// Schema key for IDs.
	IDSchemaKey = "id"

	// Schema description for all ID fields.
	IDSchemaDescription = "The identifier of this resource."

	// Schema key for the base URL field.
	BaseURLSchemaKey = "base_url"

	// Environment variable key for the client base URL.
	BaseURLEnvVarKey = "CLOUDFLARE_BASE_URL"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL