onboarding

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelpSystem

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

func NewHelpSystem

func NewHelpSystem() *HelpSystem

func (*HelpSystem) Get

func (h *HelpSystem) Get(topic string) string

func (*HelpSystem) ListTopics

func (h *HelpSystem) ListTopics() []string

func (*HelpSystem) Search

func (h *HelpSystem) Search(query string) map[string]string

type InteractiveTutorial

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

func NewInteractiveTutorial

func NewInteractiveTutorial() *InteractiveTutorial

func (*InteractiveTutorial) CurrentTopic

func (t *InteractiveTutorial) CurrentTopic() string

func (*InteractiveTutorial) Next

func (t *InteractiveTutorial) Next()

func (*InteractiveTutorial) Prev

func (t *InteractiveTutorial) Prev()

func (*InteractiveTutorial) Progress

func (t *InteractiveTutorial) Progress() float64

type OnboardingFlow

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

func NewOnboardingFlow

func NewOnboardingFlow() *OnboardingFlow

func (*OnboardingFlow) CompleteStep

func (f *OnboardingFlow) CompleteStep()

func (*OnboardingFlow) CurrentStep

func (f *OnboardingFlow) CurrentStep() *OnboardingStep

func (*OnboardingFlow) IsComplete

func (f *OnboardingFlow) IsComplete() bool

func (*OnboardingFlow) Progress

func (f *OnboardingFlow) Progress() float64

func (*OnboardingFlow) Steps

func (f *OnboardingFlow) Steps() []OnboardingStep

type OnboardingStep

type OnboardingStep struct {
	ID          int    `json:"id"`
	Title       string `json:"title"`
	Description string `json:"description"`
	Command     string `json:"command"`
	Completed   bool   `json:"completed"`
}

Jump to

Keyboard shortcuts

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