mirror of
https://github.com/0ceanSlim/grain.git
synced 2024-10-30 01:26:32 +00:00
7 lines
95 B
Go
7 lines
95 B
Go
package relay
|
|
|
|
type ClientInfo struct {
|
|
IP string
|
|
UserAgent string
|
|
Origin string
|
|
} |