mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
5 lines
55 B
Go
5 lines
55 B
Go
package server
|
|
|
|
type Client struct {
|
|
Address string
|
|
}
|