This commit is contained in:
jb
2026-03-05 08:46:04 -03:00
commit 315807bbab
10 changed files with 308 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
package tui
type step int
const (
StepCheckDocker step = iota
StepDockerInstall
StepIPQuestion
StepInstallWireguard
StepTextInputs
StepDone
)