batman
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package tui
|
||||
|
||||
type step int
|
||||
|
||||
const (
|
||||
StepCheckDocker step = iota
|
||||
StepDockerInstall
|
||||
StepIPQuestion
|
||||
StepInstallWireguard
|
||||
StepTextInputs
|
||||
StepDone
|
||||
)
|
||||
Reference in New Issue
Block a user