package rpcs type ArgsDeviceId struct { Id string } type ReplyEmptyResult struct{} const ( RegistryServerName = "registry" AccessServerName = "access" )