Documentation
¶
Overview ¶
Package deviceid resolves the hardware UUID of the host running doctl for the hosted-agents API. Get returns "" on any failure; doctl never fails on a missing UUID. The lookup is cached per process.
Index ¶
Constants ¶
View Source
const EnvDisable = "DOCTL_DISABLE_DEVICE_ID"
EnvDisable disables the lookup when set to "1", "true", or "yes".
View Source
const HeaderName = "X-Device-UUID"
HeaderName is coordinated with the harness-api server. Rename in lockstep.
Variables ¶
This section is empty.
Functions ¶
func NewTransport ¶
func NewTransport(base http.RoundTripper, id string) http.RoundTripper
NewTransport returns base unchanged when id is empty so callers can chain unconditionally.
Types ¶
Click to show internal directories.
Click to hide internal directories.