ecs

package
v0.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	GetTaskDetails(ctx context.Context, clusterName, taskID string) (*ecs.DescribeTasksOutput, error)
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL