Ocean/ICCC/SystemMessages/ICCCNumGen.go
Thorsten Sommer cc6394079b Spelling
2015-07-09 18:21:30 +02:00

11 lines
202 B
Go

package SystemMessages
// The message to request a new number from NumGen package.
type ICCCNumGenNext struct {
}
// The response to the NumGen request.
type ICCCAnswerNumGen struct {
Number int64
}