admin

package
v0.0.69-alpha.40 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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 {
	UserID   string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"`
	Account  string `protobuf:"bytes,3,opt,name=account,proto3" json:"account"`
	Password string `protobuf:"bytes,4,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) GetUserID

func (x *UserRegisterReq) GetUserID() 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

Jump to

Keyboard shortcuts

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