Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ClientName identifies this binary in structured control-plane metadata.
ClientName = "oai-tunnel-client"
)
Variables ¶
View Source
var ( // GitSHA is populated at build time via ldflags or Go build metadata. GitSHA = "" // SemanticVersion exposes the release version without build metadata. SemanticVersion = semanticVersion // Version exposes the semver plus build metadata when available. Version = semanticVersion // UserAgent identifies the tunnel client in outbound HTTP requests. UserAgent = userAgentPrefix + semanticVersion )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.