ssmsession

package
v1.1.11 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SSMPluginCommand

type SSMPluginCommand struct {
	// contains filtered or unexported fields
}

func NewSSMPluginCommand

func NewSSMPluginCommand(region string) SSMPluginCommand

func (SSMPluginCommand) Run added in v1.1.11

func (s SSMPluginCommand) Run(cmd *exec.Cmd) (stdout, stderr string, exitCode int, err error)

func (SSMPluginCommand) Start

func (s SSMPluginCommand) Start(ssmSession *ecs.Session) error

func (SSMPluginCommand) StartInteractive added in v1.1.7

func (s SSMPluginCommand) StartInteractive(ssmSession *ecs.Session) error

type SSMPluginRunner added in v1.1.7

type SSMPluginRunner interface {
	Run(cmd *exec.Cmd) (stdout string, stderr string, exitCode int, err error)
	InteractiveRun(cmd *exec.Cmd) (err error)
}

Jump to

Keyboard shortcuts

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