msg.go 48 B

12345
  1. package rpcore
  2. type Msg struct {
  3. CPID int64
  4. }