Documentation ¶
Index ¶
Constants ¶
View Source
const HostURL string = "http://localhost:8080"
HostURL - Default TDH URL
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Root *core.Root Auth *auth.Service Controller *controller.Service InfraConnector *infra_connector.Service CustomerMetadata *customer_metadata.Service ServiceMetadata *service_metadata.Service UpgradeService *upgrade_service.Service TaskService *task.Service }
Client -
type TokenGetter ¶ added in v1.1.0
type TokenGetter func() (*auth.TokenResponse, error)
Click to show internal directories.
Click to hide internal directories.