pb

package
v0.0.59 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2025 License: MIT Imports: 18 Imported by: 0

Documentation

Overview

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	ProfileService_IsProfileExist_FullMethodName     = "/profile.v1.ProfileService/IsProfileExist"
	ProfileService_GetProfile_FullMethodName         = "/profile.v1.ProfileService/GetProfile"
	ProfileService_CreateProfile_FullMethodName      = "/profile.v1.ProfileService/CreateProfile"
	ProfileService_UpdateProfile_FullMethodName      = "/profile.v1.ProfileService/UpdateProfile"
	ProfileService_GetProfileStatus_FullMethodName   = "/profile.v1.ProfileService/GetProfileStatus"
	ProfileService_WatchProfile_FullMethodName       = "/profile.v1.ProfileService/WatchProfile"
	ProfileService_LoginAccount_FullMethodName       = "/profile.v1.ProfileService/LoginAccount"
	ProfileService_CreateRole_FullMethodName         = "/profile.v1.ProfileService/CreateRole"
	ProfileService_LoginRole_FullMethodName          = "/profile.v1.ProfileService/LoginRole"
	ProfileService_RandName_FullMethodName           = "/profile.v1.ProfileService/RandName"
	ProfileService_ChannelVariedInfo_FullMethodName  = "/profile.v1.ProfileService/ChannelVariedInfo"
	ProfileService_ChannelPlayerList_FullMethodName  = "/profile.v1.ProfileService/ChannelPlayerList"
	ProfileService_GetThreeChannelUrl_FullMethodName = "/profile.v1.ProfileService/GetThreeChannelUrl"
	ProfileService_SceneGetLastJoin_FullMethodName   = "/profile.v1.ProfileService/SceneGetLastJoin"
	ProfileService_SceneJoin_FullMethodName          = "/profile.v1.ProfileService/SceneJoin"
	ProfileService_DeleteFromChannel_FullMethodName  = "/profile.v1.ProfileService/DeleteFromChannel"
	ProfileService_ChannelFixInfo_FullMethodName     = "/profile.v1.ProfileService/ChannelFixInfo"
)
View Source
const (
	ProfilePrivateService_GetProfilePrivate_FullMethodName = "/profile.v1.ProfilePrivateService/GetProfilePrivate"
	ProfilePrivateService_SetProfileStatus_FullMethodName  = "/profile.v1.ProfilePrivateService/SetProfileStatus"
	ProfilePrivateService_GetProfileBasics_FullMethodName  = "/profile.v1.ProfilePrivateService/GetProfileBasics"
	ProfilePrivateService_ChannelJoin_FullMethodName       = "/profile.v1.ProfilePrivateService/ChannelJoin"
	ProfilePrivateService_ItemUse_FullMethodName           = "/profile.v1.ProfilePrivateService/ItemUse"
	ProfilePrivateService_ItemFashionChange_FullMethodName = "/profile.v1.ProfilePrivateService/ItemFashionChange"
	ProfilePrivateService_ItemFashionUnload_FullMethodName = "/profile.v1.ProfilePrivateService/ItemFashionUnload"
	ProfilePrivateService_PlayerPropNotify_FullMethodName  = "/profile.v1.ProfilePrivateService/PlayerPropNotify"
)

Variables

View Source
var File_profile_profiles_proto protoreflect.FileDescriptor
View Source
var ProfilePrivateService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "profile.v1.ProfilePrivateService",
	HandlerType: (*ProfilePrivateServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetProfilePrivate",
			Handler:    _ProfilePrivateService_GetProfilePrivate_Handler,
		},
		{
			MethodName: "SetProfileStatus",
			Handler:    _ProfilePrivateService_SetProfileStatus_Handler,
		},
		{
			MethodName: "GetProfileBasics",
			Handler:    _ProfilePrivateService_GetProfileBasics_Handler,
		},
		{
			MethodName: "ChannelJoin",
			Handler:    _ProfilePrivateService_ChannelJoin_Handler,
		},
		{
			MethodName: "ItemUse",
			Handler:    _ProfilePrivateService_ItemUse_Handler,
		},
		{
			MethodName: "ItemFashionChange",
			Handler:    _ProfilePrivateService_ItemFashionChange_Handler,
		},
		{
			MethodName: "ItemFashionUnload",
			Handler:    _ProfilePrivateService_ItemFashionUnload_Handler,
		},
		{
			MethodName: "PlayerPropNotify",
			Handler:    _ProfilePrivateService_PlayerPropNotify_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "profile/profiles.proto",
}

ProfilePrivateService_ServiceDesc is the grpc.ServiceDesc for ProfilePrivateService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ProfileService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "profile.v1.ProfileService",
	HandlerType: (*ProfileServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "IsProfileExist",
			Handler:    _ProfileService_IsProfileExist_Handler,
		},
		{
			MethodName: "GetProfile",
			Handler:    _ProfileService_GetProfile_Handler,
		},
		{
			MethodName: "CreateProfile",
			Handler:    _ProfileService_CreateProfile_Handler,
		},
		{
			MethodName: "UpdateProfile",
			Handler:    _ProfileService_UpdateProfile_Handler,
		},
		{
			MethodName: "GetProfileStatus",
			Handler:    _ProfileService_GetProfileStatus_Handler,
		},
		{
			MethodName: "LoginAccount",
			Handler:    _ProfileService_LoginAccount_Handler,
		},
		{
			MethodName: "CreateRole",
			Handler:    _ProfileService_CreateRole_Handler,
		},
		{
			MethodName: "LoginRole",
			Handler:    _ProfileService_LoginRole_Handler,
		},
		{
			MethodName: "RandName",
			Handler:    _ProfileService_RandName_Handler,
		},
		{
			MethodName: "ChannelVariedInfo",
			Handler:    _ProfileService_ChannelVariedInfo_Handler,
		},
		{
			MethodName: "ChannelPlayerList",
			Handler:    _ProfileService_ChannelPlayerList_Handler,
		},
		{
			MethodName: "GetThreeChannelUrl",
			Handler:    _ProfileService_GetThreeChannelUrl_Handler,
		},
		{
			MethodName: "SceneGetLastJoin",
			Handler:    _ProfileService_SceneGetLastJoin_Handler,
		},
		{
			MethodName: "SceneJoin",
			Handler:    _ProfileService_SceneJoin_Handler,
		},
		{
			MethodName: "DeleteFromChannel",
			Handler:    _ProfileService_DeleteFromChannel_Handler,
		},
		{
			MethodName: "ChannelFixInfo",
			Handler:    _ProfileService_ChannelFixInfo_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "WatchProfile",
			Handler:       _ProfileService_WatchProfile_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "profile/profiles.proto",
}

ProfileService_ServiceDesc is the grpc.ServiceDesc for ProfileService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterProfilePrivateServiceHandler

func RegisterProfilePrivateServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterProfilePrivateServiceHandler registers the http handlers for service ProfilePrivateService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterProfilePrivateServiceHandlerClient

func RegisterProfilePrivateServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ProfilePrivateServiceClient) error

RegisterProfilePrivateServiceHandlerClient registers the http handlers for service ProfilePrivateService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ProfilePrivateServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ProfilePrivateServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ProfilePrivateServiceClient" to call the correct interceptors. This client ignores the HTTP middlewares.

func RegisterProfilePrivateServiceHandlerFromEndpoint

func RegisterProfilePrivateServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterProfilePrivateServiceHandlerFromEndpoint is same as RegisterProfilePrivateServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterProfilePrivateServiceHandlerServer

func RegisterProfilePrivateServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ProfilePrivateServiceServer) error

RegisterProfilePrivateServiceHandlerServer registers the http handlers for service ProfilePrivateService to "mux". UnaryRPC :call ProfilePrivateServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterProfilePrivateServiceHandlerFromEndpoint instead. GRPC interceptors will not work for this type of registration. To use interceptors, you must use the "runtime.WithMiddlewares" option in the "runtime.NewServeMux" call.

func RegisterProfilePrivateServiceServer

func RegisterProfilePrivateServiceServer(s grpc.ServiceRegistrar, srv ProfilePrivateServiceServer)

func RegisterProfileServiceHandler

func RegisterProfileServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterProfileServiceHandler registers the http handlers for service ProfileService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterProfileServiceHandlerClient

func RegisterProfileServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ProfileServiceClient) error

RegisterProfileServiceHandlerClient registers the http handlers for service ProfileService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ProfileServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ProfileServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ProfileServiceClient" to call the correct interceptors. This client ignores the HTTP middlewares.

func RegisterProfileServiceHandlerFromEndpoint

func RegisterProfileServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterProfileServiceHandlerFromEndpoint is same as RegisterProfileServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterProfileServiceHandlerServer

func RegisterProfileServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ProfileServiceServer) error

RegisterProfileServiceHandlerServer registers the http handlers for service ProfileService to "mux". UnaryRPC :call ProfileServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterProfileServiceHandlerFromEndpoint instead. GRPC interceptors will not work for this type of registration. To use interceptors, you must use the "runtime.WithMiddlewares" option in the "runtime.NewServeMux" call.

func RegisterProfileServiceServer

func RegisterProfileServiceServer(s grpc.ServiceRegistrar, srv ProfileServiceServer)

Types

type ChannelFixInfo added in v0.0.17

type ChannelFixInfo struct {
	Id   uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // 频道编号
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

频道固定信息

func (*ChannelFixInfo) Descriptor deprecated added in v0.0.17

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

Deprecated: Use ChannelFixInfo.ProtoReflect.Descriptor instead.

func (*ChannelFixInfo) GetId added in v0.0.17

func (x *ChannelFixInfo) GetId() uint32

func (*ChannelFixInfo) GetName added in v0.0.17

func (x *ChannelFixInfo) GetName() string

func (*ChannelFixInfo) ProtoMessage added in v0.0.17

func (*ChannelFixInfo) ProtoMessage()

func (*ChannelFixInfo) ProtoReflect added in v0.0.17

func (x *ChannelFixInfo) ProtoReflect() protoreflect.Message

func (*ChannelFixInfo) Reset added in v0.0.17

func (x *ChannelFixInfo) Reset()

func (*ChannelFixInfo) String added in v0.0.17

func (x *ChannelFixInfo) String() string

type ChannelFixInfoRequest added in v0.0.17

type ChannelFixInfoRequest struct {
	LogId string `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	// contains filtered or unexported fields
}

#############################ChannelFixInfo############################### 同步频道固定不变的信息

func (*ChannelFixInfoRequest) Descriptor deprecated added in v0.0.17

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

Deprecated: Use ChannelFixInfoRequest.ProtoReflect.Descriptor instead.

func (*ChannelFixInfoRequest) GetLogId added in v0.0.17

func (x *ChannelFixInfoRequest) GetLogId() string

func (*ChannelFixInfoRequest) ProtoMessage added in v0.0.17

func (*ChannelFixInfoRequest) ProtoMessage()

func (*ChannelFixInfoRequest) ProtoReflect added in v0.0.17

func (x *ChannelFixInfoRequest) ProtoReflect() protoreflect.Message

func (*ChannelFixInfoRequest) Reset added in v0.0.17

func (x *ChannelFixInfoRequest) Reset()

func (*ChannelFixInfoRequest) String added in v0.0.17

func (x *ChannelFixInfoRequest) String() string

type ChannelFixInfoResponse added in v0.0.17

type ChannelFixInfoResponse struct {
	MajorList []*ChannelFixInfo `protobuf:"bytes,1,rep,name=major_list,json=majorList,proto3" json:"major_list,omitempty"` // 大频道(服务器)信息
	MinorList []*ChannelFixInfo `protobuf:"bytes,2,rep,name=minor_list,json=minorList,proto3" json:"minor_list,omitempty"` // 小频道信息
	ErrCode   int32             `protobuf:"varint,3,opt,name=errCode,proto3" json:"errCode,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelFixInfoResponse) Descriptor deprecated added in v0.0.17

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

Deprecated: Use ChannelFixInfoResponse.ProtoReflect.Descriptor instead.

func (*ChannelFixInfoResponse) GetErrCode added in v0.0.17

func (x *ChannelFixInfoResponse) GetErrCode() int32

func (*ChannelFixInfoResponse) GetMajorList added in v0.0.17

func (x *ChannelFixInfoResponse) GetMajorList() []*ChannelFixInfo

func (*ChannelFixInfoResponse) GetMinorList added in v0.0.17

func (x *ChannelFixInfoResponse) GetMinorList() []*ChannelFixInfo

func (*ChannelFixInfoResponse) ProtoMessage added in v0.0.17

func (*ChannelFixInfoResponse) ProtoMessage()

func (*ChannelFixInfoResponse) ProtoReflect added in v0.0.17

func (x *ChannelFixInfoResponse) ProtoReflect() protoreflect.Message

func (*ChannelFixInfoResponse) Reset added in v0.0.17

func (x *ChannelFixInfoResponse) Reset()

func (*ChannelFixInfoResponse) String added in v0.0.17

func (x *ChannelFixInfoResponse) String() string

type ChannelJoinRequest added in v0.0.14

type ChannelJoinRequest struct {
	Id     uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	LogId  string `protobuf:"bytes,2,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	RoleId int64  `protobuf:"varint,3,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// contains filtered or unexported fields
}

#############################假如频道############################### 请求加入某个小频道

func (*ChannelJoinRequest) Descriptor deprecated added in v0.0.14

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

Deprecated: Use ChannelJoinRequest.ProtoReflect.Descriptor instead.

func (*ChannelJoinRequest) GetId added in v0.0.14

func (x *ChannelJoinRequest) GetId() uint32

func (*ChannelJoinRequest) GetLogId added in v0.0.14

func (x *ChannelJoinRequest) GetLogId() string

func (*ChannelJoinRequest) GetRoleId added in v0.0.17

func (x *ChannelJoinRequest) GetRoleId() int64

func (*ChannelJoinRequest) ProtoMessage added in v0.0.14

func (*ChannelJoinRequest) ProtoMessage()

func (*ChannelJoinRequest) ProtoReflect added in v0.0.14

func (x *ChannelJoinRequest) ProtoReflect() protoreflect.Message

func (*ChannelJoinRequest) Reset added in v0.0.14

func (x *ChannelJoinRequest) Reset()

func (*ChannelJoinRequest) String added in v0.0.14

func (x *ChannelJoinRequest) String() string

type ChannelJoinResponse added in v0.0.14

type ChannelJoinResponse struct {
	ErrCode int32 `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
	// contains filtered or unexported fields
}

请求加入某个小频道

func (*ChannelJoinResponse) Descriptor deprecated added in v0.0.14

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

Deprecated: Use ChannelJoinResponse.ProtoReflect.Descriptor instead.

func (*ChannelJoinResponse) GetErrCode added in v0.0.14

func (x *ChannelJoinResponse) GetErrCode() int32

func (*ChannelJoinResponse) ProtoMessage added in v0.0.14

func (*ChannelJoinResponse) ProtoMessage()

func (*ChannelJoinResponse) ProtoReflect added in v0.0.14

func (x *ChannelJoinResponse) ProtoReflect() protoreflect.Message

func (*ChannelJoinResponse) Reset added in v0.0.14

func (x *ChannelJoinResponse) Reset()

func (*ChannelJoinResponse) String added in v0.0.14

func (x *ChannelJoinResponse) String() string

type ChannelPlayerInfo added in v0.0.14

type ChannelPlayerInfo struct {
	Id    uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`    //角色id
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` //角色名字
	Sex   uint32 `protobuf:"varint,3,opt,name=sex,proto3" json:"sex,omitempty"`  //性别
	Lv    uint32 `protobuf:"varint,4,opt,name=lv,proto3" json:"lv,omitempty"`
	Room  uint32 `protobuf:"varint,5,opt,name=room,proto3" json:"room,omitempty"`   // 0为大厅
	Time  uint32 `protobuf:"varint,6,opt,name=time,proto3" json:"time,omitempty"`   // 进入本频道的时间戳
	Title uint32 `protobuf:"varint,7,opt,name=title,proto3" json:"title,omitempty"` //称号
	// contains filtered or unexported fields
}

频道角色列表返回

func (*ChannelPlayerInfo) Descriptor deprecated added in v0.0.14

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

Deprecated: Use ChannelPlayerInfo.ProtoReflect.Descriptor instead.

func (*ChannelPlayerInfo) GetId added in v0.0.14

func (x *ChannelPlayerInfo) GetId() uint32

func (*ChannelPlayerInfo) GetLv added in v0.0.14

func (x *ChannelPlayerInfo) GetLv() uint32

func (*ChannelPlayerInfo) GetName added in v0.0.14

func (x *ChannelPlayerInfo) GetName() string

func (*ChannelPlayerInfo) GetRoom added in v0.0.14

func (x *ChannelPlayerInfo) GetRoom() uint32

func (*ChannelPlayerInfo) GetSex added in v0.0.14

func (x *ChannelPlayerInfo) GetSex() uint32

func (*ChannelPlayerInfo) GetTime added in v0.0.14

func (x *ChannelPlayerInfo) GetTime() uint32

func (*ChannelPlayerInfo) GetTitle added in v0.0.14

func (x *ChannelPlayerInfo) GetTitle() uint32

func (*ChannelPlayerInfo) ProtoMessage added in v0.0.14

func (*ChannelPlayerInfo) ProtoMessage()

func (*ChannelPlayerInfo) ProtoReflect added in v0.0.14

func (x *ChannelPlayerInfo) ProtoReflect() protoreflect.Message

func (*ChannelPlayerInfo) Reset added in v0.0.14

func (x *ChannelPlayerInfo) Reset()

func (*ChannelPlayerInfo) String added in v0.0.14

func (x *ChannelPlayerInfo) String() string

type ChannelPlayerListRequest added in v0.0.14

type ChannelPlayerListRequest struct {
	LogId string `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	// contains filtered or unexported fields
}

#############################频道角色列表############################### 频道角色列表请求

func (*ChannelPlayerListRequest) Descriptor deprecated added in v0.0.14

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

Deprecated: Use ChannelPlayerListRequest.ProtoReflect.Descriptor instead.

func (*ChannelPlayerListRequest) GetLogId added in v0.0.14

func (x *ChannelPlayerListRequest) GetLogId() string

func (*ChannelPlayerListRequest) ProtoMessage added in v0.0.14

func (*ChannelPlayerListRequest) ProtoMessage()

func (*ChannelPlayerListRequest) ProtoReflect added in v0.0.14

func (x *ChannelPlayerListRequest) ProtoReflect() protoreflect.Message

func (*ChannelPlayerListRequest) Reset added in v0.0.14

func (x *ChannelPlayerListRequest) Reset()

func (*ChannelPlayerListRequest) String added in v0.0.14

func (x *ChannelPlayerListRequest) String() string

type ChannelPlayerListResponse added in v0.0.14

type ChannelPlayerListResponse struct {
	List    []*ChannelPlayerInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	ErrCode int32                `protobuf:"varint,2,opt,name=errCode,proto3" json:"errCode,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelPlayerListResponse) Descriptor deprecated added in v0.0.14

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

Deprecated: Use ChannelPlayerListResponse.ProtoReflect.Descriptor instead.

func (*ChannelPlayerListResponse) GetErrCode added in v0.0.14

func (x *ChannelPlayerListResponse) GetErrCode() int32

func (*ChannelPlayerListResponse) GetList added in v0.0.14

func (*ChannelPlayerListResponse) ProtoMessage added in v0.0.14

func (*ChannelPlayerListResponse) ProtoMessage()

func (*ChannelPlayerListResponse) ProtoReflect added in v0.0.14

func (*ChannelPlayerListResponse) Reset added in v0.0.14

func (x *ChannelPlayerListResponse) Reset()

func (*ChannelPlayerListResponse) String added in v0.0.14

func (x *ChannelPlayerListResponse) String() string

type ChannelVariedInfo added in v0.0.14

type ChannelVariedInfo struct {
	Id    uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`       // 频道编号
	Man   uint32 `protobuf:"varint,2,opt,name=man,proto3" json:"man,omitempty"`     // 男
	Woman uint32 `protobuf:"varint,3,opt,name=woman,proto3" json:"woman,omitempty"` // 女
	Max   uint32 `protobuf:"varint,4,opt,name=max,proto3" json:"max,omitempty"`     // 最大容量
	Url   string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`      // 频道的url
	// contains filtered or unexported fields
}

频道可变信息

func (*ChannelVariedInfo) Descriptor deprecated added in v0.0.14

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

Deprecated: Use ChannelVariedInfo.ProtoReflect.Descriptor instead.

func (*ChannelVariedInfo) GetId added in v0.0.14

func (x *ChannelVariedInfo) GetId() uint32

func (*ChannelVariedInfo) GetMan added in v0.0.14

func (x *ChannelVariedInfo) GetMan() uint32

func (*ChannelVariedInfo) GetMax added in v0.0.14

func (x *ChannelVariedInfo) GetMax() uint32

func (*ChannelVariedInfo) GetUrl added in v0.0.43

func (x *ChannelVariedInfo) GetUrl() string

func (*ChannelVariedInfo) GetWoman added in v0.0.14

func (x *ChannelVariedInfo) GetWoman() uint32

func (*ChannelVariedInfo) ProtoMessage added in v0.0.14

func (*ChannelVariedInfo) ProtoMessage()

func (*ChannelVariedInfo) ProtoReflect added in v0.0.14

func (x *ChannelVariedInfo) ProtoReflect() protoreflect.Message

func (*ChannelVariedInfo) Reset added in v0.0.14

func (x *ChannelVariedInfo) Reset()

func (*ChannelVariedInfo) String added in v0.0.14

func (x *ChannelVariedInfo) String() string

type ChannelVariedInfoRequest added in v0.0.14

type ChannelVariedInfoRequest struct {
	MajorId uint32 `protobuf:"varint,1,opt,name=major_id,json=majorId,proto3" json:"major_id,omitempty"` //大频道id
	LogId   string `protobuf:"bytes,2,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	// contains filtered or unexported fields
}

#############################查询频道信息############################### 请求某大频道下的小频道可变数据

func (*ChannelVariedInfoRequest) Descriptor deprecated added in v0.0.14

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

Deprecated: Use ChannelVariedInfoRequest.ProtoReflect.Descriptor instead.

func (*ChannelVariedInfoRequest) GetLogId added in v0.0.14

func (x *ChannelVariedInfoRequest) GetLogId() string

func (*ChannelVariedInfoRequest) GetMajorId added in v0.0.14

func (x *ChannelVariedInfoRequest) GetMajorId() uint32

func (*ChannelVariedInfoRequest) ProtoMessage added in v0.0.14

func (*ChannelVariedInfoRequest) ProtoMessage()

func (*ChannelVariedInfoRequest) ProtoReflect added in v0.0.14

func (x *ChannelVariedInfoRequest) ProtoReflect() protoreflect.Message

func (*ChannelVariedInfoRequest) Reset added in v0.0.14

func (x *ChannelVariedInfoRequest) Reset()

func (*ChannelVariedInfoRequest) String added in v0.0.14

func (x *ChannelVariedInfoRequest) String() string

type ChannelVariedInfoResponse added in v0.0.14

type ChannelVariedInfoResponse struct {
	ErrCode int32                `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
	List    []*ChannelVariedInfo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

返回频道(小)可变信息

func (*ChannelVariedInfoResponse) Descriptor deprecated added in v0.0.14

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

Deprecated: Use ChannelVariedInfoResponse.ProtoReflect.Descriptor instead.

func (*ChannelVariedInfoResponse) GetErrCode added in v0.0.14

func (x *ChannelVariedInfoResponse) GetErrCode() int32

func (*ChannelVariedInfoResponse) GetList added in v0.0.14

func (*ChannelVariedInfoResponse) ProtoMessage added in v0.0.14

func (*ChannelVariedInfoResponse) ProtoMessage()

func (*ChannelVariedInfoResponse) ProtoReflect added in v0.0.14

func (*ChannelVariedInfoResponse) Reset added in v0.0.14

func (x *ChannelVariedInfoResponse) Reset()

func (*ChannelVariedInfoResponse) String added in v0.0.14

func (x *ChannelVariedInfoResponse) String() string

type CreateProfileRequest

type CreateProfileRequest struct {
	Profile *Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProfileRequest) Descriptor deprecated

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

Deprecated: Use CreateProfileRequest.ProtoReflect.Descriptor instead.

func (*CreateProfileRequest) GetProfile

func (x *CreateProfileRequest) GetProfile() *Profile

func (*CreateProfileRequest) ProtoMessage

func (*CreateProfileRequest) ProtoMessage()

func (*CreateProfileRequest) ProtoReflect

func (x *CreateProfileRequest) ProtoReflect() protoreflect.Message

func (*CreateProfileRequest) Reset

func (x *CreateProfileRequest) Reset()

func (*CreateProfileRequest) String

func (x *CreateProfileRequest) String() string

type CreateProfileResponse

type CreateProfileResponse struct {
	Profile *Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProfileResponse) Descriptor deprecated

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

Deprecated: Use CreateProfileResponse.ProtoReflect.Descriptor instead.

func (*CreateProfileResponse) GetProfile

func (x *CreateProfileResponse) GetProfile() *Profile

func (*CreateProfileResponse) ProtoMessage

func (*CreateProfileResponse) ProtoMessage()

func (*CreateProfileResponse) ProtoReflect

func (x *CreateProfileResponse) ProtoReflect() protoreflect.Message

func (*CreateProfileResponse) Reset

func (x *CreateProfileResponse) Reset()

func (*CreateProfileResponse) String

func (x *CreateProfileResponse) String() string

type CreateRoleRequest added in v0.0.5

type CreateRoleRequest struct {
	UserId  int64             `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Role    *SimpleRoleStruct `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	ErrCode int32             `protobuf:"varint,3,opt,name=errCode,proto3" json:"errCode,omitempty"`
	LogId   string            `protobuf:"bytes,4,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	// contains filtered or unexported fields
}

创建

func (*CreateRoleRequest) Descriptor deprecated added in v0.0.5

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

Deprecated: Use CreateRoleRequest.ProtoReflect.Descriptor instead.

func (*CreateRoleRequest) GetErrCode added in v0.0.7

func (x *CreateRoleRequest) GetErrCode() int32

func (*CreateRoleRequest) GetLogId added in v0.0.9

func (x *CreateRoleRequest) GetLogId() string

func (*CreateRoleRequest) GetRole added in v0.0.5

func (x *CreateRoleRequest) GetRole() *SimpleRoleStruct

func (*CreateRoleRequest) GetUserId added in v0.0.5

func (x *CreateRoleRequest) GetUserId() int64

func (*CreateRoleRequest) ProtoMessage added in v0.0.5

func (*CreateRoleRequest) ProtoMessage()

func (*CreateRoleRequest) ProtoReflect added in v0.0.5

func (x *CreateRoleRequest) ProtoReflect() protoreflect.Message

func (*CreateRoleRequest) Reset added in v0.0.5

func (x *CreateRoleRequest) Reset()

func (*CreateRoleRequest) String added in v0.0.5

func (x *CreateRoleRequest) String() string

type CreateRoleResponse added in v0.0.5

type CreateRoleResponse struct {
	Account    string            `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Role       *SimpleRoleStruct `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	Channel    uint32            `protobuf:"varint,3,opt,name=channel,proto3" json:"channel,omitempty"`
	CreateTime uint32            `protobuf:"varint,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	ErrCode    int32             `protobuf:"varint,5,opt,name=errCode,proto3" json:"errCode,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRoleResponse) Descriptor deprecated added in v0.0.5

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

Deprecated: Use CreateRoleResponse.ProtoReflect.Descriptor instead.

func (*CreateRoleResponse) GetAccount added in v0.0.5

func (x *CreateRoleResponse) GetAccount() string

func (*CreateRoleResponse) GetChannel added in v0.0.5

func (x *CreateRoleResponse) GetChannel() uint32

func (*CreateRoleResponse) GetCreateTime added in v0.0.5

func (x *CreateRoleResponse) GetCreateTime() uint32

func (*CreateRoleResponse) GetErrCode added in v0.0.7

func (x *CreateRoleResponse) GetErrCode() int32

func (*CreateRoleResponse) GetRole added in v0.0.5

func (x *CreateRoleResponse) GetRole() *SimpleRoleStruct

func (*CreateRoleResponse) ProtoMessage added in v0.0.5

func (*CreateRoleResponse) ProtoMessage()

func (*CreateRoleResponse) ProtoReflect added in v0.0.5

func (x *CreateRoleResponse) ProtoReflect() protoreflect.Message

func (*CreateRoleResponse) Reset added in v0.0.5

func (x *CreateRoleResponse) Reset()

func (*CreateRoleResponse) String added in v0.0.5

func (x *CreateRoleResponse) String() string

type DeleteFromChannelRequest added in v0.0.17

type DeleteFromChannelRequest struct {
	LogId string `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	Id    uint32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` //角色id
	// contains filtered or unexported fields
}

#############################DeleteFromChannel############################### 删除频道请求

func (*DeleteFromChannelRequest) Descriptor deprecated added in v0.0.17

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

Deprecated: Use DeleteFromChannelRequest.ProtoReflect.Descriptor instead.

func (*DeleteFromChannelRequest) GetId added in v0.0.17

func (x *DeleteFromChannelRequest) GetId() uint32

func (*DeleteFromChannelRequest) GetLogId added in v0.0.17

func (x *DeleteFromChannelRequest) GetLogId() string

func (*DeleteFromChannelRequest) ProtoMessage added in v0.0.17

func (*DeleteFromChannelRequest) ProtoMessage()

func (*DeleteFromChannelRequest) ProtoReflect added in v0.0.17

func (x *DeleteFromChannelRequest) ProtoReflect() protoreflect.Message

func (*DeleteFromChannelRequest) Reset added in v0.0.17

func (x *DeleteFromChannelRequest) Reset()

func (*DeleteFromChannelRequest) String added in v0.0.17

func (x *DeleteFromChannelRequest) String() string

type DeleteFromChannelResponse added in v0.0.17

type DeleteFromChannelResponse struct {
	ErrCode int32  `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
	Id      uint32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFromChannelResponse) Descriptor deprecated added in v0.0.17

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

Deprecated: Use DeleteFromChannelResponse.ProtoReflect.Descriptor instead.

func (*DeleteFromChannelResponse) GetErrCode added in v0.0.17

func (x *DeleteFromChannelResponse) GetErrCode() int32

func (*DeleteFromChannelResponse) GetId added in v0.0.17

func (x *DeleteFromChannelResponse) GetId() uint32

func (*DeleteFromChannelResponse) ProtoMessage added in v0.0.17

func (*DeleteFromChannelResponse) ProtoMessage()

func (*DeleteFromChannelResponse) ProtoReflect added in v0.0.17

func (*DeleteFromChannelResponse) Reset added in v0.0.17

func (x *DeleteFromChannelResponse) Reset()

func (*DeleteFromChannelResponse) String added in v0.0.17

func (x *DeleteFromChannelResponse) String() string

type GetProfileBasicsRequest

type GetProfileBasicsRequest struct {
	Uid []string `protobuf:"bytes,1,rep,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfileBasicsRequest) Descriptor deprecated

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

Deprecated: Use GetProfileBasicsRequest.ProtoReflect.Descriptor instead.

func (*GetProfileBasicsRequest) GetUid

func (x *GetProfileBasicsRequest) GetUid() []string

func (*GetProfileBasicsRequest) ProtoMessage

func (*GetProfileBasicsRequest) ProtoMessage()

func (*GetProfileBasicsRequest) ProtoReflect

func (x *GetProfileBasicsRequest) ProtoReflect() protoreflect.Message

func (*GetProfileBasicsRequest) Reset

func (x *GetProfileBasicsRequest) Reset()

func (*GetProfileBasicsRequest) String

func (x *GetProfileBasicsRequest) String() string

type GetProfileBasicsResponse

type GetProfileBasicsResponse struct {
	Basics map[string]*ProfileBasic `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetProfileBasicsResponse) Descriptor deprecated

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

Deprecated: Use GetProfileBasicsResponse.ProtoReflect.Descriptor instead.

func (*GetProfileBasicsResponse) GetBasics

func (x *GetProfileBasicsResponse) GetBasics() map[string]*ProfileBasic

func (*GetProfileBasicsResponse) ProtoMessage

func (*GetProfileBasicsResponse) ProtoMessage()

func (*GetProfileBasicsResponse) ProtoReflect

func (x *GetProfileBasicsResponse) ProtoReflect() protoreflect.Message

func (*GetProfileBasicsResponse) Reset

func (x *GetProfileBasicsResponse) Reset()

func (*GetProfileBasicsResponse) String

func (x *GetProfileBasicsResponse) String() string

type GetProfilePrivateRequest

type GetProfilePrivateRequest struct {

	// Types that are valid to be assigned to Kind:
	//
	//	*GetProfilePrivateRequest_Uids_
	//	*GetProfilePrivateRequest_Name_
	//	*GetProfilePrivateRequest_All_
	//	*GetProfilePrivateRequest_Account
	Kind       isGetProfilePrivateRequest_Kind `protobuf_oneof:"kind"`
	PlatformId string                          `protobuf:"bytes,5,opt,name=platform_id,json=platformId,proto3" json:"platform_id,omitempty"`
	ChannelId  string                          `protobuf:"bytes,6,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfilePrivateRequest) Descriptor deprecated

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

Deprecated: Use GetProfilePrivateRequest.ProtoReflect.Descriptor instead.

func (*GetProfilePrivateRequest) GetAccount

func (x *GetProfilePrivateRequest) GetAccount() string

func (*GetProfilePrivateRequest) GetAll

func (*GetProfilePrivateRequest) GetChannelId

func (x *GetProfilePrivateRequest) GetChannelId() string

func (*GetProfilePrivateRequest) GetKind

func (x *GetProfilePrivateRequest) GetKind() isGetProfilePrivateRequest_Kind

func (*GetProfilePrivateRequest) GetName

func (*GetProfilePrivateRequest) GetPlatformId

func (x *GetProfilePrivateRequest) GetPlatformId() string

func (*GetProfilePrivateRequest) GetUids

func (*GetProfilePrivateRequest) ProtoMessage

func (*GetProfilePrivateRequest) ProtoMessage()

func (*GetProfilePrivateRequest) ProtoReflect

func (x *GetProfilePrivateRequest) ProtoReflect() protoreflect.Message

func (*GetProfilePrivateRequest) Reset

func (x *GetProfilePrivateRequest) Reset()

func (*GetProfilePrivateRequest) String

func (x *GetProfilePrivateRequest) String() string

type GetProfilePrivateRequest_Account

type GetProfilePrivateRequest_Account struct {
	Account string `protobuf:"bytes,4,opt,name=account,proto3,oneof"`
}

type GetProfilePrivateRequest_All

type GetProfilePrivateRequest_All struct {
	Page     int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfilePrivateRequest_All) Descriptor deprecated

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

Deprecated: Use GetProfilePrivateRequest_All.ProtoReflect.Descriptor instead.

func (*GetProfilePrivateRequest_All) GetPage

func (x *GetProfilePrivateRequest_All) GetPage() int32

func (*GetProfilePrivateRequest_All) GetPageSize

func (x *GetProfilePrivateRequest_All) GetPageSize() int32

func (*GetProfilePrivateRequest_All) ProtoMessage

func (*GetProfilePrivateRequest_All) ProtoMessage()

func (*GetProfilePrivateRequest_All) ProtoReflect

func (*GetProfilePrivateRequest_All) Reset

func (x *GetProfilePrivateRequest_All) Reset()

func (*GetProfilePrivateRequest_All) String

type GetProfilePrivateRequest_All_

type GetProfilePrivateRequest_All_ struct {
	All *GetProfilePrivateRequest_All `protobuf:"bytes,3,opt,name=all,proto3,oneof"`
}

type GetProfilePrivateRequest_Name

type GetProfilePrivateRequest_Name struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	IsRegexp bool   `protobuf:"varint,2,opt,name=is_regexp,json=isRegexp,proto3" json:"is_regexp,omitempty"` // is find by regexp
	Page     int32  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`                         // if is_regexp is true, page is required start from 1
	PageSize int32  `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // if is_regexp is true, page_size is required default 10
	// contains filtered or unexported fields
}

func (*GetProfilePrivateRequest_Name) Descriptor deprecated

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

Deprecated: Use GetProfilePrivateRequest_Name.ProtoReflect.Descriptor instead.

func (*GetProfilePrivateRequest_Name) GetIsRegexp

func (x *GetProfilePrivateRequest_Name) GetIsRegexp() bool

func (*GetProfilePrivateRequest_Name) GetName

func (*GetProfilePrivateRequest_Name) GetPage

func (x *GetProfilePrivateRequest_Name) GetPage() int32

func (*GetProfilePrivateRequest_Name) GetPageSize

func (x *GetProfilePrivateRequest_Name) GetPageSize() int32

func (*GetProfilePrivateRequest_Name) ProtoMessage

func (*GetProfilePrivateRequest_Name) ProtoMessage()

func (*GetProfilePrivateRequest_Name) ProtoReflect

func (*GetProfilePrivateRequest_Name) Reset

func (x *GetProfilePrivateRequest_Name) Reset()

func (*GetProfilePrivateRequest_Name) String

type GetProfilePrivateRequest_Name_

type GetProfilePrivateRequest_Name_ struct {
	Name *GetProfilePrivateRequest_Name `protobuf:"bytes,2,opt,name=name,proto3,oneof"`
}

type GetProfilePrivateRequest_Uids

type GetProfilePrivateRequest_Uids struct {
	Uid []string `protobuf:"bytes,1,rep,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfilePrivateRequest_Uids) Descriptor deprecated

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

Deprecated: Use GetProfilePrivateRequest_Uids.ProtoReflect.Descriptor instead.

func (*GetProfilePrivateRequest_Uids) GetUid

func (x *GetProfilePrivateRequest_Uids) GetUid() []string

func (*GetProfilePrivateRequest_Uids) ProtoMessage

func (*GetProfilePrivateRequest_Uids) ProtoMessage()

func (*GetProfilePrivateRequest_Uids) ProtoReflect

func (*GetProfilePrivateRequest_Uids) Reset

func (x *GetProfilePrivateRequest_Uids) Reset()

func (*GetProfilePrivateRequest_Uids) String

type GetProfilePrivateRequest_Uids_

type GetProfilePrivateRequest_Uids_ struct {
	Uids *GetProfilePrivateRequest_Uids `protobuf:"bytes,1,opt,name=uids,proto3,oneof"`
}

type GetProfilePrivateResponse

type GetProfilePrivateResponse struct {
	Profiles []*Profile `protobuf:"bytes,1,rep,name=profiles,proto3" json:"profiles,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfilePrivateResponse) Descriptor deprecated

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

Deprecated: Use GetProfilePrivateResponse.ProtoReflect.Descriptor instead.

func (*GetProfilePrivateResponse) GetProfiles

func (x *GetProfilePrivateResponse) GetProfiles() []*Profile

func (*GetProfilePrivateResponse) ProtoMessage

func (*GetProfilePrivateResponse) ProtoMessage()

func (*GetProfilePrivateResponse) ProtoReflect

func (*GetProfilePrivateResponse) Reset

func (x *GetProfilePrivateResponse) Reset()

func (*GetProfilePrivateResponse) String

func (x *GetProfilePrivateResponse) String() string

type GetProfileRequest

type GetProfileRequest struct {
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfileRequest) Descriptor deprecated

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

Deprecated: Use GetProfileRequest.ProtoReflect.Descriptor instead.

func (*GetProfileRequest) GetUid

func (x *GetProfileRequest) GetUid() string

func (*GetProfileRequest) ProtoMessage

func (*GetProfileRequest) ProtoMessage()

func (*GetProfileRequest) ProtoReflect

func (x *GetProfileRequest) ProtoReflect() protoreflect.Message

func (*GetProfileRequest) Reset

func (x *GetProfileRequest) Reset()

func (*GetProfileRequest) String

func (x *GetProfileRequest) String() string

type GetProfileResponse

type GetProfileResponse struct {
	Profile *Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfileResponse) Descriptor deprecated

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

Deprecated: Use GetProfileResponse.ProtoReflect.Descriptor instead.

func (*GetProfileResponse) GetProfile

func (x *GetProfileResponse) GetProfile() *Profile

func (*GetProfileResponse) ProtoMessage

func (*GetProfileResponse) ProtoMessage()

func (*GetProfileResponse) ProtoReflect

func (x *GetProfileResponse) ProtoReflect() protoreflect.Message

func (*GetProfileResponse) Reset

func (x *GetProfileResponse) Reset()

func (*GetProfileResponse) String

func (x *GetProfileResponse) String() string

type GetProfileStatusRequest

type GetProfileStatusRequest struct {
	Uid []string `protobuf:"bytes,1,rep,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfileStatusRequest) Descriptor deprecated

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

Deprecated: Use GetProfileStatusRequest.ProtoReflect.Descriptor instead.

func (*GetProfileStatusRequest) GetUid

func (x *GetProfileStatusRequest) GetUid() []string

func (*GetProfileStatusRequest) ProtoMessage

func (*GetProfileStatusRequest) ProtoMessage()

func (*GetProfileStatusRequest) ProtoReflect

func (x *GetProfileStatusRequest) ProtoReflect() protoreflect.Message

func (*GetProfileStatusRequest) Reset

func (x *GetProfileStatusRequest) Reset()

func (*GetProfileStatusRequest) String

func (x *GetProfileStatusRequest) String() string

type GetProfileStatusResponse

type GetProfileStatusResponse struct {
	Status map[string]int32 `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetProfileStatusResponse) Descriptor deprecated

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

Deprecated: Use GetProfileStatusResponse.ProtoReflect.Descriptor instead.

func (*GetProfileStatusResponse) GetStatus

func (x *GetProfileStatusResponse) GetStatus() map[string]int32

func (*GetProfileStatusResponse) ProtoMessage

func (*GetProfileStatusResponse) ProtoMessage()

func (*GetProfileStatusResponse) ProtoReflect

func (x *GetProfileStatusResponse) ProtoReflect() protoreflect.Message

func (*GetProfileStatusResponse) Reset

func (x *GetProfileStatusResponse) Reset()

func (*GetProfileStatusResponse) String

func (x *GetProfileStatusResponse) String() string

type GetThreeChannelUrlRequest added in v0.0.17

type GetThreeChannelUrlRequest struct {
	LogId string `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	Id    uint32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

#############################频道url############################### 频道角色列表请求

func (*GetThreeChannelUrlRequest) Descriptor deprecated added in v0.0.17

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

Deprecated: Use GetThreeChannelUrlRequest.ProtoReflect.Descriptor instead.

func (*GetThreeChannelUrlRequest) GetId added in v0.0.17

func (x *GetThreeChannelUrlRequest) GetId() uint32

func (*GetThreeChannelUrlRequest) GetLogId added in v0.0.17

func (x *GetThreeChannelUrlRequest) GetLogId() string

func (*GetThreeChannelUrlRequest) ProtoMessage added in v0.0.17

func (*GetThreeChannelUrlRequest) ProtoMessage()

func (*GetThreeChannelUrlRequest) ProtoReflect added in v0.0.17

func (*GetThreeChannelUrlRequest) Reset added in v0.0.17

func (x *GetThreeChannelUrlRequest) Reset()

func (*GetThreeChannelUrlRequest) String added in v0.0.17

func (x *GetThreeChannelUrlRequest) String() string

type GetThreeChannelUrlResponse added in v0.0.17

type GetThreeChannelUrlResponse struct {
	ErrCode int32  `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
	Url     string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`        //频道url
	Status  uint32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"` // 1:可正常访问;2:暂停服务器
	// contains filtered or unexported fields
}

func (*GetThreeChannelUrlResponse) Descriptor deprecated added in v0.0.17

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

Deprecated: Use GetThreeChannelUrlResponse.ProtoReflect.Descriptor instead.

func (*GetThreeChannelUrlResponse) GetErrCode added in v0.0.17

func (x *GetThreeChannelUrlResponse) GetErrCode() int32

func (*GetThreeChannelUrlResponse) GetStatus added in v0.0.17

func (x *GetThreeChannelUrlResponse) GetStatus() uint32

func (*GetThreeChannelUrlResponse) GetUrl added in v0.0.17

func (x *GetThreeChannelUrlResponse) GetUrl() string

func (*GetThreeChannelUrlResponse) ProtoMessage added in v0.0.17

func (*GetThreeChannelUrlResponse) ProtoMessage()

func (*GetThreeChannelUrlResponse) ProtoReflect added in v0.0.17

func (*GetThreeChannelUrlResponse) Reset added in v0.0.17

func (x *GetThreeChannelUrlResponse) Reset()

func (*GetThreeChannelUrlResponse) String added in v0.0.17

func (x *GetThreeChannelUrlResponse) String() string

type IKeyIValue added in v0.0.57

type IKeyIValue struct {
	Key   int32 `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`     // key
	Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"` // value
	// contains filtered or unexported fields
}

func (*IKeyIValue) Descriptor deprecated added in v0.0.57

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

Deprecated: Use IKeyIValue.ProtoReflect.Descriptor instead.

func (*IKeyIValue) GetKey added in v0.0.57

func (x *IKeyIValue) GetKey() int32

func (*IKeyIValue) GetValue added in v0.0.57

func (x *IKeyIValue) GetValue() int32

func (*IKeyIValue) ProtoMessage added in v0.0.57

func (*IKeyIValue) ProtoMessage()

func (*IKeyIValue) ProtoReflect added in v0.0.57

func (x *IKeyIValue) ProtoReflect() protoreflect.Message

func (*IKeyIValue) Reset added in v0.0.57

func (x *IKeyIValue) Reset()

func (*IKeyIValue) String added in v0.0.57

func (x *IKeyIValue) String() string

type IsProfileExistRequest

type IsProfileExistRequest struct {
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*IsProfileExistRequest) Descriptor deprecated

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

Deprecated: Use IsProfileExistRequest.ProtoReflect.Descriptor instead.

func (*IsProfileExistRequest) GetUid

func (x *IsProfileExistRequest) GetUid() string

func (*IsProfileExistRequest) ProtoMessage

func (*IsProfileExistRequest) ProtoMessage()

func (*IsProfileExistRequest) ProtoReflect

func (x *IsProfileExistRequest) ProtoReflect() protoreflect.Message

func (*IsProfileExistRequest) Reset

func (x *IsProfileExistRequest) Reset()

func (*IsProfileExistRequest) String

func (x *IsProfileExistRequest) String() string

type IsProfileExistResponse

type IsProfileExistResponse struct {
	Exist bool `protobuf:"varint,1,opt,name=exist,proto3" json:"exist,omitempty"`
	// contains filtered or unexported fields
}

func (*IsProfileExistResponse) Descriptor deprecated

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

Deprecated: Use IsProfileExistResponse.ProtoReflect.Descriptor instead.

func (*IsProfileExistResponse) GetExist

func (x *IsProfileExistResponse) GetExist() bool

func (*IsProfileExistResponse) ProtoMessage

func (*IsProfileExistResponse) ProtoMessage()

func (*IsProfileExistResponse) ProtoReflect

func (x *IsProfileExistResponse) ProtoReflect() protoreflect.Message

func (*IsProfileExistResponse) Reset

func (x *IsProfileExistResponse) Reset()

func (*IsProfileExistResponse) String

func (x *IsProfileExistResponse) String() string

type ItemFashionChangeRequest added in v0.0.57

type ItemFashionChangeRequest struct {
	Ids   []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	LogId string   `protobuf:"bytes,2,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	// contains filtered or unexported fields
}

#############################ItemFashionChange############################### 同步频道固定不变的信息

func (*ItemFashionChangeRequest) Descriptor deprecated added in v0.0.57

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

Deprecated: Use ItemFashionChangeRequest.ProtoReflect.Descriptor instead.

func (*ItemFashionChangeRequest) GetIds added in v0.0.57

func (x *ItemFashionChangeRequest) GetIds() []uint32

func (*ItemFashionChangeRequest) GetLogId added in v0.0.57

func (x *ItemFashionChangeRequest) GetLogId() string

func (*ItemFashionChangeRequest) ProtoMessage added in v0.0.57

func (*ItemFashionChangeRequest) ProtoMessage()

func (*ItemFashionChangeRequest) ProtoReflect added in v0.0.57

func (x *ItemFashionChangeRequest) ProtoReflect() protoreflect.Message

func (*ItemFashionChangeRequest) Reset added in v0.0.57

func (x *ItemFashionChangeRequest) Reset()

func (*ItemFashionChangeRequest) String added in v0.0.57

func (x *ItemFashionChangeRequest) String() string

type ItemFashionChangeResponse added in v0.0.57

type ItemFashionChangeResponse struct {
	ErrCode int32 `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemFashionChangeResponse) Descriptor deprecated added in v0.0.57

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

Deprecated: Use ItemFashionChangeResponse.ProtoReflect.Descriptor instead.

func (*ItemFashionChangeResponse) GetErrCode added in v0.0.57

func (x *ItemFashionChangeResponse) GetErrCode() int32

func (*ItemFashionChangeResponse) ProtoMessage added in v0.0.57

func (*ItemFashionChangeResponse) ProtoMessage()

func (*ItemFashionChangeResponse) ProtoReflect added in v0.0.57

func (*ItemFashionChangeResponse) Reset added in v0.0.57

func (x *ItemFashionChangeResponse) Reset()

func (*ItemFashionChangeResponse) String added in v0.0.57

func (x *ItemFashionChangeResponse) String() string

type ItemFashionUnloadRequest added in v0.0.57

type ItemFashionUnloadRequest struct {
	Ids   []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	LogId string   `protobuf:"bytes,2,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	// contains filtered or unexported fields
}

#############################C2SItemFashionUnload############################### 同步频道固定不变的信息

func (*ItemFashionUnloadRequest) Descriptor deprecated added in v0.0.57

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

Deprecated: Use ItemFashionUnloadRequest.ProtoReflect.Descriptor instead.

func (*ItemFashionUnloadRequest) GetIds added in v0.0.57

func (x *ItemFashionUnloadRequest) GetIds() []uint32

func (*ItemFashionUnloadRequest) GetLogId added in v0.0.57

func (x *ItemFashionUnloadRequest) GetLogId() string

func (*ItemFashionUnloadRequest) ProtoMessage added in v0.0.57

func (*ItemFashionUnloadRequest) ProtoMessage()

func (*ItemFashionUnloadRequest) ProtoReflect added in v0.0.57

func (x *ItemFashionUnloadRequest) ProtoReflect() protoreflect.Message

func (*ItemFashionUnloadRequest) Reset added in v0.0.57

func (x *ItemFashionUnloadRequest) Reset()

func (*ItemFashionUnloadRequest) String added in v0.0.57

func (x *ItemFashionUnloadRequest) String() string

type ItemFashionUnloadResponse added in v0.0.57

type ItemFashionUnloadResponse struct {
	ErrCode int32 `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemFashionUnloadResponse) Descriptor deprecated added in v0.0.57

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

Deprecated: Use ItemFashionUnloadResponse.ProtoReflect.Descriptor instead.

func (*ItemFashionUnloadResponse) GetErrCode added in v0.0.57

func (x *ItemFashionUnloadResponse) GetErrCode() int32

func (*ItemFashionUnloadResponse) ProtoMessage added in v0.0.57

func (*ItemFashionUnloadResponse) ProtoMessage()

func (*ItemFashionUnloadResponse) ProtoReflect added in v0.0.57

func (*ItemFashionUnloadResponse) Reset added in v0.0.57

func (x *ItemFashionUnloadResponse) Reset()

func (*ItemFashionUnloadResponse) String added in v0.0.57

func (x *ItemFashionUnloadResponse) String() string

type ItemUseRequest added in v0.0.57

type ItemUseRequest struct {
	LogId  string `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	Id     uint32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`         //道具id
	RoleId uint32 `protobuf:"varint,3,opt,name=roleId,proto3" json:"roleId,omitempty"` //角色id
	// contains filtered or unexported fields
}

#############################ItemUseRequest############################### 同步频道固定不变的信息

func (*ItemUseRequest) Descriptor deprecated added in v0.0.57

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

Deprecated: Use ItemUseRequest.ProtoReflect.Descriptor instead.

func (*ItemUseRequest) GetId added in v0.0.57

func (x *ItemUseRequest) GetId() uint32

func (*ItemUseRequest) GetLogId added in v0.0.57

func (x *ItemUseRequest) GetLogId() string

func (*ItemUseRequest) GetRoleId added in v0.0.57

func (x *ItemUseRequest) GetRoleId() uint32

func (*ItemUseRequest) ProtoMessage added in v0.0.57

func (*ItemUseRequest) ProtoMessage()

func (*ItemUseRequest) ProtoReflect added in v0.0.57

func (x *ItemUseRequest) ProtoReflect() protoreflect.Message

func (*ItemUseRequest) Reset added in v0.0.57

func (x *ItemUseRequest) Reset()

func (*ItemUseRequest) String added in v0.0.57

func (x *ItemUseRequest) String() string

type ItemUseResponse added in v0.0.57

type ItemUseResponse struct {
	ErrCode int32 `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemUseResponse) Descriptor deprecated added in v0.0.57

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

Deprecated: Use ItemUseResponse.ProtoReflect.Descriptor instead.

func (*ItemUseResponse) GetErrCode added in v0.0.57

func (x *ItemUseResponse) GetErrCode() int32

func (*ItemUseResponse) ProtoMessage added in v0.0.57

func (*ItemUseResponse) ProtoMessage()

func (*ItemUseResponse) ProtoReflect added in v0.0.57

func (x *ItemUseResponse) ProtoReflect() protoreflect.Message

func (*ItemUseResponse) Reset added in v0.0.57

func (x *ItemUseResponse) Reset()

func (*ItemUseResponse) String added in v0.0.57

func (x *ItemUseResponse) String() string

type LoginAccountRequest added in v0.0.5

type LoginAccountRequest struct {
	Account    string `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`                          // 账号
	Token      string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`                              //sdk的token
	Platform   int32  `protobuf:"varint,3,opt,name=platform,proto3" json:"platform,omitempty"`                       //  -1: "pc"   0:editor  1 : "android", 2 : "ios",
	Channel    int32  `protobuf:"varint,4,opt,name=channel,proto3" json:"channel,omitempty"`                         //母包渠道	0:内网开发专用   1:先驱测试
	SdkChannel int32  `protobuf:"varint,5,opt,name=sdk_channel,json=sdkChannel,proto3" json:"sdk_channel,omitempty"` //sdk渠道	内网/PC 用1,  移动端主动获取sdk提供参数,目前都是1000213
	PubMode    int32  `protobuf:"varint,6,opt,name=pub_mode,json=pubMode,proto3" json:"pub_mode,omitempty"`          //发布模式	 0:Debug  1:Beta  2:Release
	Device     string `protobuf:"bytes,7,opt,name=device,proto3" json:"device,omitempty"`                            //设备型号,机型信息
	Os         string `protobuf:"bytes,8,opt,name=os,proto3" json:"os,omitempty"`                                    //设备系统
	Imei       string `protobuf:"bytes,9,opt,name=imei,proto3" json:"imei,omitempty"`                                //IMEI码
	ClientVer  string `protobuf:"bytes,10,opt,name=client_ver,json=clientVer,proto3" json:"client_ver,omitempty"`    //客户端版本
	PtId       string `protobuf:"bytes,11,opt,name=pt_id,json=ptId,proto3" json:"pt_id,omitempty"`                   //客户端专属渠道id
	LogId      string `protobuf:"bytes,12,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`                //客户端专属渠道id
	// contains filtered or unexported fields
}

func (*LoginAccountRequest) Descriptor deprecated added in v0.0.5

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

Deprecated: Use LoginAccountRequest.ProtoReflect.Descriptor instead.

func (*LoginAccountRequest) GetAccount added in v0.0.5

func (x *LoginAccountRequest) GetAccount() string

func (*LoginAccountRequest) GetChannel added in v0.0.5

func (x *LoginAccountRequest) GetChannel() int32

func (*LoginAccountRequest) GetClientVer added in v0.0.5

func (x *LoginAccountRequest) GetClientVer() string

func (*LoginAccountRequest) GetDevice added in v0.0.5

func (x *LoginAccountRequest) GetDevice() string

func (*LoginAccountRequest) GetImei added in v0.0.5

func (x *LoginAccountRequest) GetImei() string

func (*LoginAccountRequest) GetLogId added in v0.0.9

func (x *LoginAccountRequest) GetLogId() string

func (*LoginAccountRequest) GetOs added in v0.0.5

func (x *LoginAccountRequest) GetOs() string

func (*LoginAccountRequest) GetPlatform added in v0.0.5

func (x *LoginAccountRequest) GetPlatform() int32

func (*LoginAccountRequest) GetPtId added in v0.0.5

func (x *LoginAccountRequest) GetPtId() string

func (*LoginAccountRequest) GetPubMode added in v0.0.5

func (x *LoginAccountRequest) GetPubMode() int32

func (*LoginAccountRequest) GetSdkChannel added in v0.0.5

func (x *LoginAccountRequest) GetSdkChannel() int32

func (*LoginAccountRequest) GetToken added in v0.0.5

func (x *LoginAccountRequest) GetToken() string

func (*LoginAccountRequest) ProtoMessage added in v0.0.5

func (*LoginAccountRequest) ProtoMessage()

func (*LoginAccountRequest) ProtoReflect added in v0.0.5

func (x *LoginAccountRequest) ProtoReflect() protoreflect.Message

func (*LoginAccountRequest) Reset added in v0.0.5

func (x *LoginAccountRequest) Reset()

func (*LoginAccountRequest) String added in v0.0.5

func (x *LoginAccountRequest) String() string

type LoginAccountResponse added in v0.0.5

type LoginAccountResponse struct {
	Account   string              `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	RoleList  []*SimpleRoleStruct `protobuf:"bytes,2,rep,name=role_list,json=roleList,proto3" json:"role_list,omitempty"`
	ErrCode   int32               `protobuf:"varint,3,opt,name=errCode,proto3" json:"errCode,omitempty"`
	LogId     string              `protobuf:"bytes,4,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	AccountId int64               `protobuf:"varint,5,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginAccountResponse) Descriptor deprecated added in v0.0.5

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

Deprecated: Use LoginAccountResponse.ProtoReflect.Descriptor instead.

func (*LoginAccountResponse) GetAccount added in v0.0.5

func (x *LoginAccountResponse) GetAccount() string

func (*LoginAccountResponse) GetAccountId added in v0.0.10

func (x *LoginAccountResponse) GetAccountId() int64

func (*LoginAccountResponse) GetErrCode added in v0.0.7

func (x *LoginAccountResponse) GetErrCode() int32

func (*LoginAccountResponse) GetLogId added in v0.0.9

func (x *LoginAccountResponse) GetLogId() string

func (*LoginAccountResponse) GetRoleList added in v0.0.5

func (x *LoginAccountResponse) GetRoleList() []*SimpleRoleStruct

func (*LoginAccountResponse) ProtoMessage added in v0.0.5

func (*LoginAccountResponse) ProtoMessage()

func (*LoginAccountResponse) ProtoReflect added in v0.0.5

func (x *LoginAccountResponse) ProtoReflect() protoreflect.Message

func (*LoginAccountResponse) Reset added in v0.0.5

func (x *LoginAccountResponse) Reset()

func (*LoginAccountResponse) String added in v0.0.5

func (x *LoginAccountResponse) String() string

type LoginRoleRequest added in v0.0.5

type LoginRoleRequest struct {
	Pid     uint32 `protobuf:"varint,1,opt,name=pid,proto3" json:"pid,omitempty"` // 进入的角色 id
	ErrCode int32  `protobuf:"varint,2,opt,name=errCode,proto3" json:"errCode,omitempty"`
	LogId   string `protobuf:"bytes,3,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	// contains filtered or unexported fields
}

登录

func (*LoginRoleRequest) Descriptor deprecated added in v0.0.5

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

Deprecated: Use LoginRoleRequest.ProtoReflect.Descriptor instead.

func (*LoginRoleRequest) GetErrCode added in v0.0.7

func (x *LoginRoleRequest) GetErrCode() int32

func (*LoginRoleRequest) GetLogId added in v0.0.9

func (x *LoginRoleRequest) GetLogId() string

func (*LoginRoleRequest) GetPid added in v0.0.5

func (x *LoginRoleRequest) GetPid() uint32

func (*LoginRoleRequest) ProtoMessage added in v0.0.5

func (*LoginRoleRequest) ProtoMessage()

func (*LoginRoleRequest) ProtoReflect added in v0.0.5

func (x *LoginRoleRequest) ProtoReflect() protoreflect.Message

func (*LoginRoleRequest) Reset added in v0.0.5

func (x *LoginRoleRequest) Reset()

func (*LoginRoleRequest) String added in v0.0.5

func (x *LoginRoleRequest) String() string

type LoginRoleResponse added in v0.0.5

type LoginRoleResponse struct {
	Account    string            `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Pid        uint32            `protobuf:"varint,2,opt,name=pid,proto3" json:"pid,omitempty"`
	Role       *SimpleRoleStruct `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`                                // 进入的角色信息
	IsGm       uint32            `protobuf:"varint,4,opt,name=is_gm,json=isGm,proto3" json:"is_gm,omitempty"`                   //预留的,暂时没用到
	RoleToken  string            `protobuf:"bytes,5,opt,name=role_token,json=roleToken,proto3" json:"role_token,omitempty"`     // 重连的key
	CreateTime uint32            `protobuf:"varint,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // 创角时间戳
	Channel    uint32            `protobuf:"varint,7,opt,name=channel,proto3" json:"channel,omitempty"`                         //母包渠道	0:内网开发专用   1:先驱测试
	OpenDays   uint32            `protobuf:"varint,8,opt,name=open_days,json=openDays,proto3" json:"open_days,omitempty"`       // 开服天数
	ErrCode    int32             `protobuf:"varint,9,opt,name=errCode,proto3" json:"errCode,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginRoleResponse) Descriptor deprecated added in v0.0.5

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

Deprecated: Use LoginRoleResponse.ProtoReflect.Descriptor instead.

func (*LoginRoleResponse) GetAccount added in v0.0.5

func (x *LoginRoleResponse) GetAccount() string

func (*LoginRoleResponse) GetChannel added in v0.0.5

func (x *LoginRoleResponse) GetChannel() uint32

func (*LoginRoleResponse) GetCreateTime added in v0.0.5

func (x *LoginRoleResponse) GetCreateTime() uint32

func (*LoginRoleResponse) GetErrCode added in v0.0.7

func (x *LoginRoleResponse) GetErrCode() int32

func (*LoginRoleResponse) GetIsGm added in v0.0.5

func (x *LoginRoleResponse) GetIsGm() uint32

func (*LoginRoleResponse) GetOpenDays added in v0.0.5

func (x *LoginRoleResponse) GetOpenDays() uint32

func (*LoginRoleResponse) GetPid added in v0.0.5

func (x *LoginRoleResponse) GetPid() uint32

func (*LoginRoleResponse) GetRole added in v0.0.5

func (x *LoginRoleResponse) GetRole() *SimpleRoleStruct

func (*LoginRoleResponse) GetRoleToken added in v0.0.5

func (x *LoginRoleResponse) GetRoleToken() string

func (*LoginRoleResponse) ProtoMessage added in v0.0.5

func (*LoginRoleResponse) ProtoMessage()

func (*LoginRoleResponse) ProtoReflect added in v0.0.5

func (x *LoginRoleResponse) ProtoReflect() protoreflect.Message

func (*LoginRoleResponse) Reset added in v0.0.5

func (x *LoginRoleResponse) Reset()

func (*LoginRoleResponse) String added in v0.0.5

func (x *LoginRoleResponse) String() string

type PlayerPropNotifyRequest added in v0.0.57

type PlayerPropNotifyRequest struct {
	ChannelId int64  `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	LogId     string `protobuf:"bytes,2,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	RoleId    uint32 `protobuf:"varint,3,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"` //角色id
	// contains filtered or unexported fields
}

#############################PlayerPropNotify###############################

func (*PlayerPropNotifyRequest) Descriptor deprecated added in v0.0.57

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

Deprecated: Use PlayerPropNotifyRequest.ProtoReflect.Descriptor instead.

func (*PlayerPropNotifyRequest) GetChannelId added in v0.0.58

func (x *PlayerPropNotifyRequest) GetChannelId() int64

func (*PlayerPropNotifyRequest) GetLogId added in v0.0.57

func (x *PlayerPropNotifyRequest) GetLogId() string

func (*PlayerPropNotifyRequest) GetRoleId added in v0.0.57

func (x *PlayerPropNotifyRequest) GetRoleId() uint32

func (*PlayerPropNotifyRequest) ProtoMessage added in v0.0.57

func (*PlayerPropNotifyRequest) ProtoMessage()

func (*PlayerPropNotifyRequest) ProtoReflect added in v0.0.57

func (x *PlayerPropNotifyRequest) ProtoReflect() protoreflect.Message

func (*PlayerPropNotifyRequest) Reset added in v0.0.57

func (x *PlayerPropNotifyRequest) Reset()

func (*PlayerPropNotifyRequest) String added in v0.0.57

func (x *PlayerPropNotifyRequest) String() string

type PlayerPropNotifyResponse added in v0.0.57

type PlayerPropNotifyResponse struct {
	ListIntProperty []*IKeyIValue `protobuf:"bytes,1,rep,name=list_int_property,json=listIntProperty,proto3" json:"list_int_property,omitempty"` // 数字属性列表
	ErrCode         int32         `protobuf:"varint,2,opt,name=errCode,proto3" json:"errCode,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerPropNotifyResponse) Descriptor deprecated added in v0.0.57

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

Deprecated: Use PlayerPropNotifyResponse.ProtoReflect.Descriptor instead.

func (*PlayerPropNotifyResponse) GetErrCode added in v0.0.58

func (x *PlayerPropNotifyResponse) GetErrCode() int32

func (*PlayerPropNotifyResponse) GetListIntProperty added in v0.0.57

func (x *PlayerPropNotifyResponse) GetListIntProperty() []*IKeyIValue

func (*PlayerPropNotifyResponse) ProtoMessage added in v0.0.57

func (*PlayerPropNotifyResponse) ProtoMessage()

func (*PlayerPropNotifyResponse) ProtoReflect added in v0.0.57

func (x *PlayerPropNotifyResponse) ProtoReflect() protoreflect.Message

func (*PlayerPropNotifyResponse) Reset added in v0.0.57

func (x *PlayerPropNotifyResponse) Reset()

func (*PlayerPropNotifyResponse) String added in v0.0.57

func (x *PlayerPropNotifyResponse) String() string

type Profile

type Profile struct {
	Uid            string            `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,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"`
	OnlineStatus   int32             `protobuf:"varint,6,opt,name=online_status,json=onlineStatus,proto3" json:"online_status,omitempty"`
	Channel        int32             `protobuf:"varint,7,opt,name=channel,proto3" json:"channel,omitempty"`
	Phone          string            `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone,omitempty"`
	Email          string            `protobuf:"bytes,10,opt,name=email,proto3" json:"email,omitempty"`
	DeviceId       string            `protobuf:"bytes,11,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	RechargeAmount int64             `protobuf:"varint,12,opt,name=recharge_amount,json=rechargeAmount,proto3" json:"recharge_amount,omitempty"`
	RegisterIp     string            `protobuf:"bytes,13,opt,name=register_ip,json=registerIp,proto3" json:"register_ip,omitempty"`
	RegisterTime   int64             `protobuf:"varint,14,opt,name=register_time,json=registerTime,proto3" json:"register_time,omitempty"`
	PlatformId     string            `protobuf:"bytes,15,opt,name=platform_id,json=platformId,proto3" json:"platform_id,omitempty"`
	LastLoginTime  int64             `protobuf:"varint,16,opt,name=last_login_time,json=lastLoginTime,proto3" json:"last_login_time,omitempty"`
	Extra          map[string]string `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Profile) Descriptor deprecated

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

Deprecated: Use Profile.ProtoReflect.Descriptor instead.

func (*Profile) GetAvatar

func (x *Profile) GetAvatar() string

func (*Profile) GetChannel

func (x *Profile) GetChannel() int32

func (*Profile) GetDeviceId

func (x *Profile) GetDeviceId() string

func (*Profile) GetEmail

func (x *Profile) GetEmail() string

func (*Profile) GetExtra

func (x *Profile) GetExtra() map[string]string

func (*Profile) GetLastLoginTime

func (x *Profile) GetLastLoginTime() int64

func (*Profile) GetNickname

func (x *Profile) GetNickname() string

func (*Profile) GetOnlineStatus

func (x *Profile) GetOnlineStatus() int32

func (*Profile) GetPhone

func (x *Profile) GetPhone() string

func (*Profile) GetPlatformId

func (x *Profile) GetPlatformId() string

func (*Profile) GetRechargeAmount

func (x *Profile) GetRechargeAmount() int64

func (*Profile) GetRegisterIp

func (x *Profile) GetRegisterIp() string

func (*Profile) GetRegisterTime

func (x *Profile) GetRegisterTime() int64

func (*Profile) GetUid

func (x *Profile) GetUid() string

func (*Profile) ProtoMessage

func (*Profile) ProtoMessage()

func (*Profile) ProtoReflect

func (x *Profile) ProtoReflect() protoreflect.Message

func (*Profile) Reset

func (x *Profile) Reset()

func (*Profile) String

func (x *Profile) String() string

type ProfileBasic

type ProfileBasic struct {
	Uid          string            `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,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"`
	OnlineStatus int32             `protobuf:"varint,4,opt,name=online_status,json=onlineStatus,proto3" json:"online_status,omitempty"`
	Extra        map[string]string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ProfileBasic) Descriptor deprecated

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

Deprecated: Use ProfileBasic.ProtoReflect.Descriptor instead.

func (*ProfileBasic) GetAvatar

func (x *ProfileBasic) GetAvatar() string

func (*ProfileBasic) GetExtra

func (x *ProfileBasic) GetExtra() map[string]string

func (*ProfileBasic) GetNickname

func (x *ProfileBasic) GetNickname() string

func (*ProfileBasic) GetOnlineStatus

func (x *ProfileBasic) GetOnlineStatus() int32

func (*ProfileBasic) GetUid

func (x *ProfileBasic) GetUid() string

func (*ProfileBasic) ProtoMessage

func (*ProfileBasic) ProtoMessage()

func (*ProfileBasic) ProtoReflect

func (x *ProfileBasic) ProtoReflect() protoreflect.Message

func (*ProfileBasic) Reset

func (x *ProfileBasic) Reset()

func (*ProfileBasic) String

func (x *ProfileBasic) String() string

type ProfilePrivateServiceClient

type ProfilePrivateServiceClient interface {
	// GetProfilePrivate get profile info for private use,like gm,admin etc
	// 获取玩家信息,如gm,admin等
	GetProfilePrivate(ctx context.Context, in *GetProfilePrivateRequest, opts ...grpc.CallOption) (*GetProfilePrivateResponse, error)
	// SetProfileStatus set profile status
	// 设置玩家在线状态
	SetProfileStatus(ctx context.Context, in *SetProfileStatusRequest, opts ...grpc.CallOption) (*SetProfileStatusResponse, error)
	// GetProfileBasics multiple get profile basics, for friends, leaderboard etc
	// 批量获取玩家基本信息,适用于好友,排行榜等等
	GetProfileBasics(ctx context.Context, in *GetProfileBasicsRequest, opts ...grpc.CallOption) (*GetProfileBasicsResponse, error)
	ChannelJoin(ctx context.Context, in *ChannelJoinRequest, opts ...grpc.CallOption) (*ChannelJoinResponse, error)
	ItemUse(ctx context.Context, in *ItemUseRequest, opts ...grpc.CallOption) (*ItemUseResponse, error)
	ItemFashionChange(ctx context.Context, in *ItemFashionChangeRequest, opts ...grpc.CallOption) (*ItemFashionChangeResponse, error)
	ItemFashionUnload(ctx context.Context, in *ItemFashionUnloadRequest, opts ...grpc.CallOption) (*ItemFashionUnloadResponse, error)
	PlayerPropNotify(ctx context.Context, in *PlayerPropNotifyRequest, opts ...grpc.CallOption) (*PlayerPropNotifyResponse, error)
}

ProfilePrivateServiceClient is the client API for ProfilePrivateService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ProfilePrivateServiceServer

type ProfilePrivateServiceServer interface {
	// GetProfilePrivate get profile info for private use,like gm,admin etc
	// 获取玩家信息,如gm,admin等
	GetProfilePrivate(context.Context, *GetProfilePrivateRequest) (*GetProfilePrivateResponse, error)
	// SetProfileStatus set profile status
	// 设置玩家在线状态
	SetProfileStatus(context.Context, *SetProfileStatusRequest) (*SetProfileStatusResponse, error)
	// GetProfileBasics multiple get profile basics, for friends, leaderboard etc
	// 批量获取玩家基本信息,适用于好友,排行榜等等
	GetProfileBasics(context.Context, *GetProfileBasicsRequest) (*GetProfileBasicsResponse, error)
	ChannelJoin(context.Context, *ChannelJoinRequest) (*ChannelJoinResponse, error)
	ItemUse(context.Context, *ItemUseRequest) (*ItemUseResponse, error)
	ItemFashionChange(context.Context, *ItemFashionChangeRequest) (*ItemFashionChangeResponse, error)
	ItemFashionUnload(context.Context, *ItemFashionUnloadRequest) (*ItemFashionUnloadResponse, error)
	PlayerPropNotify(context.Context, *PlayerPropNotifyRequest) (*PlayerPropNotifyResponse, error)
}

ProfilePrivateServiceServer is the server API for ProfilePrivateService service. All implementations should embed UnimplementedProfilePrivateServiceServer for forward compatibility.

type ProfileServiceClient

type ProfileServiceClient interface {
	//IsProfileExist check if profile exist
	// 当前玩家是否存在
	IsProfileExist(ctx context.Context, in *IsProfileExistRequest, opts ...grpc.CallOption) (*IsProfileExistResponse, error)
	// GetProfile get profile by uid
	// 获取玩家基本信息
	GetProfile(ctx context.Context, in *GetProfileRequest, opts ...grpc.CallOption) (*GetProfileResponse, error)
	// CreateProfile create profile
	// 创建玩家基本信息
	CreateProfile(ctx context.Context, in *CreateProfileRequest, opts ...grpc.CallOption) (*CreateProfileResponse, error)
	// UpdateProfile update profile
	// 更新玩家基本信息
	UpdateProfile(ctx context.Context, in *UpdateProfileRequest, opts ...grpc.CallOption) (*UpdateProfileResponse, error)
	// GetProfileStatus get profile status
	// 获取玩家在线状态
	GetProfileStatus(ctx context.Context, in *GetProfileStatusRequest, opts ...grpc.CallOption) (*GetProfileStatusResponse, error)
	// WatchProfile watch profile
	// 监听玩家基本信息变化
	WatchProfile(ctx context.Context, in *WatchProfileRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[WatchProfileResponse], error)
	// GetProfile get profile by uid
	// 获取玩家基本信息
	LoginAccount(ctx context.Context, in *LoginAccountRequest, opts ...grpc.CallOption) (*LoginAccountResponse, error)
	// 获取玩家基本信息
	CreateRole(ctx context.Context, in *CreateRoleRequest, opts ...grpc.CallOption) (*CreateRoleResponse, error)
	// 获取玩家基本信息
	LoginRole(ctx context.Context, in *LoginRoleRequest, opts ...grpc.CallOption) (*LoginRoleResponse, error)
	// 获取角色随机昵称
	RandName(ctx context.Context, in *RandNameRequest, opts ...grpc.CallOption) (*RandNameResponse, error)
	// 大频道下的小频道可变数据
	ChannelVariedInfo(ctx context.Context, in *ChannelVariedInfoRequest, opts ...grpc.CallOption) (*ChannelVariedInfoResponse, error)
	// 请求小频道的角色列表
	ChannelPlayerList(ctx context.Context, in *ChannelPlayerListRequest, opts ...grpc.CallOption) (*ChannelPlayerListResponse, error)
	// 请求小频道的角色列表
	GetThreeChannelUrl(ctx context.Context, in *GetThreeChannelUrlRequest, opts ...grpc.CallOption) (*GetThreeChannelUrlResponse, error)
	// 上次默认加入的场景
	SceneGetLastJoin(ctx context.Context, in *SceneGetLastJoinRequest, opts ...grpc.CallOption) (*SceneGetLastJoinResponse, error)
	// 加入场景
	SceneJoin(ctx context.Context, in *SceneJoinRequest, opts ...grpc.CallOption) (*SceneJoinResponse, error)
	// 角色从频道中退出
	DeleteFromChannel(ctx context.Context, in *DeleteFromChannelRequest, opts ...grpc.CallOption) (*DeleteFromChannelResponse, error)
	// 角色从频道中退出
	ChannelFixInfo(ctx context.Context, in *ChannelFixInfoRequest, opts ...grpc.CallOption) (*ChannelFixInfoResponse, error)
}

ProfileServiceClient is the client API for ProfileService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

ProfileService is the service for profile 玩家基本信息服务

type ProfileServiceServer

type ProfileServiceServer interface {
	//IsProfileExist check if profile exist
	// 当前玩家是否存在
	IsProfileExist(context.Context, *IsProfileExistRequest) (*IsProfileExistResponse, error)
	// GetProfile get profile by uid
	// 获取玩家基本信息
	GetProfile(context.Context, *GetProfileRequest) (*GetProfileResponse, error)
	// CreateProfile create profile
	// 创建玩家基本信息
	CreateProfile(context.Context, *CreateProfileRequest) (*CreateProfileResponse, error)
	// UpdateProfile update profile
	// 更新玩家基本信息
	UpdateProfile(context.Context, *UpdateProfileRequest) (*UpdateProfileResponse, error)
	// GetProfileStatus get profile status
	// 获取玩家在线状态
	GetProfileStatus(context.Context, *GetProfileStatusRequest) (*GetProfileStatusResponse, error)
	// WatchProfile watch profile
	// 监听玩家基本信息变化
	WatchProfile(*WatchProfileRequest, grpc.ServerStreamingServer[WatchProfileResponse]) error
	// GetProfile get profile by uid
	// 获取玩家基本信息
	LoginAccount(context.Context, *LoginAccountRequest) (*LoginAccountResponse, error)
	// 获取玩家基本信息
	CreateRole(context.Context, *CreateRoleRequest) (*CreateRoleResponse, error)
	// 获取玩家基本信息
	LoginRole(context.Context, *LoginRoleRequest) (*LoginRoleResponse, error)
	// 获取角色随机昵称
	RandName(context.Context, *RandNameRequest) (*RandNameResponse, error)
	// 大频道下的小频道可变数据
	ChannelVariedInfo(context.Context, *ChannelVariedInfoRequest) (*ChannelVariedInfoResponse, error)
	// 请求小频道的角色列表
	ChannelPlayerList(context.Context, *ChannelPlayerListRequest) (*ChannelPlayerListResponse, error)
	// 请求小频道的角色列表
	GetThreeChannelUrl(context.Context, *GetThreeChannelUrlRequest) (*GetThreeChannelUrlResponse, error)
	// 上次默认加入的场景
	SceneGetLastJoin(context.Context, *SceneGetLastJoinRequest) (*SceneGetLastJoinResponse, error)
	// 加入场景
	SceneJoin(context.Context, *SceneJoinRequest) (*SceneJoinResponse, error)
	// 角色从频道中退出
	DeleteFromChannel(context.Context, *DeleteFromChannelRequest) (*DeleteFromChannelResponse, error)
	// 角色从频道中退出
	ChannelFixInfo(context.Context, *ChannelFixInfoRequest) (*ChannelFixInfoResponse, error)
}

ProfileServiceServer is the server API for ProfileService service. All implementations should embed UnimplementedProfileServiceServer for forward compatibility.

ProfileService is the service for profile 玩家基本信息服务

type ProfileService_WatchProfileClient

type ProfileService_WatchProfileClient = grpc.ServerStreamingClient[WatchProfileResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type ProfileService_WatchProfileServer

type ProfileService_WatchProfileServer = grpc.ServerStreamingServer[WatchProfileResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type RandNameRequest added in v0.0.11

type RandNameRequest struct {
	LogId string `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	// contains filtered or unexported fields
}

随机昵称

func (*RandNameRequest) Descriptor deprecated added in v0.0.11

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

Deprecated: Use RandNameRequest.ProtoReflect.Descriptor instead.

func (*RandNameRequest) GetLogId added in v0.0.11

func (x *RandNameRequest) GetLogId() string

func (*RandNameRequest) ProtoMessage added in v0.0.11

func (*RandNameRequest) ProtoMessage()

func (*RandNameRequest) ProtoReflect added in v0.0.11

func (x *RandNameRequest) ProtoReflect() protoreflect.Message

func (*RandNameRequest) Reset added in v0.0.11

func (x *RandNameRequest) Reset()

func (*RandNameRequest) String added in v0.0.11

func (x *RandNameRequest) String() string

type RandNameResponse added in v0.0.11

type RandNameResponse struct {
	Randname string `protobuf:"bytes,1,opt,name=randname,proto3" json:"randname,omitempty"` //随机名字
	ErrCode  int32  `protobuf:"varint,2,opt,name=errCode,proto3" json:"errCode,omitempty"`
	// contains filtered or unexported fields
}

func (*RandNameResponse) Descriptor deprecated added in v0.0.11

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

Deprecated: Use RandNameResponse.ProtoReflect.Descriptor instead.

func (*RandNameResponse) GetErrCode added in v0.0.11

func (x *RandNameResponse) GetErrCode() int32

func (*RandNameResponse) GetRandname added in v0.0.11

func (x *RandNameResponse) GetRandname() string

func (*RandNameResponse) ProtoMessage added in v0.0.11

func (*RandNameResponse) ProtoMessage()

func (*RandNameResponse) ProtoReflect added in v0.0.11

func (x *RandNameResponse) ProtoReflect() protoreflect.Message

func (*RandNameResponse) Reset added in v0.0.11

func (x *RandNameResponse) Reset()

func (*RandNameResponse) String added in v0.0.11

func (x *RandNameResponse) String() string

type SFashionInfo added in v0.0.17

type SFashionInfo struct {
	Sex   int32 `protobuf:"varint,1,opt,name=sex,proto3" json:"sex,omitempty"`
	Skin  int32 `protobuf:"varint,2,opt,name=skin,proto3" json:"skin,omitempty"`
	Hair  int32 `protobuf:"varint,3,opt,name=hair,proto3" json:"hair,omitempty"`
	Face  int32 `protobuf:"varint,4,opt,name=face,proto3" json:"face,omitempty"`
	Upper int32 `protobuf:"varint,5,opt,name=upper,proto3" json:"upper,omitempty"`
	Lower int32 `protobuf:"varint,6,opt,name=lower,proto3" json:"lower,omitempty"`
	Shoes int32 `protobuf:"varint,7,opt,name=shoes,proto3" json:"shoes,omitempty"`
	Suit1 int32 `protobuf:"varint,8,opt,name=suit1,proto3" json:"suit1,omitempty"`
	Suit2 int32 `protobuf:"varint,9,opt,name=suit2,proto3" json:"suit2,omitempty"`
	// contains filtered or unexported fields
}

基础角色时装信息

func (*SFashionInfo) Descriptor deprecated added in v0.0.17

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

Deprecated: Use SFashionInfo.ProtoReflect.Descriptor instead.

func (*SFashionInfo) GetFace added in v0.0.17

func (x *SFashionInfo) GetFace() int32

func (*SFashionInfo) GetHair added in v0.0.17

func (x *SFashionInfo) GetHair() int32

func (*SFashionInfo) GetLower added in v0.0.17

func (x *SFashionInfo) GetLower() int32

func (*SFashionInfo) GetSex added in v0.0.17

func (x *SFashionInfo) GetSex() int32

func (*SFashionInfo) GetShoes added in v0.0.17

func (x *SFashionInfo) GetShoes() int32

func (*SFashionInfo) GetSkin added in v0.0.17

func (x *SFashionInfo) GetSkin() int32

func (*SFashionInfo) GetSuit1 added in v0.0.17

func (x *SFashionInfo) GetSuit1() int32

func (*SFashionInfo) GetSuit2 added in v0.0.17

func (x *SFashionInfo) GetSuit2() int32

func (*SFashionInfo) GetUpper added in v0.0.17

func (x *SFashionInfo) GetUpper() int32

func (*SFashionInfo) ProtoMessage added in v0.0.17

func (*SFashionInfo) ProtoMessage()

func (*SFashionInfo) ProtoReflect added in v0.0.17

func (x *SFashionInfo) ProtoReflect() protoreflect.Message

func (*SFashionInfo) Reset added in v0.0.17

func (x *SFashionInfo) Reset()

func (*SFashionInfo) String added in v0.0.17

func (x *SFashionInfo) String() string

type SJewelryInfo added in v0.0.17

type SJewelryInfo struct {
	Handheld                      uint32   `protobuf:"varint,1,opt,name=Handheld,proto3" json:"Handheld,omitempty"`                                            // 饰品--手持
	BackAccessory                 uint32   `protobuf:"varint,2,opt,name=BackAccessory,proto3" json:"BackAccessory,omitempty"`                                  // 饰品--背饰
	Base                          uint32   `protobuf:"varint,3,opt,name=Base,proto3" json:"Base,omitempty"`                                                    // 饰品--底座
	DJBooth                       uint32   `protobuf:"varint,4,opt,name=DJBooth,proto3" json:"DJBooth,omitempty"`                                              // 饰品--DJ台
	Title                         uint32   `protobuf:"varint,5,opt,name=Title,proto3" json:"Title,omitempty"`                                                  // 饰品--称号
	NicknameEffect                uint32   `protobuf:"varint,6,opt,name=NicknameEffect,proto3" json:"NicknameEffect,omitempty"`                                // 饰品--昵称特效
	Badge                         []uint32 `protobuf:"varint,7,rep,packed,name=Badge,proto3" json:"Badge,omitempty"`                                           // 饰品--徽章
	Ring                          uint32   `protobuf:"varint,8,opt,name=Ring,proto3" json:"Ring,omitempty"`                                                    // 饰品--戒指
	AvatarFrame                   uint32   `protobuf:"varint,9,opt,name=AvatarFrame,proto3" json:"AvatarFrame,omitempty"`                                      // 饰品--头像框
	ScoreBackgroundCard           uint32   `protobuf:"varint,10,opt,name=ScoreBackgroundCard,proto3" json:"ScoreBackgroundCard,omitempty"`                     // 饰品--分数背景卡
	RoomBackgroundCard            uint32   `protobuf:"varint,11,opt,name=RoomBackgroundCard,proto3" json:"RoomBackgroundCard,omitempty"`                       // 饰品--房间背景卡
	DynamicBackgroundCard         uint32   `protobuf:"varint,12,opt,name=DynamicBackgroundCard,proto3" json:"DynamicBackgroundCard,omitempty"`                 // 饰品--动态背景卡
	CoupleRing                    uint32   `protobuf:"varint,13,opt,name=CoupleRing,proto3" json:"CoupleRing,omitempty"`                                       // 饰品--情侣戒指
	CoupleInformationCard         uint32   `protobuf:"varint,14,opt,name=CoupleInformationCard,proto3" json:"CoupleInformationCard,omitempty"`                 // 饰品--情侣信息卡
	CoupleRegistrationCertificate uint32   `protobuf:"varint,15,opt,name=CoupleRegistrationCertificate,proto3" json:"CoupleRegistrationCertificate,omitempty"` // 饰品//情侣登记证
	// contains filtered or unexported fields
}

基础角色饰品信息

func (*SJewelryInfo) Descriptor deprecated added in v0.0.17

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

Deprecated: Use SJewelryInfo.ProtoReflect.Descriptor instead.

func (*SJewelryInfo) GetAvatarFrame added in v0.0.17

func (x *SJewelryInfo) GetAvatarFrame() uint32

func (*SJewelryInfo) GetBackAccessory added in v0.0.17

func (x *SJewelryInfo) GetBackAccessory() uint32

func (*SJewelryInfo) GetBadge added in v0.0.17

func (x *SJewelryInfo) GetBadge() []uint32

func (*SJewelryInfo) GetBase added in v0.0.17

func (x *SJewelryInfo) GetBase() uint32

func (*SJewelryInfo) GetCoupleInformationCard added in v0.0.17

func (x *SJewelryInfo) GetCoupleInformationCard() uint32

func (*SJewelryInfo) GetCoupleRegistrationCertificate added in v0.0.17

func (x *SJewelryInfo) GetCoupleRegistrationCertificate() uint32

func (*SJewelryInfo) GetCoupleRing added in v0.0.17

func (x *SJewelryInfo) GetCoupleRing() uint32

func (*SJewelryInfo) GetDJBooth added in v0.0.17

func (x *SJewelryInfo) GetDJBooth() uint32

func (*SJewelryInfo) GetDynamicBackgroundCard added in v0.0.17

func (x *SJewelryInfo) GetDynamicBackgroundCard() uint32

func (*SJewelryInfo) GetHandheld added in v0.0.17

func (x *SJewelryInfo) GetHandheld() uint32

func (*SJewelryInfo) GetNicknameEffect added in v0.0.17

func (x *SJewelryInfo) GetNicknameEffect() uint32

func (*SJewelryInfo) GetRing added in v0.0.17

func (x *SJewelryInfo) GetRing() uint32

func (*SJewelryInfo) GetRoomBackgroundCard added in v0.0.17

func (x *SJewelryInfo) GetRoomBackgroundCard() uint32

func (*SJewelryInfo) GetScoreBackgroundCard added in v0.0.17

func (x *SJewelryInfo) GetScoreBackgroundCard() uint32

func (*SJewelryInfo) GetTitle added in v0.0.17

func (x *SJewelryInfo) GetTitle() uint32

func (*SJewelryInfo) ProtoMessage added in v0.0.17

func (*SJewelryInfo) ProtoMessage()

func (*SJewelryInfo) ProtoReflect added in v0.0.17

func (x *SJewelryInfo) ProtoReflect() protoreflect.Message

func (*SJewelryInfo) Reset added in v0.0.17

func (x *SJewelryInfo) Reset()

func (*SJewelryInfo) String added in v0.0.17

func (x *SJewelryInfo) String() string

type SceneGetLastJoinRequest added in v0.0.17

type SceneGetLastJoinRequest struct {
	LogId string `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	Id    uint32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` //角色id
	// contains filtered or unexported fields
}

#############################SceneGetLastJoin############################### 频道角色列表请求

func (*SceneGetLastJoinRequest) Descriptor deprecated added in v0.0.17

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

Deprecated: Use SceneGetLastJoinRequest.ProtoReflect.Descriptor instead.

func (*SceneGetLastJoinRequest) GetId added in v0.0.17

func (x *SceneGetLastJoinRequest) GetId() uint32

func (*SceneGetLastJoinRequest) GetLogId added in v0.0.17

func (x *SceneGetLastJoinRequest) GetLogId() string

func (*SceneGetLastJoinRequest) ProtoMessage added in v0.0.17

func (*SceneGetLastJoinRequest) ProtoMessage()

func (*SceneGetLastJoinRequest) ProtoReflect added in v0.0.17

func (x *SceneGetLastJoinRequest) ProtoReflect() protoreflect.Message

func (*SceneGetLastJoinRequest) Reset added in v0.0.17

func (x *SceneGetLastJoinRequest) Reset()

func (*SceneGetLastJoinRequest) String added in v0.0.17

func (x *SceneGetLastJoinRequest) String() string

type SceneGetLastJoinResponse added in v0.0.17

type SceneGetLastJoinResponse struct {
	ErrCode int32        `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
	Id      uint32       `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	List    []*Scenemate `protobuf:"bytes,3,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneGetLastJoinResponse) Descriptor deprecated added in v0.0.17

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

Deprecated: Use SceneGetLastJoinResponse.ProtoReflect.Descriptor instead.

func (*SceneGetLastJoinResponse) GetErrCode added in v0.0.17

func (x *SceneGetLastJoinResponse) GetErrCode() int32

func (*SceneGetLastJoinResponse) GetId added in v0.0.17

func (x *SceneGetLastJoinResponse) GetId() uint32

func (*SceneGetLastJoinResponse) GetList added in v0.0.17

func (x *SceneGetLastJoinResponse) GetList() []*Scenemate

func (*SceneGetLastJoinResponse) ProtoMessage added in v0.0.17

func (*SceneGetLastJoinResponse) ProtoMessage()

func (*SceneGetLastJoinResponse) ProtoReflect added in v0.0.17

func (x *SceneGetLastJoinResponse) ProtoReflect() protoreflect.Message

func (*SceneGetLastJoinResponse) Reset added in v0.0.17

func (x *SceneGetLastJoinResponse) Reset()

func (*SceneGetLastJoinResponse) String added in v0.0.17

func (x *SceneGetLastJoinResponse) String() string

type SceneJoinRequest added in v0.0.17

type SceneJoinRequest struct {
	LogId  string `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	Id     uint32 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	RoleId int64  `protobuf:"varint,3,opt,name=roleId,proto3" json:"roleId,omitempty"`
	// contains filtered or unexported fields
}

#############################SceneJoin############################### 频道角色列表请求

func (*SceneJoinRequest) Descriptor deprecated added in v0.0.17

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

Deprecated: Use SceneJoinRequest.ProtoReflect.Descriptor instead.

func (*SceneJoinRequest) GetId added in v0.0.17

func (x *SceneJoinRequest) GetId() uint32

func (*SceneJoinRequest) GetLogId added in v0.0.17

func (x *SceneJoinRequest) GetLogId() string

func (*SceneJoinRequest) GetRoleId added in v0.0.45

func (x *SceneJoinRequest) GetRoleId() int64

func (*SceneJoinRequest) ProtoMessage added in v0.0.17

func (*SceneJoinRequest) ProtoMessage()

func (*SceneJoinRequest) ProtoReflect added in v0.0.17

func (x *SceneJoinRequest) ProtoReflect() protoreflect.Message

func (*SceneJoinRequest) Reset added in v0.0.17

func (x *SceneJoinRequest) Reset()

func (*SceneJoinRequest) String added in v0.0.17

func (x *SceneJoinRequest) String() string

type SceneJoinResponse added in v0.0.17

type SceneJoinResponse struct {
	ErrCode int32        `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
	Id      uint32       `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	List    []*Scenemate `protobuf:"bytes,3,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneJoinResponse) Descriptor deprecated added in v0.0.17

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

Deprecated: Use SceneJoinResponse.ProtoReflect.Descriptor instead.

func (*SceneJoinResponse) GetErrCode added in v0.0.17

func (x *SceneJoinResponse) GetErrCode() int32

func (*SceneJoinResponse) GetId added in v0.0.17

func (x *SceneJoinResponse) GetId() uint32

func (*SceneJoinResponse) GetList added in v0.0.17

func (x *SceneJoinResponse) GetList() []*Scenemate

func (*SceneJoinResponse) ProtoMessage added in v0.0.17

func (*SceneJoinResponse) ProtoMessage()

func (*SceneJoinResponse) ProtoReflect added in v0.0.17

func (x *SceneJoinResponse) ProtoReflect() protoreflect.Message

func (*SceneJoinResponse) Reset added in v0.0.17

func (x *SceneJoinResponse) Reset()

func (*SceneJoinResponse) String added in v0.0.17

func (x *SceneJoinResponse) String() string

type Scenemate added in v0.0.17

type Scenemate struct {
	Id        uint32        `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Sex       uint32        `protobuf:"varint,3,opt,name=sex,proto3" json:"sex,omitempty"`
	Lv        uint32        `protobuf:"varint,4,opt,name=lv,proto3" json:"lv,omitempty"`
	Vip       uint32        `protobuf:"varint,5,opt,name=vip,proto3" json:"vip,omitempty"`
	Fashion   *SFashionInfo `protobuf:"bytes,6,opt,name=fashion,proto3" json:"fashion,omitempty"`
	Jewelry   *SJewelryInfo `protobuf:"bytes,7,opt,name=jewelry,proto3" json:"jewelry,omitempty"`
	GuildName string        `protobuf:"bytes,8,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"`
	Status    uint32        `protobuf:"varint,9,opt,name=status,proto3" json:"status,omitempty"`
	Posx      int32         `protobuf:"varint,10,opt,name=posx,proto3" json:"posx,omitempty"`
	Posy      int32         `protobuf:"varint,11,opt,name=posy,proto3" json:"posy,omitempty"`
	Posz      int32         `protobuf:"varint,12,opt,name=posz,proto3" json:"posz,omitempty"`
	Dir       uint32        `protobuf:"varint,13,opt,name=dir,proto3" json:"dir,omitempty"`
	Time      uint32        `protobuf:"varint,14,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

场景成员数据

func (*Scenemate) Descriptor deprecated added in v0.0.17

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

Deprecated: Use Scenemate.ProtoReflect.Descriptor instead.

func (*Scenemate) GetDir added in v0.0.17

func (x *Scenemate) GetDir() uint32

func (*Scenemate) GetFashion added in v0.0.17

func (x *Scenemate) GetFashion() *SFashionInfo

func (*Scenemate) GetGuildName added in v0.0.17

func (x *Scenemate) GetGuildName() string

func (*Scenemate) GetId added in v0.0.17

func (x *Scenemate) GetId() uint32

func (*Scenemate) GetJewelry added in v0.0.17

func (x *Scenemate) GetJewelry() *SJewelryInfo

func (*Scenemate) GetLv added in v0.0.17

func (x *Scenemate) GetLv() uint32

func (*Scenemate) GetName added in v0.0.17

func (x *Scenemate) GetName() string

func (*Scenemate) GetPosx added in v0.0.17

func (x *Scenemate) GetPosx() int32

func (*Scenemate) GetPosy added in v0.0.17

func (x *Scenemate) GetPosy() int32

func (*Scenemate) GetPosz added in v0.0.17

func (x *Scenemate) GetPosz() int32

func (*Scenemate) GetSex added in v0.0.17

func (x *Scenemate) GetSex() uint32

func (*Scenemate) GetStatus added in v0.0.17

func (x *Scenemate) GetStatus() uint32

func (*Scenemate) GetTime added in v0.0.17

func (x *Scenemate) GetTime() uint32

func (*Scenemate) GetVip added in v0.0.17

func (x *Scenemate) GetVip() uint32

func (*Scenemate) ProtoMessage added in v0.0.17

func (*Scenemate) ProtoMessage()

func (*Scenemate) ProtoReflect added in v0.0.17

func (x *Scenemate) ProtoReflect() protoreflect.Message

func (*Scenemate) Reset added in v0.0.17

func (x *Scenemate) Reset()

func (*Scenemate) String added in v0.0.17

func (x *Scenemate) String() string

type SetProfileStatusRequest

type SetProfileStatusRequest struct {
	Uid    string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Status int32  `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*SetProfileStatusRequest) Descriptor deprecated

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

Deprecated: Use SetProfileStatusRequest.ProtoReflect.Descriptor instead.

func (*SetProfileStatusRequest) GetStatus

func (x *SetProfileStatusRequest) GetStatus() int32

func (*SetProfileStatusRequest) GetUid

func (x *SetProfileStatusRequest) GetUid() string

func (*SetProfileStatusRequest) ProtoMessage

func (*SetProfileStatusRequest) ProtoMessage()

func (*SetProfileStatusRequest) ProtoReflect

func (x *SetProfileStatusRequest) ProtoReflect() protoreflect.Message

func (*SetProfileStatusRequest) Reset

func (x *SetProfileStatusRequest) Reset()

func (*SetProfileStatusRequest) String

func (x *SetProfileStatusRequest) String() string

type SetProfileStatusResponse

type SetProfileStatusResponse struct {
	// contains filtered or unexported fields
}

func (*SetProfileStatusResponse) Descriptor deprecated

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

Deprecated: Use SetProfileStatusResponse.ProtoReflect.Descriptor instead.

func (*SetProfileStatusResponse) ProtoMessage

func (*SetProfileStatusResponse) ProtoMessage()

func (*SetProfileStatusResponse) ProtoReflect

func (x *SetProfileStatusResponse) ProtoReflect() protoreflect.Message

func (*SetProfileStatusResponse) Reset

func (x *SetProfileStatusResponse) Reset()

func (*SetProfileStatusResponse) String

func (x *SetProfileStatusResponse) String() string

type SimpleRoleStruct added in v0.0.5

type SimpleRoleStruct struct {
	Pid       uint32 `protobuf:"varint,1,opt,name=pid,proto3" json:"pid,omitempty"`                              // 角色id
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`                             // 角色名
	Sex       uint32 `protobuf:"varint,3,opt,name=sex,proto3" json:"sex,omitempty"`                              // 性别 1男, 2女
	Skin      uint32 `protobuf:"varint,4,opt,name=skin,proto3" json:"skin,omitempty"`                            // 肤色
	Face      uint32 `protobuf:"varint,5,opt,name=face,proto3" json:"face,omitempty"`                            // 脸型
	Head      uint32 `protobuf:"varint,6,opt,name=head,proto3" json:"head,omitempty"`                            // 头型
	Coat      uint32 `protobuf:"varint,7,opt,name=coat,proto3" json:"coat,omitempty"`                            // 上衣
	Bottom    uint32 `protobuf:"varint,8,opt,name=bottom,proto3" json:"bottom,omitempty"`                        // 下衣
	Shoe      uint32 `protobuf:"varint,9,opt,name=shoe,proto3" json:"shoe,omitempty"`                            // 鞋
	GuildId   uint32 `protobuf:"varint,10,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"`      // 家族ID
	GuildName string `protobuf:"bytes,11,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"` // 家族名字
	Sign      string `protobuf:"bytes,13,opt,name=sign,proto3" json:"sign,omitempty"`                            // 简介
	Photo     string `protobuf:"bytes,14,opt,name=photo,proto3" json:"photo,omitempty"`                          // 头像
	// contains filtered or unexported fields
}

获取账号协议

func (*SimpleRoleStruct) Descriptor deprecated added in v0.0.5

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

Deprecated: Use SimpleRoleStruct.ProtoReflect.Descriptor instead.

func (*SimpleRoleStruct) GetBottom added in v0.0.5

func (x *SimpleRoleStruct) GetBottom() uint32

func (*SimpleRoleStruct) GetCoat added in v0.0.5

func (x *SimpleRoleStruct) GetCoat() uint32

func (*SimpleRoleStruct) GetFace added in v0.0.5

func (x *SimpleRoleStruct) GetFace() uint32

func (*SimpleRoleStruct) GetGuildId added in v0.0.5

func (x *SimpleRoleStruct) GetGuildId() uint32

func (*SimpleRoleStruct) GetGuildName added in v0.0.5

func (x *SimpleRoleStruct) GetGuildName() string

func (*SimpleRoleStruct) GetHead added in v0.0.5

func (x *SimpleRoleStruct) GetHead() uint32

func (*SimpleRoleStruct) GetName added in v0.0.5

func (x *SimpleRoleStruct) GetName() string

func (*SimpleRoleStruct) GetPhoto added in v0.0.5

func (x *SimpleRoleStruct) GetPhoto() string

func (*SimpleRoleStruct) GetPid added in v0.0.5

func (x *SimpleRoleStruct) GetPid() uint32

func (*SimpleRoleStruct) GetSex added in v0.0.5

func (x *SimpleRoleStruct) GetSex() uint32

func (*SimpleRoleStruct) GetShoe added in v0.0.5

func (x *SimpleRoleStruct) GetShoe() uint32

func (*SimpleRoleStruct) GetSign added in v0.0.5

func (x *SimpleRoleStruct) GetSign() string

func (*SimpleRoleStruct) GetSkin added in v0.0.5

func (x *SimpleRoleStruct) GetSkin() uint32

func (*SimpleRoleStruct) ProtoMessage added in v0.0.5

func (*SimpleRoleStruct) ProtoMessage()

func (*SimpleRoleStruct) ProtoReflect added in v0.0.5

func (x *SimpleRoleStruct) ProtoReflect() protoreflect.Message

func (*SimpleRoleStruct) Reset added in v0.0.5

func (x *SimpleRoleStruct) Reset()

func (*SimpleRoleStruct) String added in v0.0.5

func (x *SimpleRoleStruct) String() string

type UnimplementedProfilePrivateServiceServer

type UnimplementedProfilePrivateServiceServer struct{}

UnimplementedProfilePrivateServiceServer should be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedProfilePrivateServiceServer) ChannelJoin added in v0.0.14

func (UnimplementedProfilePrivateServiceServer) GetProfileBasics

func (UnimplementedProfilePrivateServiceServer) GetProfilePrivate

func (UnimplementedProfilePrivateServiceServer) ItemFashionChange added in v0.0.57

func (UnimplementedProfilePrivateServiceServer) ItemFashionUnload added in v0.0.57

func (UnimplementedProfilePrivateServiceServer) ItemUse added in v0.0.57

func (UnimplementedProfilePrivateServiceServer) PlayerPropNotify added in v0.0.57

func (UnimplementedProfilePrivateServiceServer) SetProfileStatus

type UnimplementedProfileServiceServer

type UnimplementedProfileServiceServer struct{}

UnimplementedProfileServiceServer should be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedProfileServiceServer) ChannelFixInfo added in v0.0.17

func (UnimplementedProfileServiceServer) ChannelPlayerList added in v0.0.14

func (UnimplementedProfileServiceServer) ChannelVariedInfo added in v0.0.14

func (UnimplementedProfileServiceServer) CreateProfile

func (UnimplementedProfileServiceServer) CreateRole added in v0.0.5

func (UnimplementedProfileServiceServer) DeleteFromChannel added in v0.0.17

func (UnimplementedProfileServiceServer) GetProfile

func (UnimplementedProfileServiceServer) GetProfileStatus

func (UnimplementedProfileServiceServer) GetThreeChannelUrl added in v0.0.17

func (UnimplementedProfileServiceServer) IsProfileExist

func (UnimplementedProfileServiceServer) LoginAccount added in v0.0.5

func (UnimplementedProfileServiceServer) LoginRole added in v0.0.5

func (UnimplementedProfileServiceServer) RandName added in v0.0.11

func (UnimplementedProfileServiceServer) SceneGetLastJoin added in v0.0.17

func (UnimplementedProfileServiceServer) SceneJoin added in v0.0.17

func (UnimplementedProfileServiceServer) UpdateProfile

type UnsafeProfilePrivateServiceServer

type UnsafeProfilePrivateServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeProfilePrivateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProfilePrivateServiceServer will result in compilation errors.

type UnsafeProfileServiceServer

type UnsafeProfileServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeProfileServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProfileServiceServer will result in compilation errors.

type UpdateProfileRequest

type UpdateProfileRequest struct {
	Profile *Profile      `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	Basic   *ProfileBasic `protobuf:"bytes,2,opt,name=basic,proto3" json:"basic,omitempty"` //basic info in redis
	// contains filtered or unexported fields
}

func (*UpdateProfileRequest) Descriptor deprecated

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

Deprecated: Use UpdateProfileRequest.ProtoReflect.Descriptor instead.

func (*UpdateProfileRequest) GetBasic

func (x *UpdateProfileRequest) GetBasic() *ProfileBasic

func (*UpdateProfileRequest) GetProfile

func (x *UpdateProfileRequest) GetProfile() *Profile

func (*UpdateProfileRequest) ProtoMessage

func (*UpdateProfileRequest) ProtoMessage()

func (*UpdateProfileRequest) ProtoReflect

func (x *UpdateProfileRequest) ProtoReflect() protoreflect.Message

func (*UpdateProfileRequest) Reset

func (x *UpdateProfileRequest) Reset()

func (*UpdateProfileRequest) String

func (x *UpdateProfileRequest) String() string

type UpdateProfileResponse

type UpdateProfileResponse struct {
	Profile *Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProfileResponse) Descriptor deprecated

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

Deprecated: Use UpdateProfileResponse.ProtoReflect.Descriptor instead.

func (*UpdateProfileResponse) GetProfile

func (x *UpdateProfileResponse) GetProfile() *Profile

func (*UpdateProfileResponse) ProtoMessage

func (*UpdateProfileResponse) ProtoMessage()

func (*UpdateProfileResponse) ProtoReflect

func (x *UpdateProfileResponse) ProtoReflect() protoreflect.Message

func (*UpdateProfileResponse) Reset

func (x *UpdateProfileResponse) Reset()

func (*UpdateProfileResponse) String

func (x *UpdateProfileResponse) String() string

type WatchProfileRequest

type WatchProfileRequest struct {
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchProfileRequest) Descriptor deprecated

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

Deprecated: Use WatchProfileRequest.ProtoReflect.Descriptor instead.

func (*WatchProfileRequest) GetUid

func (x *WatchProfileRequest) GetUid() string

func (*WatchProfileRequest) ProtoMessage

func (*WatchProfileRequest) ProtoMessage()

func (*WatchProfileRequest) ProtoReflect

func (x *WatchProfileRequest) ProtoReflect() protoreflect.Message

func (*WatchProfileRequest) Reset

func (x *WatchProfileRequest) Reset()

func (*WatchProfileRequest) String

func (x *WatchProfileRequest) String() string

type WatchProfileResponse

type WatchProfileResponse struct {
	Profile *Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchProfileResponse) Descriptor deprecated

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

Deprecated: Use WatchProfileResponse.ProtoReflect.Descriptor instead.

func (*WatchProfileResponse) GetProfile

func (x *WatchProfileResponse) GetProfile() *Profile

func (*WatchProfileResponse) ProtoMessage

func (*WatchProfileResponse) ProtoMessage()

func (*WatchProfileResponse) ProtoReflect

func (x *WatchProfileResponse) ProtoReflect() protoreflect.Message

func (*WatchProfileResponse) Reset

func (x *WatchProfileResponse) Reset()

func (*WatchProfileResponse) String

func (x *WatchProfileResponse) String() string

Jump to

Keyboard shortcuts

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