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 (Command) SSHArgument ¶
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
Click to show internal directories.
Click to hide internal directories.