5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-11 14:39:30 +08:00
wails/v3/plugins/server/client.go
2023-09-28 12:14:54 -05:00

6 lines
55 B
Go

package server
type Client struct {
Address string
}