7 lines
95 B
Go
7 lines
95 B
Go
package client
|
|
|
|
// codec:gen
|
|
type ChunkBatchFinished struct {
|
|
BatchSize int32 `mc:"VarInt"`
|
|
}
|