Documentation
¶
Index ¶
- Constants
- func OpenAndShowInfo(usrdata *userdata.Userdata, name string) error
- type Auth
- type Config
- type Container
- func (container Container) ApplyEnvironFilter(usrdata *userdata.Userdata)
- func (container Container) ExportsInstance(n int) string
- func (container Container) ExportsLink(temp bool) string
- func (container Container) Leader(usrdata *userdata.Userdata) (uint32, error)
- func (container Container) Lock(level LockLevel, wait LockWaitRequest) (*Lock, error)
- func (container Container) LockAndDelete(wait LockWaitRequest) error
- func (container Container) LockUntilProcessDeath(level LockLevel, wait LockWaitRequest) error
- func (container Container) MachineName(usrdata *userdata.Userdata) string
- func (container Container) PrivateHomeStorage(usrdata *userdata.Userdata) string
- func (container Container) PrivateHomeStorageChild(usrdata *userdata.Userdata, children ...string) string
- func (container Container) Rename(newname string) error
- func (container Container) Shell(usrdata *userdata.Userdata) string
- func (ct Container) ShowInfo(usrdata *userdata.Userdata) error
- func (container Container) Staged() bool
- func (container Container) Storage() string
- func (container Container) StorageChild(children ...string) string
- func (container Container) Unstage() error
- func (container Container) UpdateConfig() error
- func (container Container) UpdateManualPassword(pass []byte) error
- type Lock
- type LockLevel
- type LockWaitRequest
Constants ¶
View Source
const StageSuffix = ".stage"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Container ¶
func CreateStaged ¶
func (Container) ApplyEnvironFilter ¶
func (Container) ExportsInstance ¶
func (Container) ExportsLink ¶
func (Container) Lock ¶
func (container Container) Lock(level LockLevel, wait LockWaitRequest) (*Lock, error)
func (Container) LockAndDelete ¶
func (container Container) LockAndDelete(wait LockWaitRequest) error
func (Container) LockUntilProcessDeath ¶
func (container Container) LockUntilProcessDeath(level LockLevel, wait LockWaitRequest) error
func (Container) MachineName ¶
func (Container) PrivateHomeStorage ¶
func (Container) PrivateHomeStorageChild ¶
func (Container) StorageChild ¶
func (Container) UpdateConfig ¶
func (Container) UpdateManualPassword ¶
type LockWaitRequest ¶
type LockWaitRequest int
const ( WaitForLock LockWaitRequest = iota NoWaitForLock )
Click to show internal directories.
Click to hide internal directories.