Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrationAgentClient ¶
type IntegrationAgentClient struct {
*http.AgentClient
}
func NewIntegrationAgentClient ¶
func NewIntegrationAgentClient( endpoint string, directorID string, getTaskDelay time.Duration, toleratedErrorCount int, httpClient *httpclient.HTTPClient, logger boshlog.Logger, ) *IntegrationAgentClient
func (*IntegrationAgentClient) SSH ¶
func (c *IntegrationAgentClient) SSH(cmd string, params action.SSHParams) error
func (*IntegrationAgentClient) UpdateSettings ¶
func (c *IntegrationAgentClient) UpdateSettings(settings settings.UpdateSettings) error
type SSHResponse ¶
func (*SSHResponse) ServerError ¶
func (r *SSHResponse) ServerError() error
func (*SSHResponse) Unmarshal ¶
func (r *SSHResponse) Unmarshal(message []byte) error
Click to show internal directories.
Click to hide internal directories.