common.go 159 B

12345678910111213
  1. package rpcs
  2. type ArgsDeviceId struct {
  3. Id string
  4. }
  5. type ReplyEmptyResult struct{}
  6. const (
  7. RegistryServerName = "registry"
  8. AccessServerName = "access"
  9. )