Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewLinuxCommand ¶
type Container ¶
func FindPossibleContainerByIdentifier ¶ added in v0.7.0
type EC2Session ¶
type EC2Session interface { Close() error RunPlugin() error RunSSH(input *RunSSHInput) error RunSCP(input *RunSCPInput) error }
func NewEC2Session ¶
func NewEC2Session(cfg *Config, input *ssm.StartSessionInput) (EC2Session, error)
type ECSSession ¶
func NewECSSession ¶
func NewECSSession(cfg *Config, input *ecs.ExecuteCommandInput) (ECSSession, error)
type Instance ¶
func FindInstanceByIdentifier ¶ added in v0.7.0
func FindPossibleInstances ¶ added in v0.7.0
type RunSCPInput ¶
type RunSSHInput ¶
Click to show internal directories.
Click to hide internal directories.