Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateDataset ¶
type CreateDataset struct {
// contains filtered or unexported fields
}
type CreatePool ¶
type CreatePool struct {
// contains filtered or unexported fields
}
type DatasetError ¶
type DatasetError struct {
// contains filtered or unexported fields
}
func (*DatasetError) Error ¶
func (e *DatasetError) Error() string
type PoolLayout ¶
type PoolLayout struct {
// contains filtered or unexported fields
}
type PropertySource ¶ added in v0.4.3
type PropertySource string
const ( SourceLocal PropertySource = "local" SourceDefault PropertySource = "default" SourceInherited PropertySource = "inherited" SourceTemporary PropertySource = "temporary" SourceReceived PropertySource = "received" SourceNone PropertySource = "none" )
type SshConnectError ¶
type SshConnectError struct {
// contains filtered or unexported fields
}
func (*SshConnectError) Error ¶
func (e *SshConnectError) Error() string
type StderrError ¶
type StderrError struct {
// contains filtered or unexported fields
}
func (*StderrError) Error ¶
func (e *StderrError) Error() string
Click to show internal directories.
Click to hide internal directories.