11 lines
171 B
Go
11 lines
171 B
Go
package pages
|
|
|
|
import "tailscale-vpn/internal/services"
|
|
|
|
type ServerSelectedMsg struct {
|
|
Server services.Server
|
|
Err error
|
|
}
|
|
|
|
type ServerSelectionCanceledMsg struct{}
|