user_admin

package
v0.0.0-...-b63aa1a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterService

func RegisterService(s giraffe_micro.Server, srv Service)

Types

type AlterPasswordRequest

type AlterPasswordRequest struct {
	//
	//用户名
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//密码
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password" form:"password"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AlterPassword请求

func (*AlterPasswordRequest) Descriptor

func (*AlterPasswordRequest) Descriptor() ([]byte, []int)

func (*AlterPasswordRequest) GetName

func (m *AlterPasswordRequest) GetName() string

func (*AlterPasswordRequest) GetPassword

func (m *AlterPasswordRequest) GetPassword() string

func (*AlterPasswordRequest) ProtoMessage

func (*AlterPasswordRequest) ProtoMessage()

func (*AlterPasswordRequest) Reset

func (m *AlterPasswordRequest) Reset()

func (*AlterPasswordRequest) String

func (m *AlterPasswordRequest) String() string

func (*AlterPasswordRequest) Validate

func (this *AlterPasswordRequest) Validate() error

func (*AlterPasswordRequest) XXX_DiscardUnknown

func (m *AlterPasswordRequest) XXX_DiscardUnknown()

func (*AlterPasswordRequest) XXX_Marshal

func (m *AlterPasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AlterPasswordRequest) XXX_Merge

func (m *AlterPasswordRequest) XXX_Merge(src proto.Message)

func (*AlterPasswordRequest) XXX_Size

func (m *AlterPasswordRequest) XXX_Size() int

func (*AlterPasswordRequest) XXX_Unmarshal

func (m *AlterPasswordRequest) XXX_Unmarshal(b []byte) error

type AlterPasswordResponseWrapper

type AlterPasswordResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

AlterPasswordApi返回

func (*AlterPasswordResponseWrapper) Descriptor

func (*AlterPasswordResponseWrapper) Descriptor() ([]byte, []int)

func (*AlterPasswordResponseWrapper) GetCode

func (m *AlterPasswordResponseWrapper) GetCode() int32

func (*AlterPasswordResponseWrapper) GetCodeExplain

func (m *AlterPasswordResponseWrapper) GetCodeExplain() string

func (*AlterPasswordResponseWrapper) GetData

func (*AlterPasswordResponseWrapper) GetError

func (m *AlterPasswordResponseWrapper) GetError() string

func (*AlterPasswordResponseWrapper) ProtoMessage

func (*AlterPasswordResponseWrapper) ProtoMessage()

func (*AlterPasswordResponseWrapper) Reset

func (m *AlterPasswordResponseWrapper) Reset()

func (*AlterPasswordResponseWrapper) String

func (*AlterPasswordResponseWrapper) Validate

func (this *AlterPasswordResponseWrapper) Validate() error

func (*AlterPasswordResponseWrapper) XXX_DiscardUnknown

func (m *AlterPasswordResponseWrapper) XXX_DiscardUnknown()

func (*AlterPasswordResponseWrapper) XXX_Marshal

func (m *AlterPasswordResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AlterPasswordResponseWrapper) XXX_Merge

func (m *AlterPasswordResponseWrapper) XXX_Merge(src proto.Message)

func (*AlterPasswordResponseWrapper) XXX_Size

func (m *AlterPasswordResponseWrapper) XXX_Size() int

func (*AlterPasswordResponseWrapper) XXX_Unmarshal

func (m *AlterPasswordResponseWrapper) XXX_Unmarshal(b []byte) error

type AlterSelfPasswordRequest

type AlterSelfPasswordRequest struct {
	//
	//新密码
	Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password" form:"password"`
	//
	//原密码
	OldPassword          string   `protobuf:"bytes,2,opt,name=oldPassword,proto3" json:"oldPassword" form:"oldPassword"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AlterSelfPassword请求

func (*AlterSelfPasswordRequest) Descriptor

func (*AlterSelfPasswordRequest) Descriptor() ([]byte, []int)

func (*AlterSelfPasswordRequest) GetOldPassword

func (m *AlterSelfPasswordRequest) GetOldPassword() string

func (*AlterSelfPasswordRequest) GetPassword

func (m *AlterSelfPasswordRequest) GetPassword() string

func (*AlterSelfPasswordRequest) ProtoMessage

func (*AlterSelfPasswordRequest) ProtoMessage()

func (*AlterSelfPasswordRequest) Reset

func (m *AlterSelfPasswordRequest) Reset()

func (*AlterSelfPasswordRequest) String

func (m *AlterSelfPasswordRequest) String() string

func (*AlterSelfPasswordRequest) Validate

func (this *AlterSelfPasswordRequest) Validate() error

func (*AlterSelfPasswordRequest) XXX_DiscardUnknown

func (m *AlterSelfPasswordRequest) XXX_DiscardUnknown()

func (*AlterSelfPasswordRequest) XXX_Marshal

func (m *AlterSelfPasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AlterSelfPasswordRequest) XXX_Merge

func (m *AlterSelfPasswordRequest) XXX_Merge(src proto.Message)

func (*AlterSelfPasswordRequest) XXX_Size

func (m *AlterSelfPasswordRequest) XXX_Size() int

func (*AlterSelfPasswordRequest) XXX_Unmarshal

func (m *AlterSelfPasswordRequest) XXX_Unmarshal(b []byte) error

type AlterSelfPasswordResponseWrapper

type AlterSelfPasswordResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

AlterSelfPasswordApi返回

func (*AlterSelfPasswordResponseWrapper) Descriptor

func (*AlterSelfPasswordResponseWrapper) Descriptor() ([]byte, []int)

func (*AlterSelfPasswordResponseWrapper) GetCode

func (*AlterSelfPasswordResponseWrapper) GetCodeExplain

func (m *AlterSelfPasswordResponseWrapper) GetCodeExplain() string

func (*AlterSelfPasswordResponseWrapper) GetData

func (*AlterSelfPasswordResponseWrapper) GetError

func (*AlterSelfPasswordResponseWrapper) ProtoMessage

func (*AlterSelfPasswordResponseWrapper) ProtoMessage()

func (*AlterSelfPasswordResponseWrapper) Reset

func (*AlterSelfPasswordResponseWrapper) String

func (*AlterSelfPasswordResponseWrapper) Validate

func (this *AlterSelfPasswordResponseWrapper) Validate() error

func (*AlterSelfPasswordResponseWrapper) XXX_DiscardUnknown

func (m *AlterSelfPasswordResponseWrapper) XXX_DiscardUnknown()

func (*AlterSelfPasswordResponseWrapper) XXX_Marshal

func (m *AlterSelfPasswordResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AlterSelfPasswordResponseWrapper) XXX_Merge

func (*AlterSelfPasswordResponseWrapper) XXX_Size

func (m *AlterSelfPasswordResponseWrapper) XXX_Size() int

func (*AlterSelfPasswordResponseWrapper) XXX_Unmarshal

func (m *AlterSelfPasswordResponseWrapper) XXX_Unmarshal(b []byte) error

type Client

type Client interface {
	AlterPassword(ctx context.Context, in *AlterPasswordRequest) (*types.Empty, error)
	AlterSelfPassword(ctx context.Context, in *AlterSelfPasswordRequest) (*types.Empty, error)
	ForgotPassword(ctx context.Context, in *ForgotPasswordRequest) (*types.Empty, error)
	GetPasswordConfig(ctx context.Context, in *types.Empty) (*GetPasswordConfigResponse, error)
	GetUserInfo(ctx context.Context, in *GetUserInfoRequest) (*types.Struct, error)
	ListGroupsIdName(ctx context.Context, in *ListGroupsIdNameRequest) (*types.Struct, error)
	ListUsersInfo(ctx context.Context, in *ListUsersInfoRequest) (*ListUsersInfoResponse, error)
	ListUsersIdNick(ctx context.Context, in *ListUsersIdNickRequest) (*types.Struct, error)
	ResetPassword(ctx context.Context, in *ResetPasswordRequest) (*types.Empty, error)
	SearchAllUsersInfo(ctx context.Context, in *SearchAllUsersInfoRequest) (*SearchAllUsersInfoResponse, error)
	UserDelete(ctx context.Context, in *UserDeleteRequest) (*types.Empty, error)
	GetUserLoginInfo(ctx context.Context, in *GetUserLoginInfoRequest) (*GetUserLoginInfoResponse, error)
	UserRegister(ctx context.Context, in *UserRegisterRequest) (*UserRegisterResponse, error)
}

Client is the client API for user_admin service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewClient

func NewClient(c giraffe_micro.Client) Client

type ForgotPasswordRequest

type ForgotPasswordRequest struct {
	//
	//邮箱
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email" form:"email"`
	//
	//重置密码地址
	Url                  string   `protobuf:"bytes,2,opt,name=url,proto3" json:"url" form:"url"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ForgotPassword请求

func (*ForgotPasswordRequest) Descriptor

func (*ForgotPasswordRequest) Descriptor() ([]byte, []int)

func (*ForgotPasswordRequest) GetEmail

func (m *ForgotPasswordRequest) GetEmail() string

func (*ForgotPasswordRequest) GetUrl

func (m *ForgotPasswordRequest) GetUrl() string

func (*ForgotPasswordRequest) ProtoMessage

func (*ForgotPasswordRequest) ProtoMessage()

func (*ForgotPasswordRequest) Reset

func (m *ForgotPasswordRequest) Reset()

func (*ForgotPasswordRequest) String

func (m *ForgotPasswordRequest) String() string

func (*ForgotPasswordRequest) Validate

func (this *ForgotPasswordRequest) Validate() error

func (*ForgotPasswordRequest) XXX_DiscardUnknown

func (m *ForgotPasswordRequest) XXX_DiscardUnknown()

func (*ForgotPasswordRequest) XXX_Marshal

func (m *ForgotPasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ForgotPasswordRequest) XXX_Merge

func (m *ForgotPasswordRequest) XXX_Merge(src proto.Message)

func (*ForgotPasswordRequest) XXX_Size

func (m *ForgotPasswordRequest) XXX_Size() int

func (*ForgotPasswordRequest) XXX_Unmarshal

func (m *ForgotPasswordRequest) XXX_Unmarshal(b []byte) error

type ForgotPasswordResponseWrapper

type ForgotPasswordResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

ForgotPasswordApi返回

func (*ForgotPasswordResponseWrapper) Descriptor

func (*ForgotPasswordResponseWrapper) Descriptor() ([]byte, []int)

func (*ForgotPasswordResponseWrapper) GetCode

func (m *ForgotPasswordResponseWrapper) GetCode() int32

func (*ForgotPasswordResponseWrapper) GetCodeExplain

func (m *ForgotPasswordResponseWrapper) GetCodeExplain() string

func (*ForgotPasswordResponseWrapper) GetData

func (*ForgotPasswordResponseWrapper) GetError

func (m *ForgotPasswordResponseWrapper) GetError() string

func (*ForgotPasswordResponseWrapper) ProtoMessage

func (*ForgotPasswordResponseWrapper) ProtoMessage()

func (*ForgotPasswordResponseWrapper) Reset

func (m *ForgotPasswordResponseWrapper) Reset()

func (*ForgotPasswordResponseWrapper) String

func (*ForgotPasswordResponseWrapper) Validate

func (this *ForgotPasswordResponseWrapper) Validate() error

func (*ForgotPasswordResponseWrapper) XXX_DiscardUnknown

func (m *ForgotPasswordResponseWrapper) XXX_DiscardUnknown()

func (*ForgotPasswordResponseWrapper) XXX_Marshal

func (m *ForgotPasswordResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ForgotPasswordResponseWrapper) XXX_Merge

func (m *ForgotPasswordResponseWrapper) XXX_Merge(src proto.Message)

func (*ForgotPasswordResponseWrapper) XXX_Size

func (m *ForgotPasswordResponseWrapper) XXX_Size() int

func (*ForgotPasswordResponseWrapper) XXX_Unmarshal

func (m *ForgotPasswordResponseWrapper) XXX_Unmarshal(b []byte) error

type GetPasswordConfigResponse

type GetPasswordConfigResponse struct {
	//
	//正则
	Regex string `protobuf:"bytes,1,opt,name=regex,proto3" json:"regex" form:"regex"`
	//
	//提示
	Description          string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description" form:"description"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetPasswordConfig返回

func (*GetPasswordConfigResponse) Descriptor

func (*GetPasswordConfigResponse) Descriptor() ([]byte, []int)

func (*GetPasswordConfigResponse) GetDescription

func (m *GetPasswordConfigResponse) GetDescription() string

func (*GetPasswordConfigResponse) GetRegex

func (m *GetPasswordConfigResponse) GetRegex() string

func (*GetPasswordConfigResponse) ProtoMessage

func (*GetPasswordConfigResponse) ProtoMessage()

func (*GetPasswordConfigResponse) Reset

func (m *GetPasswordConfigResponse) Reset()

func (*GetPasswordConfigResponse) String

func (m *GetPasswordConfigResponse) String() string

func (*GetPasswordConfigResponse) Validate

func (this *GetPasswordConfigResponse) Validate() error

func (*GetPasswordConfigResponse) XXX_DiscardUnknown

func (m *GetPasswordConfigResponse) XXX_DiscardUnknown()

func (*GetPasswordConfigResponse) XXX_Marshal

func (m *GetPasswordConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPasswordConfigResponse) XXX_Merge

func (m *GetPasswordConfigResponse) XXX_Merge(src proto.Message)

func (*GetPasswordConfigResponse) XXX_Size

func (m *GetPasswordConfigResponse) XXX_Size() int

func (*GetPasswordConfigResponse) XXX_Unmarshal

func (m *GetPasswordConfigResponse) XXX_Unmarshal(b []byte) error

type GetPasswordConfigResponseWrapper

type GetPasswordConfigResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *GetPasswordConfigResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

GetPasswordConfigApi返回

func (*GetPasswordConfigResponseWrapper) Descriptor

func (*GetPasswordConfigResponseWrapper) Descriptor() ([]byte, []int)

func (*GetPasswordConfigResponseWrapper) GetCode

func (*GetPasswordConfigResponseWrapper) GetCodeExplain

func (m *GetPasswordConfigResponseWrapper) GetCodeExplain() string

func (*GetPasswordConfigResponseWrapper) GetData

func (*GetPasswordConfigResponseWrapper) GetError

func (*GetPasswordConfigResponseWrapper) ProtoMessage

func (*GetPasswordConfigResponseWrapper) ProtoMessage()

func (*GetPasswordConfigResponseWrapper) Reset

func (*GetPasswordConfigResponseWrapper) String

func (*GetPasswordConfigResponseWrapper) Validate

func (this *GetPasswordConfigResponseWrapper) Validate() error

func (*GetPasswordConfigResponseWrapper) XXX_DiscardUnknown

func (m *GetPasswordConfigResponseWrapper) XXX_DiscardUnknown()

func (*GetPasswordConfigResponseWrapper) XXX_Marshal

func (m *GetPasswordConfigResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPasswordConfigResponseWrapper) XXX_Merge

func (*GetPasswordConfigResponseWrapper) XXX_Size

func (m *GetPasswordConfigResponseWrapper) XXX_Size() int

func (*GetPasswordConfigResponseWrapper) XXX_Unmarshal

func (m *GetPasswordConfigResponseWrapper) XXX_Unmarshal(b []byte) error

type GetUserInfoRequest

type GetUserInfoRequest struct {
	//
	//用户名
	Username             string   `protobuf:"bytes,1,opt,name=username,proto3" json:"username" form:"username"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetUserInfo请求

func (*GetUserInfoRequest) Descriptor

func (*GetUserInfoRequest) Descriptor() ([]byte, []int)

func (*GetUserInfoRequest) GetUsername

func (m *GetUserInfoRequest) GetUsername() string

func (*GetUserInfoRequest) ProtoMessage

func (*GetUserInfoRequest) ProtoMessage()

func (*GetUserInfoRequest) Reset

func (m *GetUserInfoRequest) Reset()

func (*GetUserInfoRequest) String

func (m *GetUserInfoRequest) String() string

func (*GetUserInfoRequest) Validate

func (this *GetUserInfoRequest) Validate() error

func (*GetUserInfoRequest) XXX_DiscardUnknown

func (m *GetUserInfoRequest) XXX_DiscardUnknown()

func (*GetUserInfoRequest) XXX_Marshal

func (m *GetUserInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserInfoRequest) XXX_Merge

func (m *GetUserInfoRequest) XXX_Merge(src proto.Message)

func (*GetUserInfoRequest) XXX_Size

func (m *GetUserInfoRequest) XXX_Size() int

func (*GetUserInfoRequest) XXX_Unmarshal

func (m *GetUserInfoRequest) XXX_Unmarshal(b []byte) error

type GetUserInfoResponseWrapper

type GetUserInfoResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

GetUserInfoApi返回

func (*GetUserInfoResponseWrapper) Descriptor

func (*GetUserInfoResponseWrapper) Descriptor() ([]byte, []int)

func (*GetUserInfoResponseWrapper) GetCode

func (m *GetUserInfoResponseWrapper) GetCode() int32

func (*GetUserInfoResponseWrapper) GetCodeExplain

func (m *GetUserInfoResponseWrapper) GetCodeExplain() string

func (*GetUserInfoResponseWrapper) GetData

func (m *GetUserInfoResponseWrapper) GetData() *types.Struct

func (*GetUserInfoResponseWrapper) GetError

func (m *GetUserInfoResponseWrapper) GetError() string

func (*GetUserInfoResponseWrapper) ProtoMessage

func (*GetUserInfoResponseWrapper) ProtoMessage()

func (*GetUserInfoResponseWrapper) Reset

func (m *GetUserInfoResponseWrapper) Reset()

func (*GetUserInfoResponseWrapper) String

func (m *GetUserInfoResponseWrapper) String() string

func (*GetUserInfoResponseWrapper) Validate

func (this *GetUserInfoResponseWrapper) Validate() error

func (*GetUserInfoResponseWrapper) XXX_DiscardUnknown

func (m *GetUserInfoResponseWrapper) XXX_DiscardUnknown()

func (*GetUserInfoResponseWrapper) XXX_Marshal

func (m *GetUserInfoResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserInfoResponseWrapper) XXX_Merge

func (m *GetUserInfoResponseWrapper) XXX_Merge(src proto.Message)

func (*GetUserInfoResponseWrapper) XXX_Size

func (m *GetUserInfoResponseWrapper) XXX_Size() int

func (*GetUserInfoResponseWrapper) XXX_Unmarshal

func (m *GetUserInfoResponseWrapper) XXX_Unmarshal(b []byte) error

type GetUserLoginInfoRequest

type GetUserLoginInfoRequest struct {
	//
	//登录的key字符串, 例如SSO登录时候的工号的key
	LoginKey string `protobuf:"bytes,1,opt,name=login_key,json=loginKey,proto3" json:"login_key" form:"login_key"`
	//
	//登录的值, 例如SSO登录时候的工号的值
	LoginValue           string   `protobuf:"bytes,2,opt,name=login_value,json=loginValue,proto3" json:"login_value" form:"login_value"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetUserLoginInfo请求

func (*GetUserLoginInfoRequest) Descriptor

func (*GetUserLoginInfoRequest) Descriptor() ([]byte, []int)

func (*GetUserLoginInfoRequest) GetLoginKey

func (m *GetUserLoginInfoRequest) GetLoginKey() string

func (*GetUserLoginInfoRequest) GetLoginValue

func (m *GetUserLoginInfoRequest) GetLoginValue() string

func (*GetUserLoginInfoRequest) ProtoMessage

func (*GetUserLoginInfoRequest) ProtoMessage()

func (*GetUserLoginInfoRequest) Reset

func (m *GetUserLoginInfoRequest) Reset()

func (*GetUserLoginInfoRequest) String

func (m *GetUserLoginInfoRequest) String() string

func (*GetUserLoginInfoRequest) Validate

func (this *GetUserLoginInfoRequest) Validate() error

func (*GetUserLoginInfoRequest) XXX_DiscardUnknown

func (m *GetUserLoginInfoRequest) XXX_DiscardUnknown()

func (*GetUserLoginInfoRequest) XXX_Marshal

func (m *GetUserLoginInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserLoginInfoRequest) XXX_Merge

func (m *GetUserLoginInfoRequest) XXX_Merge(src proto.Message)

func (*GetUserLoginInfoRequest) XXX_Size

func (m *GetUserLoginInfoRequest) XXX_Size() int

func (*GetUserLoginInfoRequest) XXX_Unmarshal

func (m *GetUserLoginInfoRequest) XXX_Unmarshal(b []byte) error

type GetUserLoginInfoResponse

type GetUserLoginInfoResponse struct {
	//
	//用户name
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//org
	Org                  int32    `protobuf:"varint,2,opt,name=org,proto3" json:"org" form:"org"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetUserLoginInfo返回

func (*GetUserLoginInfoResponse) Descriptor

func (*GetUserLoginInfoResponse) Descriptor() ([]byte, []int)

func (*GetUserLoginInfoResponse) GetName

func (m *GetUserLoginInfoResponse) GetName() string

func (*GetUserLoginInfoResponse) GetOrg

func (m *GetUserLoginInfoResponse) GetOrg() int32

func (*GetUserLoginInfoResponse) ProtoMessage

func (*GetUserLoginInfoResponse) ProtoMessage()

func (*GetUserLoginInfoResponse) Reset

func (m *GetUserLoginInfoResponse) Reset()

func (*GetUserLoginInfoResponse) String

func (m *GetUserLoginInfoResponse) String() string

func (*GetUserLoginInfoResponse) Validate

func (this *GetUserLoginInfoResponse) Validate() error

func (*GetUserLoginInfoResponse) XXX_DiscardUnknown

func (m *GetUserLoginInfoResponse) XXX_DiscardUnknown()

func (*GetUserLoginInfoResponse) XXX_Marshal

func (m *GetUserLoginInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserLoginInfoResponse) XXX_Merge

func (m *GetUserLoginInfoResponse) XXX_Merge(src proto.Message)

func (*GetUserLoginInfoResponse) XXX_Size

func (m *GetUserLoginInfoResponse) XXX_Size() int

func (*GetUserLoginInfoResponse) XXX_Unmarshal

func (m *GetUserLoginInfoResponse) XXX_Unmarshal(b []byte) error

type GetUserLoginInfoResponseWrapper

type GetUserLoginInfoResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *GetUserLoginInfoResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

GetUserLoginInfoApi返回

func (*GetUserLoginInfoResponseWrapper) Descriptor

func (*GetUserLoginInfoResponseWrapper) Descriptor() ([]byte, []int)

func (*GetUserLoginInfoResponseWrapper) GetCode

func (*GetUserLoginInfoResponseWrapper) GetCodeExplain

func (m *GetUserLoginInfoResponseWrapper) GetCodeExplain() string

func (*GetUserLoginInfoResponseWrapper) GetData

func (*GetUserLoginInfoResponseWrapper) GetError

func (*GetUserLoginInfoResponseWrapper) ProtoMessage

func (*GetUserLoginInfoResponseWrapper) ProtoMessage()

func (*GetUserLoginInfoResponseWrapper) Reset

func (*GetUserLoginInfoResponseWrapper) String

func (*GetUserLoginInfoResponseWrapper) Validate

func (this *GetUserLoginInfoResponseWrapper) Validate() error

func (*GetUserLoginInfoResponseWrapper) XXX_DiscardUnknown

func (m *GetUserLoginInfoResponseWrapper) XXX_DiscardUnknown()

func (*GetUserLoginInfoResponseWrapper) XXX_Marshal

func (m *GetUserLoginInfoResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserLoginInfoResponseWrapper) XXX_Merge

func (m *GetUserLoginInfoResponseWrapper) XXX_Merge(src proto.Message)

func (*GetUserLoginInfoResponseWrapper) XXX_Size

func (m *GetUserLoginInfoResponseWrapper) XXX_Size() int

func (*GetUserLoginInfoResponseWrapper) XXX_Unmarshal

func (m *GetUserLoginInfoResponseWrapper) XXX_Unmarshal(b []byte) error

type ListGroupsIdNameRequest

type ListGroupsIdNameRequest struct {
	//
	//用户id, 传此参数返回用户所在的所有用户组, 默认返回所有用户组
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id" form:"user_id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListGroupsIdName请求

func (*ListGroupsIdNameRequest) Descriptor

func (*ListGroupsIdNameRequest) Descriptor() ([]byte, []int)

func (*ListGroupsIdNameRequest) GetUserId

func (m *ListGroupsIdNameRequest) GetUserId() string

func (*ListGroupsIdNameRequest) ProtoMessage

func (*ListGroupsIdNameRequest) ProtoMessage()

func (*ListGroupsIdNameRequest) Reset

func (m *ListGroupsIdNameRequest) Reset()

func (*ListGroupsIdNameRequest) String

func (m *ListGroupsIdNameRequest) String() string

func (*ListGroupsIdNameRequest) Validate

func (this *ListGroupsIdNameRequest) Validate() error

func (*ListGroupsIdNameRequest) XXX_DiscardUnknown

func (m *ListGroupsIdNameRequest) XXX_DiscardUnknown()

func (*ListGroupsIdNameRequest) XXX_Marshal

func (m *ListGroupsIdNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListGroupsIdNameRequest) XXX_Merge

func (m *ListGroupsIdNameRequest) XXX_Merge(src proto.Message)

func (*ListGroupsIdNameRequest) XXX_Size

func (m *ListGroupsIdNameRequest) XXX_Size() int

func (*ListGroupsIdNameRequest) XXX_Unmarshal

func (m *ListGroupsIdNameRequest) XXX_Unmarshal(b []byte) error

type ListGroupsIdNameResponseWrapper

type ListGroupsIdNameResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

ListGroupsIdNameApi返回

func (*ListGroupsIdNameResponseWrapper) Descriptor

func (*ListGroupsIdNameResponseWrapper) Descriptor() ([]byte, []int)

func (*ListGroupsIdNameResponseWrapper) GetCode

func (*ListGroupsIdNameResponseWrapper) GetCodeExplain

func (m *ListGroupsIdNameResponseWrapper) GetCodeExplain() string

func (*ListGroupsIdNameResponseWrapper) GetData

func (*ListGroupsIdNameResponseWrapper) GetError

func (*ListGroupsIdNameResponseWrapper) ProtoMessage

func (*ListGroupsIdNameResponseWrapper) ProtoMessage()

func (*ListGroupsIdNameResponseWrapper) Reset

func (*ListGroupsIdNameResponseWrapper) String

func (*ListGroupsIdNameResponseWrapper) Validate

func (this *ListGroupsIdNameResponseWrapper) Validate() error

func (*ListGroupsIdNameResponseWrapper) XXX_DiscardUnknown

func (m *ListGroupsIdNameResponseWrapper) XXX_DiscardUnknown()

func (*ListGroupsIdNameResponseWrapper) XXX_Marshal

func (m *ListGroupsIdNameResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListGroupsIdNameResponseWrapper) XXX_Merge

func (m *ListGroupsIdNameResponseWrapper) XXX_Merge(src proto.Message)

func (*ListGroupsIdNameResponseWrapper) XXX_Size

func (m *ListGroupsIdNameResponseWrapper) XXX_Size() int

func (*ListGroupsIdNameResponseWrapper) XXX_Unmarshal

func (m *ListGroupsIdNameResponseWrapper) XXX_Unmarshal(b []byte) error

type ListGroupsIdRequest

type ListGroupsIdRequest struct {
	//
	//用户id, 传此参数返回用户所在的所有用户组, 默认返回所有用户组
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id" form:"user_id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListGroupsId请求

func (*ListGroupsIdRequest) Descriptor

func (*ListGroupsIdRequest) Descriptor() ([]byte, []int)

func (*ListGroupsIdRequest) GetUserId

func (m *ListGroupsIdRequest) GetUserId() string

func (*ListGroupsIdRequest) ProtoMessage

func (*ListGroupsIdRequest) ProtoMessage()

func (*ListGroupsIdRequest) Reset

func (m *ListGroupsIdRequest) Reset()

func (*ListGroupsIdRequest) String

func (m *ListGroupsIdRequest) String() string

func (*ListGroupsIdRequest) Validate

func (this *ListGroupsIdRequest) Validate() error

func (*ListGroupsIdRequest) XXX_DiscardUnknown

func (m *ListGroupsIdRequest) XXX_DiscardUnknown()

func (*ListGroupsIdRequest) XXX_Marshal

func (m *ListGroupsIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListGroupsIdRequest) XXX_Merge

func (m *ListGroupsIdRequest) XXX_Merge(src proto.Message)

func (*ListGroupsIdRequest) XXX_Size

func (m *ListGroupsIdRequest) XXX_Size() int

func (*ListGroupsIdRequest) XXX_Unmarshal

func (m *ListGroupsIdRequest) XXX_Unmarshal(b []byte) error

type ListGroupsIdResponseWrapper

type ListGroupsIdResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 []string `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListGroupsIdApi返回

func (*ListGroupsIdResponseWrapper) Descriptor

func (*ListGroupsIdResponseWrapper) Descriptor() ([]byte, []int)

func (*ListGroupsIdResponseWrapper) GetCode

func (m *ListGroupsIdResponseWrapper) GetCode() int32

func (*ListGroupsIdResponseWrapper) GetCodeExplain

func (m *ListGroupsIdResponseWrapper) GetCodeExplain() string

func (*ListGroupsIdResponseWrapper) GetData

func (m *ListGroupsIdResponseWrapper) GetData() []string

func (*ListGroupsIdResponseWrapper) GetError

func (m *ListGroupsIdResponseWrapper) GetError() string

func (*ListGroupsIdResponseWrapper) ProtoMessage

func (*ListGroupsIdResponseWrapper) ProtoMessage()

func (*ListGroupsIdResponseWrapper) Reset

func (m *ListGroupsIdResponseWrapper) Reset()

func (*ListGroupsIdResponseWrapper) String

func (m *ListGroupsIdResponseWrapper) String() string

func (*ListGroupsIdResponseWrapper) Validate

func (this *ListGroupsIdResponseWrapper) Validate() error

func (*ListGroupsIdResponseWrapper) XXX_DiscardUnknown

func (m *ListGroupsIdResponseWrapper) XXX_DiscardUnknown()

func (*ListGroupsIdResponseWrapper) XXX_Marshal

func (m *ListGroupsIdResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListGroupsIdResponseWrapper) XXX_Merge

func (m *ListGroupsIdResponseWrapper) XXX_Merge(src proto.Message)

func (*ListGroupsIdResponseWrapper) XXX_Size

func (m *ListGroupsIdResponseWrapper) XXX_Size() int

func (*ListGroupsIdResponseWrapper) XXX_Unmarshal

func (m *ListGroupsIdResponseWrapper) XXX_Unmarshal(b []byte) error

type ListUsersIdNickRequest

type ListUsersIdNickRequest struct {
	//
	//状态
	State                string   `protobuf:"bytes,1,opt,name=state,proto3" json:"state" form:"state"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListUsersIdNick请求

func (*ListUsersIdNickRequest) Descriptor

func (*ListUsersIdNickRequest) Descriptor() ([]byte, []int)

func (*ListUsersIdNickRequest) GetState

func (m *ListUsersIdNickRequest) GetState() string

func (*ListUsersIdNickRequest) ProtoMessage

func (*ListUsersIdNickRequest) ProtoMessage()

func (*ListUsersIdNickRequest) Reset

func (m *ListUsersIdNickRequest) Reset()

func (*ListUsersIdNickRequest) String

func (m *ListUsersIdNickRequest) String() string

func (*ListUsersIdNickRequest) Validate

func (this *ListUsersIdNickRequest) Validate() error

func (*ListUsersIdNickRequest) XXX_DiscardUnknown

func (m *ListUsersIdNickRequest) XXX_DiscardUnknown()

func (*ListUsersIdNickRequest) XXX_Marshal

func (m *ListUsersIdNickRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersIdNickRequest) XXX_Merge

func (m *ListUsersIdNickRequest) XXX_Merge(src proto.Message)

func (*ListUsersIdNickRequest) XXX_Size

func (m *ListUsersIdNickRequest) XXX_Size() int

func (*ListUsersIdNickRequest) XXX_Unmarshal

func (m *ListUsersIdNickRequest) XXX_Unmarshal(b []byte) error

type ListUsersIdNickResponseWrapper

type ListUsersIdNickResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

ListUsersIdNickApi返回

func (*ListUsersIdNickResponseWrapper) Descriptor

func (*ListUsersIdNickResponseWrapper) Descriptor() ([]byte, []int)

func (*ListUsersIdNickResponseWrapper) GetCode

func (*ListUsersIdNickResponseWrapper) GetCodeExplain

func (m *ListUsersIdNickResponseWrapper) GetCodeExplain() string

func (*ListUsersIdNickResponseWrapper) GetData

func (*ListUsersIdNickResponseWrapper) GetError

func (m *ListUsersIdNickResponseWrapper) GetError() string

func (*ListUsersIdNickResponseWrapper) ProtoMessage

func (*ListUsersIdNickResponseWrapper) ProtoMessage()

func (*ListUsersIdNickResponseWrapper) Reset

func (m *ListUsersIdNickResponseWrapper) Reset()

func (*ListUsersIdNickResponseWrapper) String

func (*ListUsersIdNickResponseWrapper) Validate

func (this *ListUsersIdNickResponseWrapper) Validate() error

func (*ListUsersIdNickResponseWrapper) XXX_DiscardUnknown

func (m *ListUsersIdNickResponseWrapper) XXX_DiscardUnknown()

func (*ListUsersIdNickResponseWrapper) XXX_Marshal

func (m *ListUsersIdNickResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersIdNickResponseWrapper) XXX_Merge

func (m *ListUsersIdNickResponseWrapper) XXX_Merge(src proto.Message)

func (*ListUsersIdNickResponseWrapper) XXX_Size

func (m *ListUsersIdNickResponseWrapper) XXX_Size() int

func (*ListUsersIdNickResponseWrapper) XXX_Unmarshal

func (m *ListUsersIdNickResponseWrapper) XXX_Unmarshal(b []byte) error

type ListUsersIdRequest

type ListUsersIdRequest struct {
	//
	//状态
	State                string   `protobuf:"bytes,1,opt,name=state,proto3" json:"state" form:"state"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListUsersId请求

func (*ListUsersIdRequest) Descriptor

func (*ListUsersIdRequest) Descriptor() ([]byte, []int)

func (*ListUsersIdRequest) GetState

func (m *ListUsersIdRequest) GetState() string

func (*ListUsersIdRequest) ProtoMessage

func (*ListUsersIdRequest) ProtoMessage()

func (*ListUsersIdRequest) Reset

func (m *ListUsersIdRequest) Reset()

func (*ListUsersIdRequest) String

func (m *ListUsersIdRequest) String() string

func (*ListUsersIdRequest) Validate

func (this *ListUsersIdRequest) Validate() error

func (*ListUsersIdRequest) XXX_DiscardUnknown

func (m *ListUsersIdRequest) XXX_DiscardUnknown()

func (*ListUsersIdRequest) XXX_Marshal

func (m *ListUsersIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersIdRequest) XXX_Merge

func (m *ListUsersIdRequest) XXX_Merge(src proto.Message)

func (*ListUsersIdRequest) XXX_Size

func (m *ListUsersIdRequest) XXX_Size() int

func (*ListUsersIdRequest) XXX_Unmarshal

func (m *ListUsersIdRequest) XXX_Unmarshal(b []byte) error

type ListUsersIdResponseWrapper

type ListUsersIdResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 []string `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListUsersIdApi返回

func (*ListUsersIdResponseWrapper) Descriptor

func (*ListUsersIdResponseWrapper) Descriptor() ([]byte, []int)

func (*ListUsersIdResponseWrapper) GetCode

func (m *ListUsersIdResponseWrapper) GetCode() int32

func (*ListUsersIdResponseWrapper) GetCodeExplain

func (m *ListUsersIdResponseWrapper) GetCodeExplain() string

func (*ListUsersIdResponseWrapper) GetData

func (m *ListUsersIdResponseWrapper) GetData() []string

func (*ListUsersIdResponseWrapper) GetError

func (m *ListUsersIdResponseWrapper) GetError() string

func (*ListUsersIdResponseWrapper) ProtoMessage

func (*ListUsersIdResponseWrapper) ProtoMessage()

func (*ListUsersIdResponseWrapper) Reset

func (m *ListUsersIdResponseWrapper) Reset()

func (*ListUsersIdResponseWrapper) String

func (m *ListUsersIdResponseWrapper) String() string

func (*ListUsersIdResponseWrapper) Validate

func (this *ListUsersIdResponseWrapper) Validate() error

func (*ListUsersIdResponseWrapper) XXX_DiscardUnknown

func (m *ListUsersIdResponseWrapper) XXX_DiscardUnknown()

func (*ListUsersIdResponseWrapper) XXX_Marshal

func (m *ListUsersIdResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersIdResponseWrapper) XXX_Merge

func (m *ListUsersIdResponseWrapper) XXX_Merge(src proto.Message)

func (*ListUsersIdResponseWrapper) XXX_Size

func (m *ListUsersIdResponseWrapper) XXX_Size() int

func (*ListUsersIdResponseWrapper) XXX_Unmarshal

func (m *ListUsersIdResponseWrapper) XXX_Unmarshal(b []byte) error

type ListUsersInfoRequest

type ListUsersInfoRequest struct {
	//
	//状态
	State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state" form:"state"`
	//
	//查询的name列表,使用逗号分隔
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" form:"name"`
	//
	//页码
	Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize             int32    `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListUsersInfo请求

func (*ListUsersInfoRequest) Descriptor

func (*ListUsersInfoRequest) Descriptor() ([]byte, []int)

func (*ListUsersInfoRequest) GetName

func (m *ListUsersInfoRequest) GetName() string

func (*ListUsersInfoRequest) GetPage

func (m *ListUsersInfoRequest) GetPage() int32

func (*ListUsersInfoRequest) GetPageSize

func (m *ListUsersInfoRequest) GetPageSize() int32

func (*ListUsersInfoRequest) GetState

func (m *ListUsersInfoRequest) GetState() string

func (*ListUsersInfoRequest) ProtoMessage

func (*ListUsersInfoRequest) ProtoMessage()

func (*ListUsersInfoRequest) Reset

func (m *ListUsersInfoRequest) Reset()

func (*ListUsersInfoRequest) String

func (m *ListUsersInfoRequest) String() string

func (*ListUsersInfoRequest) Validate

func (this *ListUsersInfoRequest) Validate() error

func (*ListUsersInfoRequest) XXX_DiscardUnknown

func (m *ListUsersInfoRequest) XXX_DiscardUnknown()

func (*ListUsersInfoRequest) XXX_Marshal

func (m *ListUsersInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersInfoRequest) XXX_Merge

func (m *ListUsersInfoRequest) XXX_Merge(src proto.Message)

func (*ListUsersInfoRequest) XXX_Size

func (m *ListUsersInfoRequest) XXX_Size() int

func (*ListUsersInfoRequest) XXX_Unmarshal

func (m *ListUsersInfoRequest) XXX_Unmarshal(b []byte) error

type ListUsersInfoResponse

type ListUsersInfoResponse struct {
	//
	//页码
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	//
	//总数
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total" form:"total"`
	//
	//用户列表
	List                 []*types.Struct `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

ListUsersInfo返回

func (*ListUsersInfoResponse) Descriptor

func (*ListUsersInfoResponse) Descriptor() ([]byte, []int)

func (*ListUsersInfoResponse) GetList

func (m *ListUsersInfoResponse) GetList() []*types.Struct

func (*ListUsersInfoResponse) GetPage

func (m *ListUsersInfoResponse) GetPage() int32

func (*ListUsersInfoResponse) GetPageSize

func (m *ListUsersInfoResponse) GetPageSize() int32

func (*ListUsersInfoResponse) GetTotal

func (m *ListUsersInfoResponse) GetTotal() int32

func (*ListUsersInfoResponse) ProtoMessage

func (*ListUsersInfoResponse) ProtoMessage()

func (*ListUsersInfoResponse) Reset

func (m *ListUsersInfoResponse) Reset()

func (*ListUsersInfoResponse) String

func (m *ListUsersInfoResponse) String() string

func (*ListUsersInfoResponse) Validate

func (this *ListUsersInfoResponse) Validate() error

func (*ListUsersInfoResponse) XXX_DiscardUnknown

func (m *ListUsersInfoResponse) XXX_DiscardUnknown()

func (*ListUsersInfoResponse) XXX_Marshal

func (m *ListUsersInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersInfoResponse) XXX_Merge

func (m *ListUsersInfoResponse) XXX_Merge(src proto.Message)

func (*ListUsersInfoResponse) XXX_Size

func (m *ListUsersInfoResponse) XXX_Size() int

func (*ListUsersInfoResponse) XXX_Unmarshal

func (m *ListUsersInfoResponse) XXX_Unmarshal(b []byte) error

type ListUsersInfoResponseWrapper

type ListUsersInfoResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *ListUsersInfoResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

ListUsersInfoApi返回

func (*ListUsersInfoResponseWrapper) Descriptor

func (*ListUsersInfoResponseWrapper) Descriptor() ([]byte, []int)

func (*ListUsersInfoResponseWrapper) GetCode

func (m *ListUsersInfoResponseWrapper) GetCode() int32

func (*ListUsersInfoResponseWrapper) GetCodeExplain

func (m *ListUsersInfoResponseWrapper) GetCodeExplain() string

func (*ListUsersInfoResponseWrapper) GetData

func (*ListUsersInfoResponseWrapper) GetError

func (m *ListUsersInfoResponseWrapper) GetError() string

func (*ListUsersInfoResponseWrapper) ProtoMessage

func (*ListUsersInfoResponseWrapper) ProtoMessage()

func (*ListUsersInfoResponseWrapper) Reset

func (m *ListUsersInfoResponseWrapper) Reset()

func (*ListUsersInfoResponseWrapper) String

func (*ListUsersInfoResponseWrapper) Validate

func (this *ListUsersInfoResponseWrapper) Validate() error

func (*ListUsersInfoResponseWrapper) XXX_DiscardUnknown

func (m *ListUsersInfoResponseWrapper) XXX_DiscardUnknown()

func (*ListUsersInfoResponseWrapper) XXX_Marshal

func (m *ListUsersInfoResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersInfoResponseWrapper) XXX_Merge

func (m *ListUsersInfoResponseWrapper) XXX_Merge(src proto.Message)

func (*ListUsersInfoResponseWrapper) XXX_Size

func (m *ListUsersInfoResponseWrapper) XXX_Size() int

func (*ListUsersInfoResponseWrapper) XXX_Unmarshal

func (m *ListUsersInfoResponseWrapper) XXX_Unmarshal(b []byte) error

type ResetPasswordRequest

type ResetPasswordRequest struct {
	//
	//用户名
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username" form:"username"`
	//
	//时间戳
	Ts int32 `protobuf:"varint,2,opt,name=ts,proto3" json:"ts" form:"ts"`
	//
	//新密码
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password" form:"password"`
	//
	//重置密码key
	Key                  string   `protobuf:"bytes,4,opt,name=key,proto3" json:"key" form:"key"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ResetPassword请求

func (*ResetPasswordRequest) Descriptor

func (*ResetPasswordRequest) Descriptor() ([]byte, []int)

func (*ResetPasswordRequest) GetKey

func (m *ResetPasswordRequest) GetKey() string

func (*ResetPasswordRequest) GetPassword

func (m *ResetPasswordRequest) GetPassword() string

func (*ResetPasswordRequest) GetTs

func (m *ResetPasswordRequest) GetTs() int32

func (*ResetPasswordRequest) GetUsername

func (m *ResetPasswordRequest) GetUsername() string

func (*ResetPasswordRequest) ProtoMessage

func (*ResetPasswordRequest) ProtoMessage()

func (*ResetPasswordRequest) Reset

func (m *ResetPasswordRequest) Reset()

func (*ResetPasswordRequest) String

func (m *ResetPasswordRequest) String() string

func (*ResetPasswordRequest) Validate

func (this *ResetPasswordRequest) Validate() error

func (*ResetPasswordRequest) XXX_DiscardUnknown

func (m *ResetPasswordRequest) XXX_DiscardUnknown()

func (*ResetPasswordRequest) XXX_Marshal

func (m *ResetPasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResetPasswordRequest) XXX_Merge

func (m *ResetPasswordRequest) XXX_Merge(src proto.Message)

func (*ResetPasswordRequest) XXX_Size

func (m *ResetPasswordRequest) XXX_Size() int

func (*ResetPasswordRequest) XXX_Unmarshal

func (m *ResetPasswordRequest) XXX_Unmarshal(b []byte) error

type ResetPasswordResponseWrapper

type ResetPasswordResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

ResetPasswordApi返回

func (*ResetPasswordResponseWrapper) Descriptor

func (*ResetPasswordResponseWrapper) Descriptor() ([]byte, []int)

func (*ResetPasswordResponseWrapper) GetCode

func (m *ResetPasswordResponseWrapper) GetCode() int32

func (*ResetPasswordResponseWrapper) GetCodeExplain

func (m *ResetPasswordResponseWrapper) GetCodeExplain() string

func (*ResetPasswordResponseWrapper) GetData

func (*ResetPasswordResponseWrapper) GetError

func (m *ResetPasswordResponseWrapper) GetError() string

func (*ResetPasswordResponseWrapper) ProtoMessage

func (*ResetPasswordResponseWrapper) ProtoMessage()

func (*ResetPasswordResponseWrapper) Reset

func (m *ResetPasswordResponseWrapper) Reset()

func (*ResetPasswordResponseWrapper) String

func (*ResetPasswordResponseWrapper) Validate

func (this *ResetPasswordResponseWrapper) Validate() error

func (*ResetPasswordResponseWrapper) XXX_DiscardUnknown

func (m *ResetPasswordResponseWrapper) XXX_DiscardUnknown()

func (*ResetPasswordResponseWrapper) XXX_Marshal

func (m *ResetPasswordResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResetPasswordResponseWrapper) XXX_Merge

func (m *ResetPasswordResponseWrapper) XXX_Merge(src proto.Message)

func (*ResetPasswordResponseWrapper) XXX_Size

func (m *ResetPasswordResponseWrapper) XXX_Size() int

func (*ResetPasswordResponseWrapper) XXX_Unmarshal

func (m *ResetPasswordResponseWrapper) XXX_Unmarshal(b []byte) error

type SearchAllUsersInfoRequest

type SearchAllUsersInfoRequest struct {
	//
	//e.g.: { name: { $like: '%q%' } }, { $or: [{ name: { $like: '%q%' }}] }
	Query *types.Struct `protobuf:"bytes,1,opt,name=query,proto3" json:"query" form:"query"`
	//
	//e.g.: { instanceId: true, name: true }
	Fields *types.Struct `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields" form:"fields"`
	//
	//按字段排序, 留空默认按照实例ID降序排序(1表示升序, -1表示降序) e.g.: { instanceId: 1 }
	Sort                 *types.Struct `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort" form:"sort"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

SearchAllUsersInfo请求

func (*SearchAllUsersInfoRequest) Descriptor

func (*SearchAllUsersInfoRequest) Descriptor() ([]byte, []int)

func (*SearchAllUsersInfoRequest) GetFields

func (m *SearchAllUsersInfoRequest) GetFields() *types.Struct

func (*SearchAllUsersInfoRequest) GetQuery

func (m *SearchAllUsersInfoRequest) GetQuery() *types.Struct

func (*SearchAllUsersInfoRequest) GetSort

func (m *SearchAllUsersInfoRequest) GetSort() *types.Struct

func (*SearchAllUsersInfoRequest) ProtoMessage

func (*SearchAllUsersInfoRequest) ProtoMessage()

func (*SearchAllUsersInfoRequest) Reset

func (m *SearchAllUsersInfoRequest) Reset()

func (*SearchAllUsersInfoRequest) String

func (m *SearchAllUsersInfoRequest) String() string

func (*SearchAllUsersInfoRequest) Validate

func (this *SearchAllUsersInfoRequest) Validate() error

func (*SearchAllUsersInfoRequest) XXX_DiscardUnknown

func (m *SearchAllUsersInfoRequest) XXX_DiscardUnknown()

func (*SearchAllUsersInfoRequest) XXX_Marshal

func (m *SearchAllUsersInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchAllUsersInfoRequest) XXX_Merge

func (m *SearchAllUsersInfoRequest) XXX_Merge(src proto.Message)

func (*SearchAllUsersInfoRequest) XXX_Size

func (m *SearchAllUsersInfoRequest) XXX_Size() int

func (*SearchAllUsersInfoRequest) XXX_Unmarshal

func (m *SearchAllUsersInfoRequest) XXX_Unmarshal(b []byte) error

type SearchAllUsersInfoResponse

type SearchAllUsersInfoResponse struct {
	//
	//用户列表
	List                 []*types.Struct `protobuf:"bytes,1,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

SearchAllUsersInfo返回

func (*SearchAllUsersInfoResponse) Descriptor

func (*SearchAllUsersInfoResponse) Descriptor() ([]byte, []int)

func (*SearchAllUsersInfoResponse) GetList

func (m *SearchAllUsersInfoResponse) GetList() []*types.Struct

func (*SearchAllUsersInfoResponse) ProtoMessage

func (*SearchAllUsersInfoResponse) ProtoMessage()

func (*SearchAllUsersInfoResponse) Reset

func (m *SearchAllUsersInfoResponse) Reset()

func (*SearchAllUsersInfoResponse) String

func (m *SearchAllUsersInfoResponse) String() string

func (*SearchAllUsersInfoResponse) Validate

func (this *SearchAllUsersInfoResponse) Validate() error

func (*SearchAllUsersInfoResponse) XXX_DiscardUnknown

func (m *SearchAllUsersInfoResponse) XXX_DiscardUnknown()

func (*SearchAllUsersInfoResponse) XXX_Marshal

func (m *SearchAllUsersInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchAllUsersInfoResponse) XXX_Merge

func (m *SearchAllUsersInfoResponse) XXX_Merge(src proto.Message)

func (*SearchAllUsersInfoResponse) XXX_Size

func (m *SearchAllUsersInfoResponse) XXX_Size() int

func (*SearchAllUsersInfoResponse) XXX_Unmarshal

func (m *SearchAllUsersInfoResponse) XXX_Unmarshal(b []byte) error

type SearchAllUsersInfoResponseWrapper

type SearchAllUsersInfoResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *SearchAllUsersInfoResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

SearchAllUsersInfoApi返回

func (*SearchAllUsersInfoResponseWrapper) Descriptor

func (*SearchAllUsersInfoResponseWrapper) Descriptor() ([]byte, []int)

func (*SearchAllUsersInfoResponseWrapper) GetCode

func (*SearchAllUsersInfoResponseWrapper) GetCodeExplain

func (m *SearchAllUsersInfoResponseWrapper) GetCodeExplain() string

func (*SearchAllUsersInfoResponseWrapper) GetData

func (*SearchAllUsersInfoResponseWrapper) GetError

func (*SearchAllUsersInfoResponseWrapper) ProtoMessage

func (*SearchAllUsersInfoResponseWrapper) ProtoMessage()

func (*SearchAllUsersInfoResponseWrapper) Reset

func (*SearchAllUsersInfoResponseWrapper) String

func (*SearchAllUsersInfoResponseWrapper) Validate

func (this *SearchAllUsersInfoResponseWrapper) Validate() error

func (*SearchAllUsersInfoResponseWrapper) XXX_DiscardUnknown

func (m *SearchAllUsersInfoResponseWrapper) XXX_DiscardUnknown()

func (*SearchAllUsersInfoResponseWrapper) XXX_Marshal

func (m *SearchAllUsersInfoResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchAllUsersInfoResponseWrapper) XXX_Merge

func (*SearchAllUsersInfoResponseWrapper) XXX_Size

func (m *SearchAllUsersInfoResponseWrapper) XXX_Size() int

func (*SearchAllUsersInfoResponseWrapper) XXX_Unmarshal

func (m *SearchAllUsersInfoResponseWrapper) XXX_Unmarshal(b []byte) error

type UserDeleteRequest

type UserDeleteRequest struct {
	//
	//用户名
	Username             string   `protobuf:"bytes,1,opt,name=username,proto3" json:"username" form:"username"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UserDelete请求

func (*UserDeleteRequest) Descriptor

func (*UserDeleteRequest) Descriptor() ([]byte, []int)

func (*UserDeleteRequest) GetUsername

func (m *UserDeleteRequest) GetUsername() string

func (*UserDeleteRequest) ProtoMessage

func (*UserDeleteRequest) ProtoMessage()

func (*UserDeleteRequest) Reset

func (m *UserDeleteRequest) Reset()

func (*UserDeleteRequest) String

func (m *UserDeleteRequest) String() string

func (*UserDeleteRequest) Validate

func (this *UserDeleteRequest) Validate() error

func (*UserDeleteRequest) XXX_DiscardUnknown

func (m *UserDeleteRequest) XXX_DiscardUnknown()

func (*UserDeleteRequest) XXX_Marshal

func (m *UserDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserDeleteRequest) XXX_Merge

func (m *UserDeleteRequest) XXX_Merge(src proto.Message)

func (*UserDeleteRequest) XXX_Size

func (m *UserDeleteRequest) XXX_Size() int

func (*UserDeleteRequest) XXX_Unmarshal

func (m *UserDeleteRequest) XXX_Unmarshal(b []byte) error

type UserDeleteResponseWrapper

type UserDeleteResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

UserDeleteApi返回

func (*UserDeleteResponseWrapper) Descriptor

func (*UserDeleteResponseWrapper) Descriptor() ([]byte, []int)

func (*UserDeleteResponseWrapper) GetCode

func (m *UserDeleteResponseWrapper) GetCode() int32

func (*UserDeleteResponseWrapper) GetCodeExplain

func (m *UserDeleteResponseWrapper) GetCodeExplain() string

func (*UserDeleteResponseWrapper) GetData

func (m *UserDeleteResponseWrapper) GetData() *types.Empty

func (*UserDeleteResponseWrapper) GetError

func (m *UserDeleteResponseWrapper) GetError() string

func (*UserDeleteResponseWrapper) ProtoMessage

func (*UserDeleteResponseWrapper) ProtoMessage()

func (*UserDeleteResponseWrapper) Reset

func (m *UserDeleteResponseWrapper) Reset()

func (*UserDeleteResponseWrapper) String

func (m *UserDeleteResponseWrapper) String() string

func (*UserDeleteResponseWrapper) Validate

func (this *UserDeleteResponseWrapper) Validate() error

func (*UserDeleteResponseWrapper) XXX_DiscardUnknown

func (m *UserDeleteResponseWrapper) XXX_DiscardUnknown()

func (*UserDeleteResponseWrapper) XXX_Marshal

func (m *UserDeleteResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserDeleteResponseWrapper) XXX_Merge

func (m *UserDeleteResponseWrapper) XXX_Merge(src proto.Message)

func (*UserDeleteResponseWrapper) XXX_Size

func (m *UserDeleteResponseWrapper) XXX_Size() int

func (*UserDeleteResponseWrapper) XXX_Unmarshal

func (m *UserDeleteResponseWrapper) XXX_Unmarshal(b []byte) error

type UserRegisterRequest

type UserRegisterRequest struct {
	//
	//用户名
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//密码
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password" form:"password"`
	//
	//邮箱
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email" form:"email"`
	//
	//org
	Org                  int32    `protobuf:"varint,4,opt,name=org,proto3" json:"org" form:"org"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UserRegister请求

func (*UserRegisterRequest) Descriptor

func (*UserRegisterRequest) Descriptor() ([]byte, []int)

func (*UserRegisterRequest) GetEmail

func (m *UserRegisterRequest) GetEmail() string

func (*UserRegisterRequest) GetName

func (m *UserRegisterRequest) GetName() string

func (*UserRegisterRequest) GetOrg

func (m *UserRegisterRequest) GetOrg() int32

func (*UserRegisterRequest) GetPassword

func (m *UserRegisterRequest) GetPassword() string

func (*UserRegisterRequest) ProtoMessage

func (*UserRegisterRequest) ProtoMessage()

func (*UserRegisterRequest) Reset

func (m *UserRegisterRequest) Reset()

func (*UserRegisterRequest) String

func (m *UserRegisterRequest) String() string

func (*UserRegisterRequest) Validate

func (this *UserRegisterRequest) Validate() error

func (*UserRegisterRequest) XXX_DiscardUnknown

func (m *UserRegisterRequest) XXX_DiscardUnknown()

func (*UserRegisterRequest) XXX_Marshal

func (m *UserRegisterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserRegisterRequest) XXX_Merge

func (m *UserRegisterRequest) XXX_Merge(src proto.Message)

func (*UserRegisterRequest) XXX_Size

func (m *UserRegisterRequest) XXX_Size() int

func (*UserRegisterRequest) XXX_Unmarshal

func (m *UserRegisterRequest) XXX_Unmarshal(b []byte) error

type UserRegisterResponse

type UserRegisterResponse struct {
	//
	//用户名
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//邮箱
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email" form:"email"`
	//
	//org
	Org                  int32    `protobuf:"varint,3,opt,name=org,proto3" json:"org" form:"org"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UserRegister返回

func (*UserRegisterResponse) Descriptor

func (*UserRegisterResponse) Descriptor() ([]byte, []int)

func (*UserRegisterResponse) GetEmail

func (m *UserRegisterResponse) GetEmail() string

func (*UserRegisterResponse) GetName

func (m *UserRegisterResponse) GetName() string

func (*UserRegisterResponse) GetOrg

func (m *UserRegisterResponse) GetOrg() int32

func (*UserRegisterResponse) ProtoMessage

func (*UserRegisterResponse) ProtoMessage()

func (*UserRegisterResponse) Reset

func (m *UserRegisterResponse) Reset()

func (*UserRegisterResponse) String

func (m *UserRegisterResponse) String() string

func (*UserRegisterResponse) Validate

func (this *UserRegisterResponse) Validate() error

func (*UserRegisterResponse) XXX_DiscardUnknown

func (m *UserRegisterResponse) XXX_DiscardUnknown()

func (*UserRegisterResponse) XXX_Marshal

func (m *UserRegisterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserRegisterResponse) XXX_Merge

func (m *UserRegisterResponse) XXX_Merge(src proto.Message)

func (*UserRegisterResponse) XXX_Size

func (m *UserRegisterResponse) XXX_Size() int

func (*UserRegisterResponse) XXX_Unmarshal

func (m *UserRegisterResponse) XXX_Unmarshal(b []byte) error

type UserRegisterResponseWrapper

type UserRegisterResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *UserRegisterResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

UserRegisterApi返回

func (*UserRegisterResponseWrapper) Descriptor

func (*UserRegisterResponseWrapper) Descriptor() ([]byte, []int)

func (*UserRegisterResponseWrapper) GetCode

func (m *UserRegisterResponseWrapper) GetCode() int32

func (*UserRegisterResponseWrapper) GetCodeExplain

func (m *UserRegisterResponseWrapper) GetCodeExplain() string

func (*UserRegisterResponseWrapper) GetData

func (*UserRegisterResponseWrapper) GetError

func (m *UserRegisterResponseWrapper) GetError() string

func (*UserRegisterResponseWrapper) ProtoMessage

func (*UserRegisterResponseWrapper) ProtoMessage()

func (*UserRegisterResponseWrapper) Reset

func (m *UserRegisterResponseWrapper) Reset()

func (*UserRegisterResponseWrapper) String

func (m *UserRegisterResponseWrapper) String() string

func (*UserRegisterResponseWrapper) Validate

func (this *UserRegisterResponseWrapper) Validate() error

func (*UserRegisterResponseWrapper) XXX_DiscardUnknown

func (m *UserRegisterResponseWrapper) XXX_DiscardUnknown()

func (*UserRegisterResponseWrapper) XXX_Marshal

func (m *UserRegisterResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserRegisterResponseWrapper) XXX_Merge

func (m *UserRegisterResponseWrapper) XXX_Merge(src proto.Message)

func (*UserRegisterResponseWrapper) XXX_Size

func (m *UserRegisterResponseWrapper) XXX_Size() int

func (*UserRegisterResponseWrapper) XXX_Unmarshal

func (m *UserRegisterResponseWrapper) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL