setup

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package setup provides interactive setup wizard for s9s configuration.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SetupWizard

type SetupWizard = Wizard

type Wizard added in v0.3.0

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

Wizard guides users through initial s9s configuration

func NewSetupWizard

func NewSetupWizard() *Wizard

NewSetupWizard creates a new setup wizard

func (*Wizard) Run added in v0.3.0

func (w *Wizard) Run() error

Run executes the complete setup wizard

type WizardStep

type WizardStep struct {
	Name        string
	Description string
	Handler     func(*Wizard) 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