Documentation ¶
Index ¶
- Variables
- type UserLoginReq
- func (*UserLoginReq) Descriptor() ([]byte, []int)deprecated
- func (x *UserLoginReq) GetAccount() string
- func (x *UserLoginReq) GetPassword() string
- func (*UserLoginReq) ProtoMessage()
- func (x *UserLoginReq) ProtoReflect() protoreflect.Message
- func (x *UserLoginReq) Reset()
- func (x *UserLoginReq) String() string
- type UserLoginResp
- func (*UserLoginResp) Descriptor() ([]byte, []int)deprecated
- func (x *UserLoginResp) GetToken() string
- func (x *UserLoginResp) GetUserID() string
- func (*UserLoginResp) ProtoMessage()
- func (x *UserLoginResp) ProtoReflect() protoreflect.Message
- func (x *UserLoginResp) Reset()
- func (x *UserLoginResp) String() string
- type UserRegisterReq
- func (*UserRegisterReq) Descriptor() ([]byte, []int)deprecated
- func (x *UserRegisterReq) GetAccount() string
- func (x *UserRegisterReq) GetNickname() string
- func (x *UserRegisterReq) GetPassword() string
- func (*UserRegisterReq) ProtoMessage()
- func (x *UserRegisterReq) ProtoReflect() protoreflect.Message
- func (x *UserRegisterReq) Reset()
- func (x *UserRegisterReq) String() string
- type UserRegisterResp
Constants ¶
This section is empty.
Variables ¶
View Source
var File_openmeeting_admin_admin_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UserLoginReq ¶
type UserLoginReq struct { Account string `protobuf:"bytes,4,opt,name=account,proto3" json:"account"` Password string `protobuf:"bytes,5,opt,name=password,proto3" json:"password"` // contains filtered or unexported fields }
func (*UserLoginReq) Descriptor
deprecated
func (*UserLoginReq) Descriptor() ([]byte, []int)
Deprecated: Use UserLoginReq.ProtoReflect.Descriptor instead.
func (*UserLoginReq) GetAccount ¶
func (x *UserLoginReq) GetAccount() string
func (*UserLoginReq) GetPassword ¶
func (x *UserLoginReq) GetPassword() string
func (*UserLoginReq) ProtoMessage ¶
func (*UserLoginReq) ProtoMessage()
func (*UserLoginReq) ProtoReflect ¶
func (x *UserLoginReq) ProtoReflect() protoreflect.Message
func (*UserLoginReq) Reset ¶
func (x *UserLoginReq) Reset()
func (*UserLoginReq) String ¶
func (x *UserLoginReq) String() string
type UserLoginResp ¶
type UserLoginResp struct { Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID"` // contains filtered or unexported fields }
func (*UserLoginResp) Descriptor
deprecated
func (*UserLoginResp) Descriptor() ([]byte, []int)
Deprecated: Use UserLoginResp.ProtoReflect.Descriptor instead.
func (*UserLoginResp) GetToken ¶
func (x *UserLoginResp) GetToken() string
func (*UserLoginResp) GetUserID ¶
func (x *UserLoginResp) GetUserID() string
func (*UserLoginResp) ProtoMessage ¶
func (*UserLoginResp) ProtoMessage()
func (*UserLoginResp) ProtoReflect ¶
func (x *UserLoginResp) ProtoReflect() protoreflect.Message
func (*UserLoginResp) Reset ¶
func (x *UserLoginResp) Reset()
func (*UserLoginResp) String ¶
func (x *UserLoginResp) String() string
type UserRegisterReq ¶
type UserRegisterReq struct { Nickname string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname"` Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password"` // contains filtered or unexported fields }
func (*UserRegisterReq) Descriptor
deprecated
func (*UserRegisterReq) Descriptor() ([]byte, []int)
Deprecated: Use UserRegisterReq.ProtoReflect.Descriptor instead.
func (*UserRegisterReq) GetAccount ¶
func (x *UserRegisterReq) GetAccount() string
func (*UserRegisterReq) GetNickname ¶
func (x *UserRegisterReq) GetNickname() string
func (*UserRegisterReq) GetPassword ¶
func (x *UserRegisterReq) GetPassword() string
func (*UserRegisterReq) ProtoMessage ¶
func (*UserRegisterReq) ProtoMessage()
func (*UserRegisterReq) ProtoReflect ¶
func (x *UserRegisterReq) ProtoReflect() protoreflect.Message
func (*UserRegisterReq) Reset ¶
func (x *UserRegisterReq) Reset()
func (*UserRegisterReq) String ¶
func (x *UserRegisterReq) String() string
type UserRegisterResp ¶
type UserRegisterResp struct {
// contains filtered or unexported fields
}
func (*UserRegisterResp) Descriptor
deprecated
func (*UserRegisterResp) Descriptor() ([]byte, []int)
Deprecated: Use UserRegisterResp.ProtoReflect.Descriptor instead.
func (*UserRegisterResp) ProtoMessage ¶
func (*UserRegisterResp) ProtoMessage()
func (*UserRegisterResp) ProtoReflect ¶
func (x *UserRegisterResp) ProtoReflect() protoreflect.Message
func (*UserRegisterResp) Reset ¶
func (x *UserRegisterResp) Reset()
func (*UserRegisterResp) String ¶
func (x *UserRegisterResp) String() string
Click to show internal directories.
Click to hide internal directories.