package rpcs type ArgsDeviceId struct { Id uint64 } type ReplyEmptyResult struct{} type ArgsWithSpan struct { SpanCarrier map[string]string }