Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServerCount = "serverCount" ServerID = "serverID" AgentID = "agentID" // AuthenticationTokenContextKey will be used as a key to store authentication tokens in grpc call // (https://tools.ietf.org/html/rfc6750#section-2.1) AuthenticationTokenContextKey = "Authorization" // AuthenticationTokenContextSchemePrefix has a prefix for auth token's content. // (https://tools.ietf.org/html/rfc6750#section-2.1) AuthenticationTokenContextSchemePrefix = "Bearer " // UserAgent is used to provide the client information in a proxy request UserAgent = "user-agent" )
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.