8 lines
92 B
Go
8 lines
92 B
Go
package client
|
|
|
|
//codec:gen
|
|
type Transfer struct {
|
|
Host string
|
|
Port int32 `mc:"VarInt"`
|
|
}
|