mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-05 01:50:56 +08:00
6 lines
55 B
Go
6 lines
55 B
Go
package server
|
|
|
|
type Client struct {
|
|
Address string
|
|
}
|