Documentation
¶
Index ¶
- type AgentWelcome
- type AgentsControlResponse
- type Client
- func (c *Client) APIKey() string
- func (c *Client) APIURL() string
- func (c *Client) Close() error
- func (c *Client) EndpointID() string
- func (c *Client) HealthCheck(devModeUrl string) error
- func (c *Client) Hostname() string
- func (c *Client) OrgID() string
- func (c *Client) Start() error
- func (c *Client) TelemetryAPIKey() string
- func (c *Client) TelemetryURL() string
- type Config
- type Welcome
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentWelcome ¶
type AgentWelcome struct {
cproject.AgentConfig
Welcome
}
type AgentsControlResponse ¶
type AgentsControlResponse struct {
ProjectID string `json:"projectId"`
ProjectName string `json:"projectName"`
Agents []AgentWelcome `json:"agents"`
}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) EndpointID ¶
EndpointID returns the endpoint ID of the client.
func (*Client) HealthCheck ¶
func (*Client) TelemetryAPIKey ¶
TelemetryAPIKey returns the telemetry API key of the client.
func (*Client) TelemetryURL ¶
TelemetryURL returns the telemetry URL of the client.
Click to show internal directories.
Click to hide internal directories.