chain

package
v2.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MsgTimeout = time.Minute * 10
	Localhost  = "127.0.0.1"

	ExitCmd = "exit\n"
)

Variables

View Source
var (
	ErrParseData = errors.New("failed to parse data")
)

Functions

This section is empty.

Types

type Chain

type Chain interface {
	Debug() error
	ViewLogs(*ami.LogsOptions) error
	Cancel() error
	io.Closer
}

func NewChain

func NewChain(cfg config.Config, a ami.AMI, data map[string]string) (Chain, error)

Jump to

Keyboard shortcuts

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