setup

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SetupWizard

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

SetupWizard guides users through initial s9s configuration

func NewSetupWizard

func NewSetupWizard() *SetupWizard

NewSetupWizard creates a new setup wizard

func (*SetupWizard) Run

func (w *SetupWizard) Run() error

Run executes the complete setup wizard

type WizardStep

type WizardStep struct {
	Name        string
	Description string
	Handler     func(*SetupWizard) error
	Required    bool
}

WizardStep represents a step in the setup process

Jump to

Keyboard shortcuts

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