msg.go 75 B

123456
  1. package zmostp_go
  2. type Message struct {
  3. Channel uint32
  4. Payload []byte
  5. }