model.proto 294 B

12345678910111213141516
  1. // +bili:type=service
  2. // Code generated by warden.
  3. syntax = "proto3";
  4. package push.service.broadcast.model;
  5. option go_package = "model";
  6. message Proto {
  7. int32 ver = 1;
  8. int32 operation = 2;
  9. int32 seqId = 3;
  10. int32 compress = 4;
  11. int32 contentType = 5;
  12. bytes body = 6;
  13. }