ecs

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Container

type Container struct {
	// The name of the taks.
	Task string

	// The name of the container.
	Name string
}

An object representing a container.

type ContainerFinder

type ContainerFinder interface {
	Find(cluster string) ([]Container, error)
	FindByIdentifier(cluster, task, container string) ([]Container, error)
}

func NewContainerFinder

func NewContainerFinder(cfg *config.Config) ContainerFinder

type Session

type Session interface {
	Close() error
	RunPlugin() error
}

func NewSession

func NewSession(cfg *config.Config, input *aws_ecs.ExecuteCommandInput) (Session, error)

Jump to

Keyboard shortcuts

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