代码拉取完成,页面将自动刷新
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: member_service.proto
package member
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
timestamp "github.com/golang/protobuf/ptypes/timestamp"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type User struct {
Mobile string `protobuf:"bytes,1,opt,name=Mobile,proto3" json:"Mobile,omitempty"`
Nickname string `protobuf:"bytes,2,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
Avatar string `protobuf:"bytes,3,opt,name=Avatar,proto3" json:"Avatar,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *User) Reset() { *m = User{} }
func (m *User) String() string { return proto.CompactTextString(m) }
func (*User) ProtoMessage() {}
func (*User) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{0}
}
func (m *User) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_User.Unmarshal(m, b)
}
func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_User.Marshal(b, m, deterministic)
}
func (m *User) XXX_Merge(src proto.Message) {
xxx_messageInfo_User.Merge(m, src)
}
func (m *User) XXX_Size() int {
return xxx_messageInfo_User.Size(m)
}
func (m *User) XXX_DiscardUnknown() {
xxx_messageInfo_User.DiscardUnknown(m)
}
var xxx_messageInfo_User proto.InternalMessageInfo
func (m *User) GetMobile() string {
if m != nil {
return m.Mobile
}
return ""
}
func (m *User) GetNickname() string {
if m != nil {
return m.Nickname
}
return ""
}
func (m *User) GetAvatar() string {
if m != nil {
return m.Avatar
}
return ""
}
type RegisterRequest struct {
Mobile string `protobuf:"bytes,1,opt,name=Mobile,proto3" json:"Mobile,omitempty"`
Password string `protobuf:"bytes,2,opt,name=Password,proto3" json:"Password,omitempty"`
Nickname string `protobuf:"bytes,3,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
Avatar string `protobuf:"bytes,4,opt,name=Avatar,proto3" json:"Avatar,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *RegisterRequest) Reset() { *m = RegisterRequest{} }
func (m *RegisterRequest) String() string { return proto.CompactTextString(m) }
func (*RegisterRequest) ProtoMessage() {}
func (*RegisterRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{1}
}
func (m *RegisterRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RegisterRequest.Unmarshal(m, b)
}
func (m *RegisterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RegisterRequest.Marshal(b, m, deterministic)
}
func (m *RegisterRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_RegisterRequest.Merge(m, src)
}
func (m *RegisterRequest) XXX_Size() int {
return xxx_messageInfo_RegisterRequest.Size(m)
}
func (m *RegisterRequest) XXX_DiscardUnknown() {
xxx_messageInfo_RegisterRequest.DiscardUnknown(m)
}
var xxx_messageInfo_RegisterRequest proto.InternalMessageInfo
func (m *RegisterRequest) GetMobile() string {
if m != nil {
return m.Mobile
}
return ""
}
func (m *RegisterRequest) GetPassword() string {
if m != nil {
return m.Password
}
return ""
}
func (m *RegisterRequest) GetNickname() string {
if m != nil {
return m.Nickname
}
return ""
}
func (m *RegisterRequest) GetAvatar() string {
if m != nil {
return m.Avatar
}
return ""
}
type RegisterResult struct {
State bool `protobuf:"varint,1,opt,name=State,proto3" json:"State,omitempty"`
ErrMsg string `protobuf:"bytes,2,opt,name=ErrMsg,proto3" json:"ErrMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *RegisterResult) Reset() { *m = RegisterResult{} }
func (m *RegisterResult) String() string { return proto.CompactTextString(m) }
func (*RegisterResult) ProtoMessage() {}
func (*RegisterResult) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{2}
}
func (m *RegisterResult) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RegisterResult.Unmarshal(m, b)
}
func (m *RegisterResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RegisterResult.Marshal(b, m, deterministic)
}
func (m *RegisterResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_RegisterResult.Merge(m, src)
}
func (m *RegisterResult) XXX_Size() int {
return xxx_messageInfo_RegisterResult.Size(m)
}
func (m *RegisterResult) XXX_DiscardUnknown() {
xxx_messageInfo_RegisterResult.DiscardUnknown(m)
}
var xxx_messageInfo_RegisterResult proto.InternalMessageInfo
func (m *RegisterResult) GetState() bool {
if m != nil {
return m.State
}
return false
}
func (m *RegisterResult) GetErrMsg() string {
if m != nil {
return m.ErrMsg
}
return ""
}
type LoginRequest struct {
Mobile string `protobuf:"bytes,1,opt,name=Mobile,proto3" json:"Mobile,omitempty"`
Password string `protobuf:"bytes,2,opt,name=Password,proto3" json:"Password,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *LoginRequest) Reset() { *m = LoginRequest{} }
func (m *LoginRequest) String() string { return proto.CompactTextString(m) }
func (*LoginRequest) ProtoMessage() {}
func (*LoginRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{3}
}
func (m *LoginRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LoginRequest.Unmarshal(m, b)
}
func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LoginRequest.Marshal(b, m, deterministic)
}
func (m *LoginRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_LoginRequest.Merge(m, src)
}
func (m *LoginRequest) XXX_Size() int {
return xxx_messageInfo_LoginRequest.Size(m)
}
func (m *LoginRequest) XXX_DiscardUnknown() {
xxx_messageInfo_LoginRequest.DiscardUnknown(m)
}
var xxx_messageInfo_LoginRequest proto.InternalMessageInfo
func (m *LoginRequest) GetMobile() string {
if m != nil {
return m.Mobile
}
return ""
}
func (m *LoginRequest) GetPassword() string {
if m != nil {
return m.Password
}
return ""
}
type MemberBaseInfoRequest struct {
UserId uint64 `protobuf:"varint,1,opt,name=UserId,proto3" json:"UserId,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MemberBaseInfoRequest) Reset() { *m = MemberBaseInfoRequest{} }
func (m *MemberBaseInfoRequest) String() string { return proto.CompactTextString(m) }
func (*MemberBaseInfoRequest) ProtoMessage() {}
func (*MemberBaseInfoRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{4}
}
func (m *MemberBaseInfoRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MemberBaseInfoRequest.Unmarshal(m, b)
}
func (m *MemberBaseInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MemberBaseInfoRequest.Marshal(b, m, deterministic)
}
func (m *MemberBaseInfoRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_MemberBaseInfoRequest.Merge(m, src)
}
func (m *MemberBaseInfoRequest) XXX_Size() int {
return xxx_messageInfo_MemberBaseInfoRequest.Size(m)
}
func (m *MemberBaseInfoRequest) XXX_DiscardUnknown() {
xxx_messageInfo_MemberBaseInfoRequest.DiscardUnknown(m)
}
var xxx_messageInfo_MemberBaseInfoRequest proto.InternalMessageInfo
func (m *MemberBaseInfoRequest) GetUserId() uint64 {
if m != nil {
return m.UserId
}
return 0
}
type MemberBaseInfoResult struct {
State bool `protobuf:"varint,1,opt,name=State,proto3" json:"State,omitempty"`
User *User `protobuf:"bytes,2,opt,name=User,proto3" json:"User,omitempty"`
ErrMsg string `protobuf:"bytes,3,opt,name=ErrMsg,proto3" json:"ErrMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MemberBaseInfoResult) Reset() { *m = MemberBaseInfoResult{} }
func (m *MemberBaseInfoResult) String() string { return proto.CompactTextString(m) }
func (*MemberBaseInfoResult) ProtoMessage() {}
func (*MemberBaseInfoResult) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{5}
}
func (m *MemberBaseInfoResult) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MemberBaseInfoResult.Unmarshal(m, b)
}
func (m *MemberBaseInfoResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MemberBaseInfoResult.Marshal(b, m, deterministic)
}
func (m *MemberBaseInfoResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_MemberBaseInfoResult.Merge(m, src)
}
func (m *MemberBaseInfoResult) XXX_Size() int {
return xxx_messageInfo_MemberBaseInfoResult.Size(m)
}
func (m *MemberBaseInfoResult) XXX_DiscardUnknown() {
xxx_messageInfo_MemberBaseInfoResult.DiscardUnknown(m)
}
var xxx_messageInfo_MemberBaseInfoResult proto.InternalMessageInfo
func (m *MemberBaseInfoResult) GetState() bool {
if m != nil {
return m.State
}
return false
}
func (m *MemberBaseInfoResult) GetUser() *User {
if m != nil {
return m.User
}
return nil
}
func (m *MemberBaseInfoResult) GetErrMsg() string {
if m != nil {
return m.ErrMsg
}
return ""
}
type LoginData struct {
User *User `protobuf:"bytes,1,opt,name=User,proto3" json:"User,omitempty"`
Token string `protobuf:"bytes,2,opt,name=Token,proto3" json:"Token,omitempty"`
ExpiresAt int64 `protobuf:"varint,3,opt,name=ExpiresAt,proto3" json:"ExpiresAt,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *LoginData) Reset() { *m = LoginData{} }
func (m *LoginData) String() string { return proto.CompactTextString(m) }
func (*LoginData) ProtoMessage() {}
func (*LoginData) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{6}
}
func (m *LoginData) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LoginData.Unmarshal(m, b)
}
func (m *LoginData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LoginData.Marshal(b, m, deterministic)
}
func (m *LoginData) XXX_Merge(src proto.Message) {
xxx_messageInfo_LoginData.Merge(m, src)
}
func (m *LoginData) XXX_Size() int {
return xxx_messageInfo_LoginData.Size(m)
}
func (m *LoginData) XXX_DiscardUnknown() {
xxx_messageInfo_LoginData.DiscardUnknown(m)
}
var xxx_messageInfo_LoginData proto.InternalMessageInfo
func (m *LoginData) GetUser() *User {
if m != nil {
return m.User
}
return nil
}
func (m *LoginData) GetToken() string {
if m != nil {
return m.Token
}
return ""
}
func (m *LoginData) GetExpiresAt() int64 {
if m != nil {
return m.ExpiresAt
}
return 0
}
type LoginResult struct {
State bool `protobuf:"varint,1,opt,name=State,proto3" json:"State,omitempty"`
Data *LoginData `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
ErrMsg string `protobuf:"bytes,3,opt,name=ErrMsg,proto3" json:"ErrMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *LoginResult) Reset() { *m = LoginResult{} }
func (m *LoginResult) String() string { return proto.CompactTextString(m) }
func (*LoginResult) ProtoMessage() {}
func (*LoginResult) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{7}
}
func (m *LoginResult) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LoginResult.Unmarshal(m, b)
}
func (m *LoginResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LoginResult.Marshal(b, m, deterministic)
}
func (m *LoginResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_LoginResult.Merge(m, src)
}
func (m *LoginResult) XXX_Size() int {
return xxx_messageInfo_LoginResult.Size(m)
}
func (m *LoginResult) XXX_DiscardUnknown() {
xxx_messageInfo_LoginResult.DiscardUnknown(m)
}
var xxx_messageInfo_LoginResult proto.InternalMessageInfo
func (m *LoginResult) GetState() bool {
if m != nil {
return m.State
}
return false
}
func (m *LoginResult) GetData() *LoginData {
if m != nil {
return m.Data
}
return nil
}
func (m *LoginResult) GetErrMsg() string {
if m != nil {
return m.ErrMsg
}
return ""
}
type ParseTokenRequest struct {
Token string `protobuf:"bytes,1,opt,name=Token,proto3" json:"Token,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ParseTokenRequest) Reset() { *m = ParseTokenRequest{} }
func (m *ParseTokenRequest) String() string { return proto.CompactTextString(m) }
func (*ParseTokenRequest) ProtoMessage() {}
func (*ParseTokenRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{8}
}
func (m *ParseTokenRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ParseTokenRequest.Unmarshal(m, b)
}
func (m *ParseTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ParseTokenRequest.Marshal(b, m, deterministic)
}
func (m *ParseTokenRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ParseTokenRequest.Merge(m, src)
}
func (m *ParseTokenRequest) XXX_Size() int {
return xxx_messageInfo_ParseTokenRequest.Size(m)
}
func (m *ParseTokenRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ParseTokenRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ParseTokenRequest proto.InternalMessageInfo
func (m *ParseTokenRequest) GetToken() string {
if m != nil {
return m.Token
}
return ""
}
type RegisteredClaims struct {
Issuer string `protobuf:"bytes,1,opt,name=Issuer,proto3" json:"Issuer,omitempty"`
Subject string `protobuf:"bytes,2,opt,name=Subject,proto3" json:"Subject,omitempty"`
Audience []string `protobuf:"bytes,3,rep,name=Audience,proto3" json:"Audience,omitempty"`
ExpiresAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=ExpiresAt,proto3" json:"ExpiresAt,omitempty"`
NotBefore *timestamp.Timestamp `protobuf:"bytes,5,opt,name=NotBefore,proto3" json:"NotBefore,omitempty"`
IssuedAt *timestamp.Timestamp `protobuf:"bytes,6,opt,name=IssuedAt,proto3" json:"IssuedAt,omitempty"`
ID string `protobuf:"bytes,7,opt,name=ID,proto3" json:"ID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *RegisteredClaims) Reset() { *m = RegisteredClaims{} }
func (m *RegisteredClaims) String() string { return proto.CompactTextString(m) }
func (*RegisteredClaims) ProtoMessage() {}
func (*RegisteredClaims) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{9}
}
func (m *RegisteredClaims) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RegisteredClaims.Unmarshal(m, b)
}
func (m *RegisteredClaims) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RegisteredClaims.Marshal(b, m, deterministic)
}
func (m *RegisteredClaims) XXX_Merge(src proto.Message) {
xxx_messageInfo_RegisteredClaims.Merge(m, src)
}
func (m *RegisteredClaims) XXX_Size() int {
return xxx_messageInfo_RegisteredClaims.Size(m)
}
func (m *RegisteredClaims) XXX_DiscardUnknown() {
xxx_messageInfo_RegisteredClaims.DiscardUnknown(m)
}
var xxx_messageInfo_RegisteredClaims proto.InternalMessageInfo
func (m *RegisteredClaims) GetIssuer() string {
if m != nil {
return m.Issuer
}
return ""
}
func (m *RegisteredClaims) GetSubject() string {
if m != nil {
return m.Subject
}
return ""
}
func (m *RegisteredClaims) GetAudience() []string {
if m != nil {
return m.Audience
}
return nil
}
func (m *RegisteredClaims) GetExpiresAt() *timestamp.Timestamp {
if m != nil {
return m.ExpiresAt
}
return nil
}
func (m *RegisteredClaims) GetNotBefore() *timestamp.Timestamp {
if m != nil {
return m.NotBefore
}
return nil
}
func (m *RegisteredClaims) GetIssuedAt() *timestamp.Timestamp {
if m != nil {
return m.IssuedAt
}
return nil
}
func (m *RegisteredClaims) GetID() string {
if m != nil {
return m.ID
}
return ""
}
type BaseClaims struct {
ID uint64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
NickName string `protobuf:"bytes,2,opt,name=NickName,proto3" json:"NickName,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *BaseClaims) Reset() { *m = BaseClaims{} }
func (m *BaseClaims) String() string { return proto.CompactTextString(m) }
func (*BaseClaims) ProtoMessage() {}
func (*BaseClaims) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{10}
}
func (m *BaseClaims) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BaseClaims.Unmarshal(m, b)
}
func (m *BaseClaims) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BaseClaims.Marshal(b, m, deterministic)
}
func (m *BaseClaims) XXX_Merge(src proto.Message) {
xxx_messageInfo_BaseClaims.Merge(m, src)
}
func (m *BaseClaims) XXX_Size() int {
return xxx_messageInfo_BaseClaims.Size(m)
}
func (m *BaseClaims) XXX_DiscardUnknown() {
xxx_messageInfo_BaseClaims.DiscardUnknown(m)
}
var xxx_messageInfo_BaseClaims proto.InternalMessageInfo
func (m *BaseClaims) GetID() uint64 {
if m != nil {
return m.ID
}
return 0
}
func (m *BaseClaims) GetNickName() string {
if m != nil {
return m.NickName
}
return ""
}
type CustomClaims struct {
BaseClaims *BaseClaims `protobuf:"bytes,1,opt,name=BaseClaims,proto3" json:"BaseClaims,omitempty"`
BufferTime int64 `protobuf:"varint,2,opt,name=BufferTime,proto3" json:"BufferTime,omitempty"`
RegisteredClaims *RegisteredClaims `protobuf:"bytes,3,opt,name=RegisteredClaims,proto3" json:"RegisteredClaims,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomClaims) Reset() { *m = CustomClaims{} }
func (m *CustomClaims) String() string { return proto.CompactTextString(m) }
func (*CustomClaims) ProtoMessage() {}
func (*CustomClaims) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{11}
}
func (m *CustomClaims) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CustomClaims.Unmarshal(m, b)
}
func (m *CustomClaims) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CustomClaims.Marshal(b, m, deterministic)
}
func (m *CustomClaims) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomClaims.Merge(m, src)
}
func (m *CustomClaims) XXX_Size() int {
return xxx_messageInfo_CustomClaims.Size(m)
}
func (m *CustomClaims) XXX_DiscardUnknown() {
xxx_messageInfo_CustomClaims.DiscardUnknown(m)
}
var xxx_messageInfo_CustomClaims proto.InternalMessageInfo
func (m *CustomClaims) GetBaseClaims() *BaseClaims {
if m != nil {
return m.BaseClaims
}
return nil
}
func (m *CustomClaims) GetBufferTime() int64 {
if m != nil {
return m.BufferTime
}
return 0
}
func (m *CustomClaims) GetRegisteredClaims() *RegisteredClaims {
if m != nil {
return m.RegisteredClaims
}
return nil
}
type ParseTokenResult struct {
State bool `protobuf:"varint,1,opt,name=State,proto3" json:"State,omitempty"`
CustomClaims *CustomClaims `protobuf:"bytes,2,opt,name=CustomClaims,proto3" json:"CustomClaims,omitempty"`
NewToken string `protobuf:"bytes,3,opt,name=NewToken,proto3" json:"NewToken,omitempty"`
ExpiresTime string `protobuf:"bytes,4,opt,name=ExpiresTime,proto3" json:"ExpiresTime,omitempty"`
ErrMsg string `protobuf:"bytes,5,opt,name=ErrMsg,proto3" json:"ErrMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ParseTokenResult) Reset() { *m = ParseTokenResult{} }
func (m *ParseTokenResult) String() string { return proto.CompactTextString(m) }
func (*ParseTokenResult) ProtoMessage() {}
func (*ParseTokenResult) Descriptor() ([]byte, []int) {
return fileDescriptor_41355fb489f7b05a, []int{12}
}
func (m *ParseTokenResult) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ParseTokenResult.Unmarshal(m, b)
}
func (m *ParseTokenResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ParseTokenResult.Marshal(b, m, deterministic)
}
func (m *ParseTokenResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_ParseTokenResult.Merge(m, src)
}
func (m *ParseTokenResult) XXX_Size() int {
return xxx_messageInfo_ParseTokenResult.Size(m)
}
func (m *ParseTokenResult) XXX_DiscardUnknown() {
xxx_messageInfo_ParseTokenResult.DiscardUnknown(m)
}
var xxx_messageInfo_ParseTokenResult proto.InternalMessageInfo
func (m *ParseTokenResult) GetState() bool {
if m != nil {
return m.State
}
return false
}
func (m *ParseTokenResult) GetCustomClaims() *CustomClaims {
if m != nil {
return m.CustomClaims
}
return nil
}
func (m *ParseTokenResult) GetNewToken() string {
if m != nil {
return m.NewToken
}
return ""
}
func (m *ParseTokenResult) GetExpiresTime() string {
if m != nil {
return m.ExpiresTime
}
return ""
}
func (m *ParseTokenResult) GetErrMsg() string {
if m != nil {
return m.ErrMsg
}
return ""
}
func init() {
proto.RegisterType((*User)(nil), "User")
proto.RegisterType((*RegisterRequest)(nil), "RegisterRequest")
proto.RegisterType((*RegisterResult)(nil), "RegisterResult")
proto.RegisterType((*LoginRequest)(nil), "LoginRequest")
proto.RegisterType((*MemberBaseInfoRequest)(nil), "MemberBaseInfoRequest")
proto.RegisterType((*MemberBaseInfoResult)(nil), "MemberBaseInfoResult")
proto.RegisterType((*LoginData)(nil), "LoginData")
proto.RegisterType((*LoginResult)(nil), "LoginResult")
proto.RegisterType((*ParseTokenRequest)(nil), "ParseTokenRequest")
proto.RegisterType((*RegisteredClaims)(nil), "RegisteredClaims")
proto.RegisterType((*BaseClaims)(nil), "BaseClaims")
proto.RegisterType((*CustomClaims)(nil), "CustomClaims")
proto.RegisterType((*ParseTokenResult)(nil), "ParseTokenResult")
}
func init() { proto.RegisterFile("member_service.proto", fileDescriptor_41355fb489f7b05a) }
var fileDescriptor_41355fb489f7b05a = []byte{
// 669 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xdd, 0x4e, 0x13, 0x41,
0x14, 0xce, 0xf6, 0x07, 0xda, 0x53, 0xca, 0xcf, 0xa4, 0x90, 0x75, 0x63, 0x90, 0x6c, 0xbc, 0xd0,
0x18, 0xa7, 0x11, 0x12, 0xc3, 0x8d, 0x9a, 0x96, 0x72, 0xd1, 0x44, 0x08, 0x19, 0xf0, 0x06, 0x2f,
0xc8, 0xb6, 0x9d, 0x36, 0x2b, 0xdd, 0x4e, 0x9d, 0x99, 0x05, 0x7d, 0x15, 0xe3, 0x4b, 0xf8, 0x3a,
0x3e, 0x8d, 0x99, 0x9f, 0xdd, 0x4e, 0x5b, 0x28, 0x17, 0x5e, 0x7e, 0x67, 0xe7, 0xfc, 0x7c, 0xe7,
0x7c, 0xe7, 0x2c, 0x34, 0x12, 0x9a, 0xf4, 0x28, 0xbf, 0x11, 0x94, 0xdf, 0xc5, 0x7d, 0x8a, 0xa7,
0x9c, 0x49, 0x16, 0xbc, 0x18, 0x31, 0x36, 0x1a, 0xd3, 0xa6, 0x46, 0xbd, 0x74, 0xd8, 0x94, 0x71,
0x42, 0x85, 0x8c, 0x92, 0xa9, 0x79, 0x10, 0x12, 0x28, 0x7d, 0x11, 0x94, 0xa3, 0x3d, 0x58, 0x3b,
0x63, 0xbd, 0x78, 0x4c, 0x7d, 0xef, 0xc0, 0x7b, 0x55, 0x25, 0x16, 0xa1, 0x00, 0x2a, 0xe7, 0x71,
0xff, 0x76, 0x12, 0x25, 0xd4, 0x2f, 0xe8, 0x2f, 0x39, 0x56, 0x3e, 0xad, 0xbb, 0x48, 0x46, 0xdc,
0x2f, 0x1a, 0x1f, 0x83, 0xc2, 0x9f, 0xb0, 0x45, 0xe8, 0x28, 0x16, 0x92, 0x72, 0x42, 0xbf, 0xa7,
0x54, 0xc8, 0x55, 0xe1, 0x2f, 0x22, 0x21, 0xee, 0x19, 0x1f, 0x64, 0xe1, 0x33, 0x3c, 0x97, 0xba,
0xf8, 0x68, 0xea, 0xd2, 0x5c, 0xea, 0x8f, 0xb0, 0x39, 0x4b, 0x2d, 0xd2, 0xb1, 0x44, 0x0d, 0x28,
0x5f, 0xca, 0x48, 0x9a, 0xc4, 0x15, 0x62, 0x80, 0xf2, 0x3f, 0xe5, 0xfc, 0x4c, 0x8c, 0x6c, 0x56,
0x8b, 0xc2, 0x36, 0x6c, 0x7c, 0x66, 0xa3, 0x78, 0xf2, 0x1f, 0x75, 0x87, 0x4d, 0xd8, 0x3d, 0xd3,
0xb3, 0x68, 0x47, 0x82, 0x76, 0x27, 0x43, 0xe6, 0x04, 0x53, 0xbd, 0xee, 0x0e, 0x74, 0xb0, 0x12,
0xb1, 0x28, 0xbc, 0x81, 0xc6, 0xa2, 0xc3, 0x8a, 0xd2, 0x9f, 0x99, 0x89, 0xe9, 0xb4, 0xb5, 0xc3,
0x32, 0x56, 0x80, 0xe4, 0x43, 0xb4, 0xac, 0x8a, 0x73, 0xac, 0xae, 0xa1, 0xaa, 0x59, 0x75, 0x22,
0x19, 0xe5, 0xfe, 0xde, 0xb2, 0x7f, 0x03, 0xca, 0x57, 0xec, 0x96, 0x4e, 0x2c, 0x25, 0x03, 0xd0,
0x73, 0xa8, 0x9e, 0xfe, 0x98, 0xc6, 0x9c, 0x8a, 0x96, 0xd4, 0x81, 0x8b, 0x64, 0x66, 0x08, 0xbf,
0x42, 0xcd, 0x76, 0x6c, 0x45, 0xcd, 0xfb, 0x50, 0x52, 0xb9, 0x6d, 0xcd, 0x80, 0xf3, 0x6a, 0x88,
0xb6, 0x3f, 0x5a, 0xf8, 0x6b, 0xd8, 0xb9, 0x88, 0xb8, 0xa0, 0xba, 0x90, 0xac, 0x8d, 0x79, 0x95,
0x9e, 0x53, 0x65, 0xf8, 0xbb, 0x00, 0xdb, 0xd9, 0xe8, 0xe9, 0xe0, 0x64, 0x1c, 0xc5, 0x89, 0x50,
0x71, 0xbb, 0x42, 0xa4, 0x96, 0x6d, 0x95, 0x58, 0x84, 0x7c, 0x58, 0xbf, 0x4c, 0x7b, 0xdf, 0x68,
0x5f, 0x5a, 0xaa, 0x19, 0x54, 0x83, 0x6d, 0xa5, 0x83, 0x98, 0x4e, 0xfa, 0x4a, 0x74, 0x45, 0x35,
0xd8, 0x0c, 0xa3, 0x63, 0xb7, 0x11, 0x25, 0x4d, 0x25, 0xc0, 0x66, 0xc1, 0x70, 0xb6, 0x60, 0xf8,
0x2a, 0x5b, 0x30, 0xa7, 0x49, 0xca, 0xf3, 0x9c, 0xc9, 0x36, 0x1d, 0x32, 0x4e, 0xfd, 0xf2, 0xd3,
0x9e, 0xf9, 0x63, 0xf4, 0x1e, 0x2a, 0xba, 0xe6, 0x41, 0x4b, 0xfa, 0x6b, 0x4f, 0x3a, 0xe6, 0x6f,
0xd1, 0x26, 0x14, 0xba, 0x1d, 0x7f, 0x5d, 0x93, 0x2b, 0x74, 0x3b, 0xe1, 0x31, 0x80, 0x52, 0x97,
0xed, 0x8b, 0xf9, 0x6a, 0x54, 0x58, 0xe8, 0x76, 0xb2, 0x55, 0x3b, 0x5f, 0xd8, 0x72, 0x85, 0xc3,
0x5f, 0x1e, 0x6c, 0x9c, 0xa4, 0x42, 0xb2, 0xc4, 0x3a, 0xbf, 0x71, 0x43, 0x59, 0x19, 0xd5, 0xf0,
0xcc, 0x44, 0xdc, 0x4c, 0xfb, 0x00, 0xed, 0x74, 0x38, 0xa4, 0x5c, 0x15, 0xa9, 0x63, 0x17, 0x89,
0x63, 0x41, 0x1f, 0x96, 0xa7, 0xa6, 0x35, 0x50, 0x3b, 0xdc, 0xc1, 0x8b, 0x1f, 0xc8, 0xd2, 0xd3,
0xf0, 0x8f, 0x07, 0xdb, 0xae, 0x42, 0x56, 0x68, 0xf0, 0xdd, 0x3c, 0x0d, 0xab, 0xc5, 0x3a, 0x76,
0x8d, 0x64, 0x9e, 0xa9, 0x6a, 0x0b, 0xbd, 0x37, 0x62, 0xcb, 0x2e, 0x90, 0xc5, 0xe8, 0x00, 0x6a,
0x76, 0xbe, 0x9a, 0x99, 0x39, 0x43, 0xae, 0xc9, 0x11, 0x75, 0xd9, 0x15, 0xf5, 0xe1, 0x5f, 0x0f,
0xea, 0x66, 0xdf, 0x2f, 0xcd, 0xad, 0x46, 0x6f, 0xa1, 0x92, 0x31, 0x43, 0xdb, 0x78, 0xe1, 0x76,
0x06, 0x5b, 0x78, 0xe1, 0xa4, 0xbd, 0x84, 0xb2, 0x5e, 0x20, 0x54, 0xc7, 0xee, 0xb1, 0x0a, 0x36,
0xb0, 0xbb, 0x89, 0x9f, 0x60, 0x73, 0xfe, 0xaa, 0xa0, 0x3d, 0xfc, 0xe0, 0x5d, 0x0a, 0x76, 0xf1,
0x83, 0xe7, 0xe7, 0x08, 0x60, 0xd6, 0x5a, 0x84, 0xf0, 0xd2, 0x26, 0x06, 0x3b, 0x78, 0xb1, 0xf7,
0xed, 0xfa, 0x75, 0x0d, 0x37, 0xa7, 0xbd, 0xa6, 0xf9, 0x1b, 0xf5, 0xd6, 0xb4, 0x48, 0x8f, 0xfe,
0x05, 0x00, 0x00, 0xff, 0xff, 0xea, 0xbb, 0xfb, 0x9d, 0x9e, 0x06, 0x00, 0x00,
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。