This commit is contained in:
2026-04-10 01:46:57 +09:00
commit ddd6ecccda
15 changed files with 1370 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package pages
import "tailscale-vpn/internal/services"
type ServerSelectedMsg struct {
Server services.Server
Err error
}
type ServerSelectionCanceledMsg struct{}