interfaces

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SessionInterface

type SessionInterface interface {
	GetId() string
	GetSessionPath() string
	GetKubeconfigPath() string
	GetRcFilePath() string
	GetExpiresAt() time.Time
}

type ShellAdapter

type ShellAdapter interface {
	Run(session SessionInterface) (*os.ProcessState, error)
	GetShBin() string
	GetShArgs() []string
	GetRcFile() string
	GetEnv() []string
	GetBootstrap(string) string
	WaitForStart(*os.File) error
}

Jump to

Keyboard shortcuts

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