Files
tuio/internal/tui/steps.go
T
2026-03-09 11:37:43 -03:00

19 lines
210 B
Go

package tui
type step int
const (
StepCheckDocker step = iota
StepDockerInstall
StepDownloadImage
StepIPQuestion
StepInstallWireguard
StepServerConfig
StepDatabaseConfig
StepCertConfig
StepDone
)