feat: main flow created

This commit is contained in:
jb
2026-03-09 11:37:43 -03:00
parent 315807bbab
commit 6870144f39
16 changed files with 689 additions and 210 deletions
+18
View File
@@ -0,0 +1,18 @@
package tui
type step int
const (
StepCheckDocker step = iota
StepDockerInstall
StepDownloadImage
StepIPQuestion
StepInstallWireguard
StepServerConfig
StepDatabaseConfig
StepCertConfig
StepDone
)