| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- // Code generated by protoc-gen-go.
- // source: v2ray.com/core/common/protocol/user.proto
- // DO NOT EDIT!
- package protocol
- import proto "github.com/golang/protobuf/proto"
- import fmt "fmt"
- import math "math"
- import google_protobuf "github.com/golang/protobuf/ptypes/any"
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- type User struct {
- Level uint32 `protobuf:"varint,1,opt,name=level" json:"level,omitempty"`
- Email string `protobuf:"bytes,2,opt,name=email" json:"email,omitempty"`
- Account *google_protobuf.Any `protobuf:"bytes,3,opt,name=account" json:"account,omitempty"`
- }
- func (m *User) Reset() { *m = User{} }
- func (m *User) String() string { return proto.CompactTextString(m) }
- func (*User) ProtoMessage() {}
- func (*User) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
- func (m *User) GetAccount() *google_protobuf.Any {
- if m != nil {
- return m.Account
- }
- return nil
- }
- func init() {
- proto.RegisterType((*User)(nil), "v2ray.core.common.protocol.User")
- }
- func init() { proto.RegisterFile("v2ray.com/core/common/protocol/user.proto", fileDescriptor1) }
- var fileDescriptor1 = []byte{
- // 192 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x8e, 0xbd, 0xea, 0xc2, 0x30,
- 0x14, 0xc5, 0xc9, 0xff, 0x43, 0x6d, 0xc4, 0xa5, 0x74, 0xa8, 0x1d, 0xa4, 0x38, 0xd5, 0xe5, 0x06,
- 0x2a, 0x3e, 0x80, 0x7d, 0x02, 0x29, 0xb8, 0xb8, 0xa5, 0xe1, 0x5a, 0x84, 0x24, 0x57, 0xd2, 0x0f,
- 0xe8, 0xdb, 0x4b, 0x1b, 0x32, 0xba, 0xe5, 0x77, 0xf2, 0xbb, 0x9c, 0xc3, 0x4f, 0x63, 0xe9, 0xe4,
- 0x04, 0x8a, 0x8c, 0x50, 0xe4, 0x50, 0x28, 0x32, 0x86, 0xac, 0x78, 0x3b, 0xea, 0x49, 0x91, 0x16,
- 0x43, 0x87, 0x0e, 0x16, 0x8a, 0xb3, 0xa0, 0x3a, 0x04, 0xaf, 0x41, 0xd0, 0xb2, 0x7d, 0x4b, 0xd4,
- 0x6a, 0xf4, 0x77, 0xcd, 0xf0, 0x14, 0xd2, 0x4e, 0xfe, 0xf7, 0xd8, 0xf0, 0xbf, 0x7b, 0x87, 0x2e,
- 0x4e, 0xf8, 0xbf, 0xc6, 0x11, 0x75, 0xca, 0x72, 0x56, 0xec, 0x6a, 0x0f, 0x73, 0x8a, 0x46, 0xbe,
- 0x74, 0xfa, 0x93, 0xb3, 0x22, 0xaa, 0x3d, 0xc4, 0xc0, 0xd7, 0x52, 0x29, 0x1a, 0x6c, 0x9f, 0xfe,
- 0xe6, 0xac, 0xd8, 0x96, 0x09, 0xf8, 0x02, 0x08, 0x05, 0x70, 0xb5, 0x53, 0x1d, 0xa4, 0xea, 0xc2,
- 0x0f, 0x8a, 0x0c, 0x7c, 0x1f, 0x58, 0x45, 0xf3, 0x86, 0xdb, 0x4c, 0x8f, 0x4d, 0x08, 0x9b, 0xd5,
- 0xf2, 0x3a, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd8, 0xfc, 0x46, 0xc6, 0x05, 0x01, 0x00, 0x00,
- }
|