Files
tuio/tui/steps.go
T
2026-03-05 08:46:04 -03:00

13 lines
150 B
Go

package tui
type step int
const (
StepCheckDocker step = iota
StepDockerInstall
StepIPQuestion
StepInstallWireguard
StepTextInputs
StepDone
)