xuser.pb.go 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: app/service/live/xuser/api/grpc/xuser.proto
  3. package grpc
  4. import proto "github.com/gogo/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "github.com/gogo/protobuf/gogoproto"
  8. // Reference imports to suppress errors if they are not otherwise used.
  9. var _ = proto.Marshal
  10. var _ = fmt.Errorf
  11. var _ = math.Inf
  12. // This is a compile-time assertion to ensure that this generated file
  13. // is compatible with the proto package it is being compiled against.
  14. // A compilation error at this line likely means your copy of the
  15. // proto package needs to be updated.
  16. const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
  17. type Platform int32
  18. const (
  19. Platform_UNKNOWN Platform = 0
  20. Platform_PC Platform = 1
  21. Platform_ANDROID Platform = 2
  22. Platform_IOS Platform = 3
  23. Platform_H5 Platform = 4
  24. )
  25. var Platform_name = map[int32]string{
  26. 0: "UNKNOWN",
  27. 1: "PC",
  28. 2: "ANDROID",
  29. 3: "IOS",
  30. 4: "H5",
  31. }
  32. var Platform_value = map[string]int32{
  33. "UNKNOWN": 0,
  34. "PC": 1,
  35. "ANDROID": 2,
  36. "IOS": 3,
  37. "H5": 4,
  38. }
  39. func (x Platform) String() string {
  40. return proto.EnumName(Platform_name, int32(x))
  41. }
  42. func (Platform) EnumDescriptor() ([]byte, []int) {
  43. return fileDescriptor_xuser_ffbdb239d50de63c, []int{0}
  44. }
  45. func init() {
  46. proto.RegisterEnum("live.xuser.Platform", Platform_name, Platform_value)
  47. }
  48. func init() {
  49. proto.RegisterFile("app/service/live/xuser/api/grpc/xuser.proto", fileDescriptor_xuser_ffbdb239d50de63c)
  50. }
  51. var fileDescriptor_xuser_ffbdb239d50de63c = []byte{
  52. // 185 bytes of a gzipped FileDescriptorProto
  53. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4e, 0x2c, 0x28, 0xd0,
  54. 0x2f, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0xcf, 0xc9, 0x2c, 0x4b, 0xd5, 0xaf, 0x28, 0x2d,
  55. 0x4e, 0x2d, 0xd2, 0x4f, 0x2c, 0xc8, 0xd4, 0x4f, 0x2f, 0x2a, 0x48, 0x86, 0x70, 0xf5, 0x0a, 0x8a,
  56. 0xf2, 0x4b, 0xf2, 0x85, 0xb8, 0x40, 0x0a, 0xf4, 0xc0, 0x22, 0x52, 0xba, 0xe9, 0x99, 0x25, 0x19,
  57. 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0xe9, 0xf9, 0xe9, 0xf9, 0xfa, 0x60, 0x25, 0x49, 0xa5,
  58. 0x69, 0x60, 0x1e, 0x98, 0x03, 0x66, 0x41, 0xb4, 0x6a, 0xd9, 0x72, 0x71, 0x04, 0xe4, 0x24, 0x96,
  59. 0xa4, 0xe5, 0x17, 0xe5, 0x0a, 0x71, 0x73, 0xb1, 0x87, 0xfa, 0x79, 0xfb, 0xf9, 0x87, 0xfb, 0x09,
  60. 0x30, 0x08, 0xb1, 0x71, 0x31, 0x05, 0x38, 0x0b, 0x30, 0x82, 0x04, 0x1d, 0xfd, 0x5c, 0x82, 0xfc,
  61. 0x3d, 0x5d, 0x04, 0x98, 0x84, 0xd8, 0xb9, 0x98, 0x3d, 0xfd, 0x83, 0x05, 0x98, 0x41, 0xb2, 0x1e,
  62. 0xa6, 0x02, 0x2c, 0x4e, 0x42, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91,
  63. 0x1c, 0x63, 0x14, 0x0b, 0xc8, 0x65, 0x49, 0x6c, 0x60, 0x93, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff,
  64. 0xff, 0x65, 0xc5, 0x84, 0x8d, 0xc3, 0x00, 0x00, 0x00,
  65. }