user.pb.go 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // Code generated by protoc-gen-go.
  2. // source: v2ray.com/core/common/protocol/user.proto
  3. // DO NOT EDIT!
  4. package protocol
  5. import proto "github.com/golang/protobuf/proto"
  6. import fmt "fmt"
  7. import math "math"
  8. import google_protobuf "github.com/golang/protobuf/ptypes/any"
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. type User struct {
  14. Level uint32 `protobuf:"varint,1,opt,name=level" json:"level,omitempty"`
  15. Email string `protobuf:"bytes,2,opt,name=email" json:"email,omitempty"`
  16. Account *google_protobuf.Any `protobuf:"bytes,3,opt,name=account" json:"account,omitempty"`
  17. }
  18. func (m *User) Reset() { *m = User{} }
  19. func (m *User) String() string { return proto.CompactTextString(m) }
  20. func (*User) ProtoMessage() {}
  21. func (*User) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
  22. func (m *User) GetAccount() *google_protobuf.Any {
  23. if m != nil {
  24. return m.Account
  25. }
  26. return nil
  27. }
  28. func init() {
  29. proto.RegisterType((*User)(nil), "com.v2ray.core.common.protocol.User")
  30. }
  31. func init() { proto.RegisterFile("v2ray.com/core/common/protocol/user.proto", fileDescriptor1) }
  32. var fileDescriptor1 = []byte{
  33. // 179 bytes of a gzipped FileDescriptorProto
  34. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x34, 0x8e, 0xcb, 0xaa, 0xc2, 0x30,
  35. 0x10, 0x86, 0xc9, 0x39, 0x5e, 0x23, 0x6e, 0x4a, 0x17, 0xd5, 0x85, 0x14, 0x57, 0x75, 0x33, 0x81,
  36. 0xfa, 0x04, 0xfa, 0x08, 0x05, 0x37, 0xee, 0xd2, 0x61, 0x2c, 0x42, 0x92, 0x91, 0xf4, 0x02, 0x79,
  37. 0x7b, 0xb1, 0x21, 0xbb, 0xf9, 0x66, 0xbe, 0xe1, 0xff, 0xe5, 0x65, 0xaa, 0xbd, 0x0e, 0x80, 0x6c,
  38. 0x15, 0xb2, 0x27, 0x85, 0x6c, 0x2d, 0x3b, 0xf5, 0xf1, 0x3c, 0x30, 0xb2, 0x51, 0x63, 0x4f, 0x1e,
  39. 0x66, 0xca, 0x4e, 0xc8, 0x16, 0x92, 0xee, 0x09, 0xa2, 0x0a, 0x49, 0x3d, 0x1e, 0x3a, 0xe6, 0xce,
  40. 0x50, 0xfc, 0x6d, 0xc7, 0x97, 0xd2, 0x2e, 0xc4, 0xeb, 0xb9, 0x95, 0x8b, 0x47, 0x4f, 0x3e, 0xcb,
  41. 0xe5, 0xd2, 0xd0, 0x44, 0xa6, 0x10, 0xa5, 0xa8, 0xf6, 0x4d, 0x84, 0xdf, 0x96, 0xac, 0x7e, 0x9b,
  42. 0xe2, 0xaf, 0x14, 0xd5, 0xb6, 0x89, 0x90, 0x81, 0x5c, 0x6b, 0x44, 0x1e, 0xdd, 0x50, 0xfc, 0x97,
  43. 0xa2, 0xda, 0xd5, 0x39, 0xc4, 0x00, 0x48, 0x01, 0x70, 0x73, 0xa1, 0x49, 0xd2, 0x5d, 0x3e, 0x37,
  44. 0xa9, 0x4a, 0xbb, 0x9a, 0xa7, 0xeb, 0x37, 0x00, 0x00, 0xff, 0xff, 0xfa, 0x7e, 0xbf, 0xfa, 0xde,
  45. 0x00, 0x00, 0x00,
  46. }