common.go 147 B

1234567891011
  1. package rpcs
  2. type ArgsDeviceId struct {
  3. Id uint64
  4. }
  5. type ReplyEmptyResult struct{}
  6. type ArgsWithSpan struct {
  7. SpanCarrier map[string]string
  8. }