remoteexec

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2026 License: BSD-2-Clause Imports: 7 Imported by: 0

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 NewCommand

func NewCommand(argv ...string) (Command, error)

func NewScript

func NewScript(script string) (Command, error)

func (Command) SSHArgs

func (command Command) SSHArgs(base []string, destination SSHDestination, readsStdin bool) ([]string, error)

func (Command) SSHArgument

func (command Command) SSHArgument() (string, error)

type OperationToken

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

func ParseOperationToken

func ParseOperationToken(raw string) (OperationToken, error)

func (OperationToken) String

func (token OperationToken) String() string

type SSHDestination

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

func ParseSSHDestination

func ParseSSHDestination(raw string) (SSHDestination, error)

func (SSHDestination) String

func (destination SSHDestination) String() string

func (SSHDestination) ZeltaString

func (destination SSHDestination) ZeltaString() string

type ZFSDataset

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

func JoinZFSDataset

func JoinZFSDataset(root ZFSDataset, suffix string) (ZFSDataset, error)

func ParseZFSDataset

func ParseZFSDataset(raw string) (ZFSDataset, error)

func (ZFSDataset) Pool

func (dataset ZFSDataset) Pool() string

func (ZFSDataset) String

func (dataset ZFSDataset) String() string

func (ZFSDataset) Within

func (dataset ZFSDataset) Within(root ZFSDataset) bool

type ZFSPropertyName

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

func ParseZFSPropertyName

func ParseZFSPropertyName(raw string) (ZFSPropertyName, error)

func (ZFSPropertyName) String

func (property ZFSPropertyName) String() string

type ZFSPropertyValue

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

func ParseZFSPropertyValue

func ParseZFSPropertyValue(raw string) (ZFSPropertyValue, error)

func (ZFSPropertyValue) String

func (value ZFSPropertyValue) String() string

type ZFSSnapshot

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

func NewZFSSnapshot

func NewZFSSnapshot(dataset ZFSDataset, name ZFSSnapshotName) (ZFSSnapshot, error)

func ParseZFSSnapshot

func ParseZFSSnapshot(raw string) (ZFSSnapshot, error)

func (ZFSSnapshot) Dataset

func (snapshot ZFSSnapshot) Dataset() ZFSDataset

func (ZFSSnapshot) Name

func (snapshot ZFSSnapshot) Name() ZFSSnapshotName

func (ZFSSnapshot) String

func (snapshot ZFSSnapshot) String() string

type ZFSSnapshotName

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

func ParseZFSSnapshotName

func ParseZFSSnapshotName(raw string) (ZFSSnapshotName, error)

func (ZFSSnapshotName) String

func (snapshot ZFSSnapshotName) String() string

func (ZFSSnapshotName) WithAt

func (snapshot ZFSSnapshotName) WithAt() string

Jump to

Keyboard shortcuts

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