grain/server/types/clientInfo.go

7 lines
95 B
Go

package relay
type ClientInfo struct {
IP string
UserAgent string
Origin string
}