deviceid

package
v1.161.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

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 Get

func Get() string

Get returns the host hardware UUID, or "" if unavailable / opted out.

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

type Transport

type Transport struct {
	Base http.RoundTripper
	ID   string
}

Transport stamps HeaderName on requests under agentsBase.

func (*Transport) RoundTrip

func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)

Jump to

Keyboard shortcuts

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