5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 01:50:56 +08:00
wails/v3/plugins/experimental/server/client.go
2023-10-11 20:25:56 +11:00

6 lines
55 B
Go

package server
type Client struct {
Address string
}