common.go 86 B

1234567
  1. package rpcs
  2. type ArgsDeviceId struct {
  3. Id uint64
  4. }
  5. type ReplyEmptyResult struct{}