Documentation ¶
Index ¶
- Variables
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetBase() *user.User
- func (x *User) GetExtraInfo() *UserExtraInfo
- func (x *User) GetRoles() []*perm.Role
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserExtraInfo
- func (*UserExtraInfo) Descriptor() ([]byte, []int)deprecated
- func (x *UserExtraInfo) GetGbaUserId() uint64
- func (x *UserExtraInfo) GetVtableColumnsVisibility() uint64
- func (*UserExtraInfo) ProtoMessage()
- func (x *UserExtraInfo) ProtoReflect() protoreflect.Message
- func (x *UserExtraInfo) Reset()
- func (x *UserExtraInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_mpc_virtual_service_platform_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Base *user.User `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` ExtraInfo *UserExtraInfo `protobuf:"bytes,2,opt,name=extra_info,json=extraInfo,proto3" json:"extra_info,omitempty"` Roles []*perm.Role `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetExtraInfo ¶
func (x *User) GetExtraInfo() *UserExtraInfo
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserExtraInfo ¶
type UserExtraInfo struct { GbaUserId uint64 `protobuf:"varint,1,opt,name=gba_user_id,json=gbaUserId,proto3" json:"gba_user_id,omitempty"` VtableColumnsVisibility uint64 `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UserExtraInfo) Descriptor
deprecated
func (*UserExtraInfo) Descriptor() ([]byte, []int)
Deprecated: Use UserExtraInfo.ProtoReflect.Descriptor instead.
func (*UserExtraInfo) GetGbaUserId ¶
func (x *UserExtraInfo) GetGbaUserId() uint64
func (*UserExtraInfo) GetVtableColumnsVisibility ¶
func (x *UserExtraInfo) GetVtableColumnsVisibility() uint64
func (*UserExtraInfo) ProtoMessage ¶
func (*UserExtraInfo) ProtoMessage()
func (*UserExtraInfo) ProtoReflect ¶
func (x *UserExtraInfo) ProtoReflect() protoreflect.Message
func (*UserExtraInfo) Reset ¶
func (x *UserExtraInfo) Reset()
func (*UserExtraInfo) String ¶
func (x *UserExtraInfo) String() string
Click to show internal directories.
Click to hide internal directories.