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