add:edit server config func

This commit is contained in:
2026-04-06 03:39:51 +09:00
parent 9e9134f659
commit a4289ad172
6 changed files with 179 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
package pages
type SelectEditServerPageMsg struct{}
type EditServerPageMsg struct {
ServerName string
}