Documentation ¶
Index ¶
- type AutoFrontend
- func (t AutoFrontend) ConfigureDisks(ctx context.Context, ch chan frontend.DiskFormattingChoices, ...) error
- func (t AutoFrontend) ConfigureNICs(ctx context.Context, ch chan frontend.NetworkChoices, nics []frontend.NIC) error
- func (t AutoFrontend) Initialize(ctx context.Context) error
- func (t AutoFrontend) Shutdown(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoFrontend ¶
type AutoFrontend struct{}
func New ¶
func New() *AutoFrontend
func (AutoFrontend) ConfigureDisks ¶
func (t AutoFrontend) ConfigureDisks(ctx context.Context, ch chan frontend.DiskFormattingChoices, disks []frontend.Disk) error
func (AutoFrontend) ConfigureNICs ¶
func (t AutoFrontend) ConfigureNICs(ctx context.Context, ch chan frontend.NetworkChoices, nics []frontend.NIC) error
func (AutoFrontend) Initialize ¶
func (t AutoFrontend) Initialize(ctx context.Context) error
func (AutoFrontend) Shutdown ¶
func (t AutoFrontend) Shutdown(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.