Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultClient ¶
type DefaultClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient() (*DefaultClient, error)
func (*DefaultClient) GetTaskDetails ¶
func (c *DefaultClient) GetTaskDetails(ctx context.Context, clusterName, taskID string) (*ecs.DescribeTasksOutput, error)
type NoOpClient ¶
type NoOpClient struct{}
func NewNoOpClient ¶
func NewNoOpClient() *NoOpClient
func (*NoOpClient) GetTaskDetails ¶
func (c *NoOpClient) GetTaskDetails(ctx context.Context, clusterName, taskID string) (*ecs.DescribeTasksOutput, error)
Click to show internal directories.
Click to hide internal directories.