Documentation
¶
Overview ¶
Package agentclient provides the provider-neutral Agent Operations V1 client.
Index ¶
- type Client
- func (c *Client) Cancel(ctx context.Context, id string) (agentv1.Operation, error)
- func (c *Client) Get(ctx context.Context, id string) (agentv1.Operation, error)
- func (c *Client) Submit(ctx context.Context, request agentv1.SubmitRequest) (agentv1.Operation, error)
- func (c *Client) Wait(ctx context.Context, operation agentv1.Operation) (agentv1.Operation, error)
- type Error
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client owns provider-neutral operation transport and wait mechanics.
Click to show internal directories.
Click to hide internal directories.