constant

package
v1.0.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2025 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

View Source
const (
	HeaderUserAgent     = "User-Agent"
	HeaderRealIP        = "X-Real-Ip"
	HeaderForwardedFor  = "X-Forwarded-For"
	HeaderForwardedHost = "X-Forwarded-Host"
	HeaderHost          = "Host"
	DSL                 = "dsl"
	FileExtension       = ".gold"
	HeaderID            = "X-Request-Id"
	IdempotencyKey      = "X-Idempotency"
	IdempotencyTTL      = "X-TTL"
	Authorization       = "Authorization"
	Basic               = "Basic"
	BasicAuth           = "Basic Auth"
	WWWAuthenticate     = "WWW-Authenticate"
)
View Source
const (
	MetadataID            = "metadata_id"
	MetadataTraceparent   = "traceparent"
	MetadataAuthorization = "authorization"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Order

type Order string
const (
	Asc  Order = "asc"
	Desc Order = "desc"
)

Order is a type that represents the ordering of a list.

Jump to

Keyboard shortcuts

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