v1

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

Package v1 is a generated blademaster stub package. This code was generated with go-common/app/tool/bmgen/protoc-gen-bm v0.1.

It is generated from these files:

appUcenter.proto

Package v1 is a generated blademaster stub package. This code was generated with go-common/app/tool/bmgen/protoc-gen-bm v0.1.

It is generated from these files:

service.proto

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthAppUcenter = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowAppUcenter   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthService = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowService   = fmt.Errorf("proto: integer overflow")
)
View Source
var PathRoomAdminAppoint = "/live.appucenter.v1.RoomAdmin/appoint"
View Source
var PathRoomAdminDismiss = "/live.appucenter.v1.RoomAdmin/dismiss"
View Source
var PathRoomAdminGetByAnchor = "/live.appucenter.v1.RoomAdmin/get_by_anchor"
View Source
var PathRoomAdminGetByUid = "/live.appucenter.v1.RoomAdmin/get_by_uid"
View Source
var PathRoomAdminIsAny = "/live.appucenter.v1.RoomAdmin/is_any"
View Source
var PathRoomAdminResign = "/live.appucenter.v1.RoomAdmin/resign"
View Source
var PathRoomAdminSearchForAdmin = "/live.appucenter.v1.RoomAdmin/search_for_admin"
View Source
var PathRoomCreate = "/live.appucenter.v1.Room/Create"
View Source
var PathRoomGetInfo = "/live.appucenter.v1.Room/GetInfo"
View Source
var PathTopicCheckTopic = "/live.appucenter.v1.Topic/CheckTopic"
View Source
var PathTopicGetTopicList = "/live.appucenter.v1.Topic/GetTopicList"

Functions

func RegisterRoomAdminBMServer

func RegisterRoomAdminBMServer(e *bm.Engine, server RoomAdminBMServer)

RegisterRoomAdminBMServer Register the blademaster route

func RegisterRoomBMServer

func RegisterRoomBMServer(e *bm.Engine, server RoomBMServer)

RegisterRoomBMServer Register the blademaster route

func RegisterTopicBMServer

func RegisterTopicBMServer(e *bm.Engine, server TopicBMServer)

RegisterTopicBMServer Register the blademaster route

func RegisterV1RoomAdminService

func RegisterV1RoomAdminService(e *bm.Engine, svc RoomAdminBMServer, midMap map[string]bm.HandlerFunc)

RegisterV1RoomAdminService Register the blademaster route with middleware map midMap is the middleware map, the key is defined in proto

func RegisterV1RoomService

func RegisterV1RoomService(e *bm.Engine, svc RoomBMServer, midMap map[string]bm.HandlerFunc)

RegisterV1RoomService Register the blademaster route with middleware map midMap is the middleware map, the key is defined in proto

func RegisterV1TopicService

func RegisterV1TopicService(e *bm.Engine, svc TopicBMServer, midMap map[string]bm.HandlerFunc)

RegisterV1TopicService Register the blademaster route with middleware map midMap is the middleware map, the key is defined in proto

Types

type CheckTopicReq

type CheckTopicReq struct {
	Platform             string   `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
	Topic                string   `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty" form:"topic" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CheckTopicReq) Descriptor

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

func (*CheckTopicReq) GetPlatform

func (m *CheckTopicReq) GetPlatform() string

func (*CheckTopicReq) GetTopic

func (m *CheckTopicReq) GetTopic() string

func (*CheckTopicReq) Marshal

func (m *CheckTopicReq) Marshal() (dAtA []byte, err error)

func (*CheckTopicReq) MarshalTo

func (m *CheckTopicReq) MarshalTo(dAtA []byte) (int, error)

func (*CheckTopicReq) ProtoMessage

func (*CheckTopicReq) ProtoMessage()

func (*CheckTopicReq) Reset

func (m *CheckTopicReq) Reset()

func (*CheckTopicReq) Size

func (m *CheckTopicReq) Size() (n int)

func (*CheckTopicReq) String

func (m *CheckTopicReq) String() string

func (*CheckTopicReq) Unmarshal

func (m *CheckTopicReq) Unmarshal(dAtA []byte) error

func (*CheckTopicReq) XXX_DiscardUnknown

func (m *CheckTopicReq) XXX_DiscardUnknown()

func (*CheckTopicReq) XXX_Marshal

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

func (*CheckTopicReq) XXX_Merge

func (dst *CheckTopicReq) XXX_Merge(src proto.Message)

func (*CheckTopicReq) XXX_Size

func (m *CheckTopicReq) XXX_Size() int

func (*CheckTopicReq) XXX_Unmarshal

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

type CheckTopicResp

type CheckTopicResp struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CheckTopicResp) Descriptor

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

func (*CheckTopicResp) Marshal

func (m *CheckTopicResp) Marshal() (dAtA []byte, err error)

func (*CheckTopicResp) MarshalTo

func (m *CheckTopicResp) MarshalTo(dAtA []byte) (int, error)

func (*CheckTopicResp) ProtoMessage

func (*CheckTopicResp) ProtoMessage()

func (*CheckTopicResp) Reset

func (m *CheckTopicResp) Reset()

func (*CheckTopicResp) Size

func (m *CheckTopicResp) Size() (n int)

func (*CheckTopicResp) String

func (m *CheckTopicResp) String() string

func (*CheckTopicResp) Unmarshal

func (m *CheckTopicResp) Unmarshal(dAtA []byte) error

func (*CheckTopicResp) XXX_DiscardUnknown

func (m *CheckTopicResp) XXX_DiscardUnknown()

func (*CheckTopicResp) XXX_Marshal

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

func (*CheckTopicResp) XXX_Merge

func (dst *CheckTopicResp) XXX_Merge(src proto.Message)

func (*CheckTopicResp) XXX_Size

func (m *CheckTopicResp) XXX_Size() int

func (*CheckTopicResp) XXX_Unmarshal

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

type CreateReq

type CreateReq struct {
	Platform             string   `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateReq) Descriptor

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

func (*CreateReq) GetPlatform

func (m *CreateReq) GetPlatform() string

func (*CreateReq) Marshal

func (m *CreateReq) Marshal() (dAtA []byte, err error)

func (*CreateReq) MarshalTo

func (m *CreateReq) MarshalTo(dAtA []byte) (int, error)

func (*CreateReq) ProtoMessage

func (*CreateReq) ProtoMessage()

func (*CreateReq) Reset

func (m *CreateReq) Reset()

func (*CreateReq) Size

func (m *CreateReq) Size() (n int)

func (*CreateReq) String

func (m *CreateReq) String() string

func (*CreateReq) Unmarshal

func (m *CreateReq) Unmarshal(dAtA []byte) error

func (*CreateReq) XXX_DiscardUnknown

func (m *CreateReq) XXX_DiscardUnknown()

func (*CreateReq) XXX_Marshal

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

func (*CreateReq) XXX_Merge

func (dst *CreateReq) XXX_Merge(src proto.Message)

func (*CreateReq) XXX_Size

func (m *CreateReq) XXX_Size() int

func (*CreateReq) XXX_Unmarshal

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

type CreateResp

type CreateResp struct {
	RoomId               string   `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateResp) Descriptor

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

func (*CreateResp) GetRoomId

func (m *CreateResp) GetRoomId() string

func (*CreateResp) Marshal

func (m *CreateResp) Marshal() (dAtA []byte, err error)

func (*CreateResp) MarshalTo

func (m *CreateResp) MarshalTo(dAtA []byte) (int, error)

func (*CreateResp) ProtoMessage

func (*CreateResp) ProtoMessage()

func (*CreateResp) Reset

func (m *CreateResp) Reset()

func (*CreateResp) Size

func (m *CreateResp) Size() (n int)

func (*CreateResp) String

func (m *CreateResp) String() string

func (*CreateResp) Unmarshal

func (m *CreateResp) Unmarshal(dAtA []byte) error

func (*CreateResp) XXX_DiscardUnknown

func (m *CreateResp) XXX_DiscardUnknown()

func (*CreateResp) XXX_Marshal

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

func (*CreateResp) XXX_Merge

func (dst *CreateResp) XXX_Merge(src proto.Message)

func (*CreateResp) XXX_Size

func (m *CreateResp) XXX_Size() int

func (*CreateResp) XXX_Unmarshal

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

type GetRoomInfoReq

type GetRoomInfoReq struct {
	Platform             string   `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRoomInfoReq) Descriptor

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

func (*GetRoomInfoReq) GetPlatform

func (m *GetRoomInfoReq) GetPlatform() string

func (*GetRoomInfoReq) Marshal

func (m *GetRoomInfoReq) Marshal() (dAtA []byte, err error)

func (*GetRoomInfoReq) MarshalTo

func (m *GetRoomInfoReq) MarshalTo(dAtA []byte) (int, error)

func (*GetRoomInfoReq) ProtoMessage

func (*GetRoomInfoReq) ProtoMessage()

func (*GetRoomInfoReq) Reset

func (m *GetRoomInfoReq) Reset()

func (*GetRoomInfoReq) Size

func (m *GetRoomInfoReq) Size() (n int)

func (*GetRoomInfoReq) String

func (m *GetRoomInfoReq) String() string

func (*GetRoomInfoReq) Unmarshal

func (m *GetRoomInfoReq) Unmarshal(dAtA []byte) error

func (*GetRoomInfoReq) XXX_DiscardUnknown

func (m *GetRoomInfoReq) XXX_DiscardUnknown()

func (*GetRoomInfoReq) XXX_Marshal

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

func (*GetRoomInfoReq) XXX_Merge

func (dst *GetRoomInfoReq) XXX_Merge(src proto.Message)

func (*GetRoomInfoReq) XXX_Size

func (m *GetRoomInfoReq) XXX_Size() int

func (*GetRoomInfoReq) XXX_Unmarshal

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

type GetRoomInfoResp

type GetRoomInfoResp struct {
	RoomId               int64    `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id"`
	Uid                  int64    `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
	Uname                string   `protobuf:"bytes,3,opt,name=uname,proto3" json:"uname"`
	Title                string   `protobuf:"bytes,4,opt,name=title,proto3" json:"title"`
	Face                 string   `protobuf:"bytes,5,opt,name=face,proto3" json:"face"`
	TryTime              string   `protobuf:"bytes,7,opt,name=try_time,json=tryTime,proto3" json:"try_time"`
	LiveStatus           int64    `protobuf:"varint,8,opt,name=live_status,json=liveStatus,proto3" json:"live_status"`
	AreaV2Name           string   `protobuf:"bytes,9,opt,name=area_v2_name,json=areaV2Name,proto3" json:"area_v2_name"`
	AreaV2Id             int64    `protobuf:"varint,10,opt,name=area_v2_id,json=areaV2Id,proto3" json:"area_v2_id"`
	MasterLevel          int64    `protobuf:"varint,11,opt,name=master_level,json=masterLevel,proto3" json:"master_level"`
	MasterLevelColor     int64    `protobuf:"varint,12,opt,name=master_level_color,json=masterLevelColor,proto3" json:"master_level_color"`
	MasterScore          int64    `protobuf:"varint,13,opt,name=master_score,json=masterScore,proto3" json:"master_score"`
	MasterNextLevel      int64    `protobuf:"varint,14,opt,name=master_next_level,json=masterNextLevel,proto3" json:"master_next_level"`
	MaxLevel             int64    `protobuf:"varint,15,opt,name=max_level,json=maxLevel,proto3" json:"max_level"`
	FcNum                int64    `protobuf:"varint,16,opt,name=fc_num,json=fcNum,proto3" json:"fc_num"`
	Rcost                int64    `protobuf:"varint,17,opt,name=rcost,proto3" json:"rcost"`
	MedalStatus          int64    `protobuf:"varint,18,opt,name=medal_status,json=medalStatus,proto3" json:"medal_status"`
	MedalName            string   `protobuf:"bytes,19,opt,name=medal_name,json=medalName,proto3" json:"medal_name"`
	MedalRenameStatus    int64    `protobuf:"varint,20,opt,name=medal_rename_status,json=medalRenameStatus,proto3" json:"medal_rename_status"`
	IsMedal              int64    `protobuf:"varint,21,opt,name=is_medal,json=isMedal,proto3" json:"is_medal"`
	FullText             string   `protobuf:"bytes,22,opt,name=full_text,json=fullText,proto3" json:"full_text"`
	IdentifyStatus       int64    `protobuf:"varint,23,opt,name=identify_status,json=identifyStatus,proto3" json:"identify_status"`
	LockStatus           int64    `protobuf:"varint,24,opt,name=lock_status,json=lockStatus,proto3" json:"lock_status"`
	LockTime             string   `protobuf:"bytes,25,opt,name=lock_time,json=lockTime,proto3" json:"lock_time"`
	OpenMedalLevel       int64    `protobuf:"varint,26,opt,name=open_medal_level,json=openMedalLevel,proto3" json:"open_medal_level"`
	MasterNextLevelScore int64    `protobuf:"varint,27,opt,name=master_next_level_score,json=masterNextLevelScore,proto3" json:"master_next_level_score"`
	ParentId             int64    `protobuf:"varint,28,opt,name=parent_id,json=parentId,proto3" json:"parent_id"`
	ParentName           string   `protobuf:"bytes,29,opt,name=parent_name,json=parentName,proto3" json:"parent_name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRoomInfoResp) Descriptor

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

func (*GetRoomInfoResp) GetAreaV2Id

func (m *GetRoomInfoResp) GetAreaV2Id() int64

func (*GetRoomInfoResp) GetAreaV2Name

func (m *GetRoomInfoResp) GetAreaV2Name() string

func (*GetRoomInfoResp) GetFace

func (m *GetRoomInfoResp) GetFace() string

func (*GetRoomInfoResp) GetFcNum

func (m *GetRoomInfoResp) GetFcNum() int64

func (*GetRoomInfoResp) GetFullText

func (m *GetRoomInfoResp) GetFullText() string

func (*GetRoomInfoResp) GetIdentifyStatus

func (m *GetRoomInfoResp) GetIdentifyStatus() int64

func (*GetRoomInfoResp) GetIsMedal

func (m *GetRoomInfoResp) GetIsMedal() int64

func (*GetRoomInfoResp) GetLiveStatus

func (m *GetRoomInfoResp) GetLiveStatus() int64

func (*GetRoomInfoResp) GetLockStatus

func (m *GetRoomInfoResp) GetLockStatus() int64

func (*GetRoomInfoResp) GetLockTime

func (m *GetRoomInfoResp) GetLockTime() string

func (*GetRoomInfoResp) GetMasterLevel

func (m *GetRoomInfoResp) GetMasterLevel() int64

func (*GetRoomInfoResp) GetMasterLevelColor

func (m *GetRoomInfoResp) GetMasterLevelColor() int64

func (*GetRoomInfoResp) GetMasterNextLevel

func (m *GetRoomInfoResp) GetMasterNextLevel() int64

func (*GetRoomInfoResp) GetMasterNextLevelScore

func (m *GetRoomInfoResp) GetMasterNextLevelScore() int64

func (*GetRoomInfoResp) GetMasterScore

func (m *GetRoomInfoResp) GetMasterScore() int64

func (*GetRoomInfoResp) GetMaxLevel

func (m *GetRoomInfoResp) GetMaxLevel() int64

func (*GetRoomInfoResp) GetMedalName

func (m *GetRoomInfoResp) GetMedalName() string

func (*GetRoomInfoResp) GetMedalRenameStatus

func (m *GetRoomInfoResp) GetMedalRenameStatus() int64

func (*GetRoomInfoResp) GetMedalStatus

func (m *GetRoomInfoResp) GetMedalStatus() int64

func (*GetRoomInfoResp) GetOpenMedalLevel

func (m *GetRoomInfoResp) GetOpenMedalLevel() int64

func (*GetRoomInfoResp) GetParentId

func (m *GetRoomInfoResp) GetParentId() int64

func (*GetRoomInfoResp) GetParentName

func (m *GetRoomInfoResp) GetParentName() string

func (*GetRoomInfoResp) GetRcost

func (m *GetRoomInfoResp) GetRcost() int64

func (*GetRoomInfoResp) GetRoomId

func (m *GetRoomInfoResp) GetRoomId() int64

func (*GetRoomInfoResp) GetTitle

func (m *GetRoomInfoResp) GetTitle() string

func (*GetRoomInfoResp) GetTryTime

func (m *GetRoomInfoResp) GetTryTime() string

func (*GetRoomInfoResp) GetUid

func (m *GetRoomInfoResp) GetUid() int64

func (*GetRoomInfoResp) GetUname

func (m *GetRoomInfoResp) GetUname() string

func (*GetRoomInfoResp) Marshal

func (m *GetRoomInfoResp) Marshal() (dAtA []byte, err error)

func (*GetRoomInfoResp) MarshalTo

func (m *GetRoomInfoResp) MarshalTo(dAtA []byte) (int, error)

func (*GetRoomInfoResp) ProtoMessage

func (*GetRoomInfoResp) ProtoMessage()

func (*GetRoomInfoResp) Reset

func (m *GetRoomInfoResp) Reset()

func (*GetRoomInfoResp) Size

func (m *GetRoomInfoResp) Size() (n int)

func (*GetRoomInfoResp) String

func (m *GetRoomInfoResp) String() string

func (*GetRoomInfoResp) Unmarshal

func (m *GetRoomInfoResp) Unmarshal(dAtA []byte) error

func (*GetRoomInfoResp) XXX_DiscardUnknown

func (m *GetRoomInfoResp) XXX_DiscardUnknown()

func (*GetRoomInfoResp) XXX_Marshal

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

func (*GetRoomInfoResp) XXX_Merge

func (dst *GetRoomInfoResp) XXX_Merge(src proto.Message)

func (*GetRoomInfoResp) XXX_Size

func (m *GetRoomInfoResp) XXX_Size() int

func (*GetRoomInfoResp) XXX_Unmarshal

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

type GetTopicListReq

type GetTopicListReq struct {
	Platform             string   `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" form:"platform" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTopicListReq) Descriptor

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

func (*GetTopicListReq) GetPlatform

func (m *GetTopicListReq) GetPlatform() string

func (*GetTopicListReq) Marshal

func (m *GetTopicListReq) Marshal() (dAtA []byte, err error)

func (*GetTopicListReq) MarshalTo

func (m *GetTopicListReq) MarshalTo(dAtA []byte) (int, error)

func (*GetTopicListReq) ProtoMessage

func (*GetTopicListReq) ProtoMessage()

func (*GetTopicListReq) Reset

func (m *GetTopicListReq) Reset()

func (*GetTopicListReq) Size

func (m *GetTopicListReq) Size() (n int)

func (*GetTopicListReq) String

func (m *GetTopicListReq) String() string

func (*GetTopicListReq) Unmarshal

func (m *GetTopicListReq) Unmarshal(dAtA []byte) error

func (*GetTopicListReq) XXX_DiscardUnknown

func (m *GetTopicListReq) XXX_DiscardUnknown()

func (*GetTopicListReq) XXX_Marshal

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

func (*GetTopicListReq) XXX_Merge

func (dst *GetTopicListReq) XXX_Merge(src proto.Message)

func (*GetTopicListReq) XXX_Size

func (m *GetTopicListReq) XXX_Size() int

func (*GetTopicListReq) XXX_Unmarshal

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

type GetTopicListResp

type GetTopicListResp struct {
	TopicList            []string `protobuf:"bytes,1,rep,name=topic_list,json=topicList" json:"topic_list"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTopicListResp) Descriptor

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

func (*GetTopicListResp) GetTopicList

func (m *GetTopicListResp) GetTopicList() []string

func (*GetTopicListResp) Marshal

func (m *GetTopicListResp) Marshal() (dAtA []byte, err error)

func (*GetTopicListResp) MarshalTo

func (m *GetTopicListResp) MarshalTo(dAtA []byte) (int, error)

func (*GetTopicListResp) ProtoMessage

func (*GetTopicListResp) ProtoMessage()

func (*GetTopicListResp) Reset

func (m *GetTopicListResp) Reset()

func (*GetTopicListResp) Size

func (m *GetTopicListResp) Size() (n int)

func (*GetTopicListResp) String

func (m *GetTopicListResp) String() string

func (*GetTopicListResp) Unmarshal

func (m *GetTopicListResp) Unmarshal(dAtA []byte) error

func (*GetTopicListResp) XXX_DiscardUnknown

func (m *GetTopicListResp) XXX_DiscardUnknown()

func (*GetTopicListResp) XXX_Marshal

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

func (*GetTopicListResp) XXX_Merge

func (dst *GetTopicListResp) XXX_Merge(src proto.Message)

func (*GetTopicListResp) XXX_Size

func (m *GetTopicListResp) XXX_Size() int

func (*GetTopicListResp) XXX_Unmarshal

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

type RoomAdminAddReq

type RoomAdminAddReq struct {
	// 房管的uid
	Uid                  int64    `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty" form:"uid" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminAddReq) Descriptor

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

func (*RoomAdminAddReq) GetUid

func (m *RoomAdminAddReq) GetUid() int64

func (*RoomAdminAddReq) Marshal

func (m *RoomAdminAddReq) Marshal() (dAtA []byte, err error)

func (*RoomAdminAddReq) MarshalTo

func (m *RoomAdminAddReq) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminAddReq) ProtoMessage

func (*RoomAdminAddReq) ProtoMessage()

func (*RoomAdminAddReq) Reset

func (m *RoomAdminAddReq) Reset()

func (*RoomAdminAddReq) Size

func (m *RoomAdminAddReq) Size() (n int)

func (*RoomAdminAddReq) String

func (m *RoomAdminAddReq) String() string

func (*RoomAdminAddReq) Unmarshal

func (m *RoomAdminAddReq) Unmarshal(dAtA []byte) error

func (*RoomAdminAddReq) XXX_DiscardUnknown

func (m *RoomAdminAddReq) XXX_DiscardUnknown()

func (*RoomAdminAddReq) XXX_Marshal

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

func (*RoomAdminAddReq) XXX_Merge

func (dst *RoomAdminAddReq) XXX_Merge(src proto.Message)

func (*RoomAdminAddReq) XXX_Size

func (m *RoomAdminAddReq) XXX_Size() int

func (*RoomAdminAddReq) XXX_Unmarshal

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

type RoomAdminAddResp

type RoomAdminAddResp struct {
	// banner
	Userinfo *RoomAdminAddResp_UI `protobuf:"bytes,1,opt,name=userinfo" json:"userinfo"`
	// 房管的用户id
	Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
	// 房间号
	Roomid int64 `protobuf:"varint,3,opt,name=roomid,proto3" json:"roomid"`
	// 创建时间 "2017-07-26 17:12:51"
	Ctime                string   `protobuf:"bytes,4,opt,name=ctime,proto3" json:"ctime"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminAddResp) Descriptor

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

func (*RoomAdminAddResp) GetCtime

func (m *RoomAdminAddResp) GetCtime() string

func (*RoomAdminAddResp) GetRoomid

func (m *RoomAdminAddResp) GetRoomid() int64

func (*RoomAdminAddResp) GetUid

func (m *RoomAdminAddResp) GetUid() int64

func (*RoomAdminAddResp) GetUserinfo

func (m *RoomAdminAddResp) GetUserinfo() *RoomAdminAddResp_UI

func (*RoomAdminAddResp) Marshal

func (m *RoomAdminAddResp) Marshal() (dAtA []byte, err error)

func (*RoomAdminAddResp) MarshalTo

func (m *RoomAdminAddResp) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminAddResp) ProtoMessage

func (*RoomAdminAddResp) ProtoMessage()

func (*RoomAdminAddResp) Reset

func (m *RoomAdminAddResp) Reset()

func (*RoomAdminAddResp) Size

func (m *RoomAdminAddResp) Size() (n int)

func (*RoomAdminAddResp) String

func (m *RoomAdminAddResp) String() string

func (*RoomAdminAddResp) Unmarshal

func (m *RoomAdminAddResp) Unmarshal(dAtA []byte) error

func (*RoomAdminAddResp) XXX_DiscardUnknown

func (m *RoomAdminAddResp) XXX_DiscardUnknown()

func (*RoomAdminAddResp) XXX_Marshal

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

func (*RoomAdminAddResp) XXX_Merge

func (dst *RoomAdminAddResp) XXX_Merge(src proto.Message)

func (*RoomAdminAddResp) XXX_Size

func (m *RoomAdminAddResp) XXX_Size() int

func (*RoomAdminAddResp) XXX_Unmarshal

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

type RoomAdminAddResp_UI

type RoomAdminAddResp_UI struct {
	// 用户id
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 用户名
	Uname                string   `protobuf:"bytes,2,opt,name=uname,proto3" json:"uname"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminAddResp_UI) Descriptor

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

func (*RoomAdminAddResp_UI) GetUid

func (m *RoomAdminAddResp_UI) GetUid() int64

func (*RoomAdminAddResp_UI) GetUname

func (m *RoomAdminAddResp_UI) GetUname() string

func (*RoomAdminAddResp_UI) Marshal

func (m *RoomAdminAddResp_UI) Marshal() (dAtA []byte, err error)

func (*RoomAdminAddResp_UI) MarshalTo

func (m *RoomAdminAddResp_UI) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminAddResp_UI) ProtoMessage

func (*RoomAdminAddResp_UI) ProtoMessage()

func (*RoomAdminAddResp_UI) Reset

func (m *RoomAdminAddResp_UI) Reset()

func (*RoomAdminAddResp_UI) Size

func (m *RoomAdminAddResp_UI) Size() (n int)

func (*RoomAdminAddResp_UI) String

func (m *RoomAdminAddResp_UI) String() string

func (*RoomAdminAddResp_UI) Unmarshal

func (m *RoomAdminAddResp_UI) Unmarshal(dAtA []byte) error

func (*RoomAdminAddResp_UI) XXX_DiscardUnknown

func (m *RoomAdminAddResp_UI) XXX_DiscardUnknown()

func (*RoomAdminAddResp_UI) XXX_Marshal

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

func (*RoomAdminAddResp_UI) XXX_Merge

func (dst *RoomAdminAddResp_UI) XXX_Merge(src proto.Message)

func (*RoomAdminAddResp_UI) XXX_Size

func (m *RoomAdminAddResp_UI) XXX_Size() int

func (*RoomAdminAddResp_UI) XXX_Unmarshal

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

type RoomAdminBMServer

type RoomAdminBMServer interface {
	// 根据登录态获取功能入口是否显示, 需要登录态
	// `method:"GET" midware:"auth"`
	IsAny(ctx context.Context, req *ShowEntryReq) (resp *ShowEntryResp, err error)

	// 获取用户拥有的的所有房管身份
	// `method:"GET" midware:"auth"`
	GetByUid(ctx context.Context, req *RoomAdminGetByUidReq) (resp *RoomAdminGetByUidResp, err error)

	// 辞职房管
	// `method:"POST" midware:"auth"`
	Resign(ctx context.Context, req *RoomAdminResignRoomAdminReq) (resp *RoomAdminResignRoomAdminResp, err error)

	// 查询需要添加的房管
	// `method:"POST" midware:"auth"`
	SearchForAdmin(ctx context.Context, req *RoomAdminSearchForAdminReq) (resp *RoomAdminSearchForAdminResp, err error)

	// 获取主播拥有的的所有房管
	// `method:"GET" midware:"auth"`
	GetByAnchor(ctx context.Context, req *RoomAdminGetByAnchorReq) (resp *RoomAdminGetByAnchorResp, err error)

	// 撤销房管
	// `method:"POST" midware:"auth"`
	Dismiss(ctx context.Context, req *RoomAdminDismissAdminReq) (resp *RoomAdminDismissAdminResp, err error)

	// 任命房管
	// `method:"POST" midware:"auth"`
	Appoint(ctx context.Context, req *RoomAdminAddReq) (resp *RoomAdminAddResp, err error)
}

History 相关服务

type RoomAdminDismissAdminReq

type RoomAdminDismissAdminReq struct {
	// 房管的用户uid
	Uid                  int64    `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty" form:"uid" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminDismissAdminReq) Descriptor

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

func (*RoomAdminDismissAdminReq) GetUid

func (m *RoomAdminDismissAdminReq) GetUid() int64

func (*RoomAdminDismissAdminReq) Marshal

func (m *RoomAdminDismissAdminReq) Marshal() (dAtA []byte, err error)

func (*RoomAdminDismissAdminReq) MarshalTo

func (m *RoomAdminDismissAdminReq) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminDismissAdminReq) ProtoMessage

func (*RoomAdminDismissAdminReq) ProtoMessage()

func (*RoomAdminDismissAdminReq) Reset

func (m *RoomAdminDismissAdminReq) Reset()

func (*RoomAdminDismissAdminReq) Size

func (m *RoomAdminDismissAdminReq) Size() (n int)

func (*RoomAdminDismissAdminReq) String

func (m *RoomAdminDismissAdminReq) String() string

func (*RoomAdminDismissAdminReq) Unmarshal

func (m *RoomAdminDismissAdminReq) Unmarshal(dAtA []byte) error

func (*RoomAdminDismissAdminReq) XXX_DiscardUnknown

func (m *RoomAdminDismissAdminReq) XXX_DiscardUnknown()

func (*RoomAdminDismissAdminReq) XXX_Marshal

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

func (*RoomAdminDismissAdminReq) XXX_Merge

func (dst *RoomAdminDismissAdminReq) XXX_Merge(src proto.Message)

func (*RoomAdminDismissAdminReq) XXX_Size

func (m *RoomAdminDismissAdminReq) XXX_Size() int

func (*RoomAdminDismissAdminReq) XXX_Unmarshal

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

type RoomAdminDismissAdminResp

type RoomAdminDismissAdminResp struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminDismissAdminResp) Descriptor

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

func (*RoomAdminDismissAdminResp) Marshal

func (m *RoomAdminDismissAdminResp) Marshal() (dAtA []byte, err error)

func (*RoomAdminDismissAdminResp) MarshalTo

func (m *RoomAdminDismissAdminResp) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminDismissAdminResp) ProtoMessage

func (*RoomAdminDismissAdminResp) ProtoMessage()

func (*RoomAdminDismissAdminResp) Reset

func (m *RoomAdminDismissAdminResp) Reset()

func (*RoomAdminDismissAdminResp) Size

func (m *RoomAdminDismissAdminResp) Size() (n int)

func (*RoomAdminDismissAdminResp) String

func (m *RoomAdminDismissAdminResp) String() string

func (*RoomAdminDismissAdminResp) Unmarshal

func (m *RoomAdminDismissAdminResp) Unmarshal(dAtA []byte) error

func (*RoomAdminDismissAdminResp) XXX_DiscardUnknown

func (m *RoomAdminDismissAdminResp) XXX_DiscardUnknown()

func (*RoomAdminDismissAdminResp) XXX_Marshal

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

func (*RoomAdminDismissAdminResp) XXX_Merge

func (dst *RoomAdminDismissAdminResp) XXX_Merge(src proto.Message)

func (*RoomAdminDismissAdminResp) XXX_Size

func (m *RoomAdminDismissAdminResp) XXX_Size() int

func (*RoomAdminDismissAdminResp) XXX_Unmarshal

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

type RoomAdminGetByAnchorReq

type RoomAdminGetByAnchorReq struct {
	// 页数
	Page                 int64    `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty" form:"page"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminGetByAnchorReq) Descriptor

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

func (*RoomAdminGetByAnchorReq) GetPage

func (m *RoomAdminGetByAnchorReq) GetPage() int64

func (*RoomAdminGetByAnchorReq) Marshal

func (m *RoomAdminGetByAnchorReq) Marshal() (dAtA []byte, err error)

func (*RoomAdminGetByAnchorReq) MarshalTo

func (m *RoomAdminGetByAnchorReq) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminGetByAnchorReq) ProtoMessage

func (*RoomAdminGetByAnchorReq) ProtoMessage()

func (*RoomAdminGetByAnchorReq) Reset

func (m *RoomAdminGetByAnchorReq) Reset()

func (*RoomAdminGetByAnchorReq) Size

func (m *RoomAdminGetByAnchorReq) Size() (n int)

func (*RoomAdminGetByAnchorReq) String

func (m *RoomAdminGetByAnchorReq) String() string

func (*RoomAdminGetByAnchorReq) Unmarshal

func (m *RoomAdminGetByAnchorReq) Unmarshal(dAtA []byte) error

func (*RoomAdminGetByAnchorReq) XXX_DiscardUnknown

func (m *RoomAdminGetByAnchorReq) XXX_DiscardUnknown()

func (*RoomAdminGetByAnchorReq) XXX_Marshal

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

func (*RoomAdminGetByAnchorReq) XXX_Merge

func (dst *RoomAdminGetByAnchorReq) XXX_Merge(src proto.Message)

func (*RoomAdminGetByAnchorReq) XXX_Size

func (m *RoomAdminGetByAnchorReq) XXX_Size() int

func (*RoomAdminGetByAnchorReq) XXX_Unmarshal

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

type RoomAdminGetByAnchorResp

type RoomAdminGetByAnchorResp struct {
	//
	Page *RoomAdminGetByAnchorResp_Page `protobuf:"bytes,1,opt,name=page" json:"page,omitempty"`
	//
	Data                 []*RoomAdminGetByAnchorResp_Data `protobuf:"bytes,3,rep,name=data" json:"data"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*RoomAdminGetByAnchorResp) Descriptor

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

func (*RoomAdminGetByAnchorResp) GetData

func (*RoomAdminGetByAnchorResp) GetPage

func (*RoomAdminGetByAnchorResp) Marshal

func (m *RoomAdminGetByAnchorResp) Marshal() (dAtA []byte, err error)

func (*RoomAdminGetByAnchorResp) MarshalTo

func (m *RoomAdminGetByAnchorResp) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminGetByAnchorResp) ProtoMessage

func (*RoomAdminGetByAnchorResp) ProtoMessage()

func (*RoomAdminGetByAnchorResp) Reset

func (m *RoomAdminGetByAnchorResp) Reset()

func (*RoomAdminGetByAnchorResp) Size

func (m *RoomAdminGetByAnchorResp) Size() (n int)

func (*RoomAdminGetByAnchorResp) String

func (m *RoomAdminGetByAnchorResp) String() string

func (*RoomAdminGetByAnchorResp) Unmarshal

func (m *RoomAdminGetByAnchorResp) Unmarshal(dAtA []byte) error

func (*RoomAdminGetByAnchorResp) XXX_DiscardUnknown

func (m *RoomAdminGetByAnchorResp) XXX_DiscardUnknown()

func (*RoomAdminGetByAnchorResp) XXX_Marshal

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

func (*RoomAdminGetByAnchorResp) XXX_Merge

func (dst *RoomAdminGetByAnchorResp) XXX_Merge(src proto.Message)

func (*RoomAdminGetByAnchorResp) XXX_Size

func (m *RoomAdminGetByAnchorResp) XXX_Size() int

func (*RoomAdminGetByAnchorResp) XXX_Unmarshal

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

type RoomAdminGetByAnchorResp_Data

type RoomAdminGetByAnchorResp_Data struct {
	// 用户id
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 用户名
	Uname string `protobuf:"bytes,4,opt,name=uname,proto3" json:"uname"`
	// 用户头像
	Face string `protobuf:"bytes,5,opt,name=face,proto3" json:"face"`
	// 上任时间
	Ctime string `protobuf:"bytes,6,opt,name=ctime,proto3" json:"ctime"`
	// 粉丝勋章名称
	MedalName string `protobuf:"bytes,8,opt,name=medal_name,json=medalName,proto3" json:"medal_name"`
	// 粉丝勋章等级
	Level                int64    `protobuf:"varint,9,opt,name=level,proto3" json:"level"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminGetByAnchorResp_Data) Descriptor

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

func (*RoomAdminGetByAnchorResp_Data) GetCtime

func (m *RoomAdminGetByAnchorResp_Data) GetCtime() string

func (*RoomAdminGetByAnchorResp_Data) GetFace

func (*RoomAdminGetByAnchorResp_Data) GetLevel

func (m *RoomAdminGetByAnchorResp_Data) GetLevel() int64

func (*RoomAdminGetByAnchorResp_Data) GetMedalName

func (m *RoomAdminGetByAnchorResp_Data) GetMedalName() string

func (*RoomAdminGetByAnchorResp_Data) GetUid

func (*RoomAdminGetByAnchorResp_Data) GetUname

func (m *RoomAdminGetByAnchorResp_Data) GetUname() string

func (*RoomAdminGetByAnchorResp_Data) Marshal

func (m *RoomAdminGetByAnchorResp_Data) Marshal() (dAtA []byte, err error)

func (*RoomAdminGetByAnchorResp_Data) MarshalTo

func (m *RoomAdminGetByAnchorResp_Data) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminGetByAnchorResp_Data) ProtoMessage

func (*RoomAdminGetByAnchorResp_Data) ProtoMessage()

func (*RoomAdminGetByAnchorResp_Data) Reset

func (m *RoomAdminGetByAnchorResp_Data) Reset()

func (*RoomAdminGetByAnchorResp_Data) Size

func (m *RoomAdminGetByAnchorResp_Data) Size() (n int)

func (*RoomAdminGetByAnchorResp_Data) String

func (*RoomAdminGetByAnchorResp_Data) Unmarshal

func (m *RoomAdminGetByAnchorResp_Data) Unmarshal(dAtA []byte) error

func (*RoomAdminGetByAnchorResp_Data) XXX_DiscardUnknown

func (m *RoomAdminGetByAnchorResp_Data) XXX_DiscardUnknown()

func (*RoomAdminGetByAnchorResp_Data) XXX_Marshal

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

func (*RoomAdminGetByAnchorResp_Data) XXX_Merge

func (dst *RoomAdminGetByAnchorResp_Data) XXX_Merge(src proto.Message)

func (*RoomAdminGetByAnchorResp_Data) XXX_Size

func (m *RoomAdminGetByAnchorResp_Data) XXX_Size() int

func (*RoomAdminGetByAnchorResp_Data) XXX_Unmarshal

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

type RoomAdminGetByAnchorResp_Page

type RoomAdminGetByAnchorResp_Page struct {
	// 当前页码
	Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	// 每页大小
	PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// 总页数
	TotalPage int64 `protobuf:"varint,3,opt,name=total_page,json=totalPage,proto3" json:"total_page,omitempty"`
	// 总记录数
	TotalCount           int64    `protobuf:"varint,4,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminGetByAnchorResp_Page) Descriptor

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

func (*RoomAdminGetByAnchorResp_Page) GetPage

func (m *RoomAdminGetByAnchorResp_Page) GetPage() int64

func (*RoomAdminGetByAnchorResp_Page) GetPageSize

func (m *RoomAdminGetByAnchorResp_Page) GetPageSize() int64

func (*RoomAdminGetByAnchorResp_Page) GetTotalCount

func (m *RoomAdminGetByAnchorResp_Page) GetTotalCount() int64

func (*RoomAdminGetByAnchorResp_Page) GetTotalPage

func (m *RoomAdminGetByAnchorResp_Page) GetTotalPage() int64

func (*RoomAdminGetByAnchorResp_Page) Marshal

func (m *RoomAdminGetByAnchorResp_Page) Marshal() (dAtA []byte, err error)

func (*RoomAdminGetByAnchorResp_Page) MarshalTo

func (m *RoomAdminGetByAnchorResp_Page) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminGetByAnchorResp_Page) ProtoMessage

func (*RoomAdminGetByAnchorResp_Page) ProtoMessage()

func (*RoomAdminGetByAnchorResp_Page) Reset

func (m *RoomAdminGetByAnchorResp_Page) Reset()

func (*RoomAdminGetByAnchorResp_Page) Size

func (m *RoomAdminGetByAnchorResp_Page) Size() (n int)

func (*RoomAdminGetByAnchorResp_Page) String

func (*RoomAdminGetByAnchorResp_Page) Unmarshal

func (m *RoomAdminGetByAnchorResp_Page) Unmarshal(dAtA []byte) error

func (*RoomAdminGetByAnchorResp_Page) XXX_DiscardUnknown

func (m *RoomAdminGetByAnchorResp_Page) XXX_DiscardUnknown()

func (*RoomAdminGetByAnchorResp_Page) XXX_Marshal

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

func (*RoomAdminGetByAnchorResp_Page) XXX_Merge

func (dst *RoomAdminGetByAnchorResp_Page) XXX_Merge(src proto.Message)

func (*RoomAdminGetByAnchorResp_Page) XXX_Size

func (m *RoomAdminGetByAnchorResp_Page) XXX_Size() int

func (*RoomAdminGetByAnchorResp_Page) XXX_Unmarshal

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

type RoomAdminGetByUidReq

type RoomAdminGetByUidReq struct {
	// 页数
	Page                 int64    `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty" form:"page"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminGetByUidReq) Descriptor

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

func (*RoomAdminGetByUidReq) GetPage

func (m *RoomAdminGetByUidReq) GetPage() int64

func (*RoomAdminGetByUidReq) Marshal

func (m *RoomAdminGetByUidReq) Marshal() (dAtA []byte, err error)

func (*RoomAdminGetByUidReq) MarshalTo

func (m *RoomAdminGetByUidReq) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminGetByUidReq) ProtoMessage

func (*RoomAdminGetByUidReq) ProtoMessage()

func (*RoomAdminGetByUidReq) Reset

func (m *RoomAdminGetByUidReq) Reset()

func (*RoomAdminGetByUidReq) Size

func (m *RoomAdminGetByUidReq) Size() (n int)

func (*RoomAdminGetByUidReq) String

func (m *RoomAdminGetByUidReq) String() string

func (*RoomAdminGetByUidReq) Unmarshal

func (m *RoomAdminGetByUidReq) Unmarshal(dAtA []byte) error

func (*RoomAdminGetByUidReq) XXX_DiscardUnknown

func (m *RoomAdminGetByUidReq) XXX_DiscardUnknown()

func (*RoomAdminGetByUidReq) XXX_Marshal

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

func (*RoomAdminGetByUidReq) XXX_Merge

func (dst *RoomAdminGetByUidReq) XXX_Merge(src proto.Message)

func (*RoomAdminGetByUidReq) XXX_Size

func (m *RoomAdminGetByUidReq) XXX_Size() int

func (*RoomAdminGetByUidReq) XXX_Unmarshal

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

type RoomAdminGetByUidResp

type RoomAdminGetByUidResp struct {
	//
	Page *RoomAdminGetByUidResp_Page `protobuf:"bytes,1,opt,name=page" json:"page,omitempty"`
	//
	Data                 []*RoomAdminGetByUidResp_Data `protobuf:"bytes,3,rep,name=data" json:"data"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*RoomAdminGetByUidResp) Descriptor

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

func (*RoomAdminGetByUidResp) GetData

func (*RoomAdminGetByUidResp) GetPage

func (*RoomAdminGetByUidResp) Marshal

func (m *RoomAdminGetByUidResp) Marshal() (dAtA []byte, err error)

func (*RoomAdminGetByUidResp) MarshalTo

func (m *RoomAdminGetByUidResp) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminGetByUidResp) ProtoMessage

func (*RoomAdminGetByUidResp) ProtoMessage()

func (*RoomAdminGetByUidResp) Reset

func (m *RoomAdminGetByUidResp) Reset()

func (*RoomAdminGetByUidResp) Size

func (m *RoomAdminGetByUidResp) Size() (n int)

func (*RoomAdminGetByUidResp) String

func (m *RoomAdminGetByUidResp) String() string

func (*RoomAdminGetByUidResp) Unmarshal

func (m *RoomAdminGetByUidResp) Unmarshal(dAtA []byte) error

func (*RoomAdminGetByUidResp) XXX_DiscardUnknown

func (m *RoomAdminGetByUidResp) XXX_DiscardUnknown()

func (*RoomAdminGetByUidResp) XXX_Marshal

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

func (*RoomAdminGetByUidResp) XXX_Merge

func (dst *RoomAdminGetByUidResp) XXX_Merge(src proto.Message)

func (*RoomAdminGetByUidResp) XXX_Size

func (m *RoomAdminGetByUidResp) XXX_Size() int

func (*RoomAdminGetByUidResp) XXX_Unmarshal

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

type RoomAdminGetByUidResp_Data

type RoomAdminGetByUidResp_Data struct {
	// 用户id
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 房间号
	Roomid int64 `protobuf:"varint,2,opt,name=roomid,proto3" json:"roomid"`
	// 主播的用户id
	AnchorId int64 `protobuf:"varint,3,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
	// 主播用户名
	Uname string `protobuf:"bytes,4,opt,name=uname,proto3" json:"uname"`
	// 主播封面
	AnchorCover string `protobuf:"bytes,5,opt,name=anchor_cover,json=anchorCover,proto3" json:"anchor_cover"`
	// 上任时间
	Ctime                string   `protobuf:"bytes,6,opt,name=ctime,proto3" json:"ctime"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminGetByUidResp_Data) Descriptor

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

func (*RoomAdminGetByUidResp_Data) GetAnchorCover

func (m *RoomAdminGetByUidResp_Data) GetAnchorCover() string

func (*RoomAdminGetByUidResp_Data) GetAnchorId

func (m *RoomAdminGetByUidResp_Data) GetAnchorId() int64

func (*RoomAdminGetByUidResp_Data) GetCtime

func (m *RoomAdminGetByUidResp_Data) GetCtime() string

func (*RoomAdminGetByUidResp_Data) GetRoomid

func (m *RoomAdminGetByUidResp_Data) GetRoomid() int64

func (*RoomAdminGetByUidResp_Data) GetUid

func (m *RoomAdminGetByUidResp_Data) GetUid() int64

func (*RoomAdminGetByUidResp_Data) GetUname

func (m *RoomAdminGetByUidResp_Data) GetUname() string

func (*RoomAdminGetByUidResp_Data) Marshal

func (m *RoomAdminGetByUidResp_Data) Marshal() (dAtA []byte, err error)

func (*RoomAdminGetByUidResp_Data) MarshalTo

func (m *RoomAdminGetByUidResp_Data) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminGetByUidResp_Data) ProtoMessage

func (*RoomAdminGetByUidResp_Data) ProtoMessage()

func (*RoomAdminGetByUidResp_Data) Reset

func (m *RoomAdminGetByUidResp_Data) Reset()

func (*RoomAdminGetByUidResp_Data) Size

func (m *RoomAdminGetByUidResp_Data) Size() (n int)

func (*RoomAdminGetByUidResp_Data) String

func (m *RoomAdminGetByUidResp_Data) String() string

func (*RoomAdminGetByUidResp_Data) Unmarshal

func (m *RoomAdminGetByUidResp_Data) Unmarshal(dAtA []byte) error

func (*RoomAdminGetByUidResp_Data) XXX_DiscardUnknown

func (m *RoomAdminGetByUidResp_Data) XXX_DiscardUnknown()

func (*RoomAdminGetByUidResp_Data) XXX_Marshal

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

func (*RoomAdminGetByUidResp_Data) XXX_Merge

func (dst *RoomAdminGetByUidResp_Data) XXX_Merge(src proto.Message)

func (*RoomAdminGetByUidResp_Data) XXX_Size

func (m *RoomAdminGetByUidResp_Data) XXX_Size() int

func (*RoomAdminGetByUidResp_Data) XXX_Unmarshal

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

type RoomAdminGetByUidResp_Page

type RoomAdminGetByUidResp_Page struct {
	// 当前页码
	Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	// 每页大小
	PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// 总页数
	TotalPage int64 `protobuf:"varint,3,opt,name=total_page,json=totalPage,proto3" json:"total_page,omitempty"`
	// 总记录数
	TotalCount           int64    `protobuf:"varint,4,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminGetByUidResp_Page) Descriptor

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

func (*RoomAdminGetByUidResp_Page) GetPage

func (m *RoomAdminGetByUidResp_Page) GetPage() int64

func (*RoomAdminGetByUidResp_Page) GetPageSize

func (m *RoomAdminGetByUidResp_Page) GetPageSize() int64

func (*RoomAdminGetByUidResp_Page) GetTotalCount

func (m *RoomAdminGetByUidResp_Page) GetTotalCount() int64

func (*RoomAdminGetByUidResp_Page) GetTotalPage

func (m *RoomAdminGetByUidResp_Page) GetTotalPage() int64

func (*RoomAdminGetByUidResp_Page) Marshal

func (m *RoomAdminGetByUidResp_Page) Marshal() (dAtA []byte, err error)

func (*RoomAdminGetByUidResp_Page) MarshalTo

func (m *RoomAdminGetByUidResp_Page) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminGetByUidResp_Page) ProtoMessage

func (*RoomAdminGetByUidResp_Page) ProtoMessage()

func (*RoomAdminGetByUidResp_Page) Reset

func (m *RoomAdminGetByUidResp_Page) Reset()

func (*RoomAdminGetByUidResp_Page) Size

func (m *RoomAdminGetByUidResp_Page) Size() (n int)

func (*RoomAdminGetByUidResp_Page) String

func (m *RoomAdminGetByUidResp_Page) String() string

func (*RoomAdminGetByUidResp_Page) Unmarshal

func (m *RoomAdminGetByUidResp_Page) Unmarshal(dAtA []byte) error

func (*RoomAdminGetByUidResp_Page) XXX_DiscardUnknown

func (m *RoomAdminGetByUidResp_Page) XXX_DiscardUnknown()

func (*RoomAdminGetByUidResp_Page) XXX_Marshal

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

func (*RoomAdminGetByUidResp_Page) XXX_Merge

func (dst *RoomAdminGetByUidResp_Page) XXX_Merge(src proto.Message)

func (*RoomAdminGetByUidResp_Page) XXX_Size

func (m *RoomAdminGetByUidResp_Page) XXX_Size() int

func (*RoomAdminGetByUidResp_Page) XXX_Unmarshal

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

type RoomAdminResignRoomAdminReq

type RoomAdminResignRoomAdminReq struct {
	// 房间号
	Roomid               int64    `protobuf:"varint,1,opt,name=roomid,proto3" json:"roomid,omitempty" form:"roomid" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminResignRoomAdminReq) Descriptor

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

func (*RoomAdminResignRoomAdminReq) GetRoomid

func (m *RoomAdminResignRoomAdminReq) GetRoomid() int64

func (*RoomAdminResignRoomAdminReq) Marshal

func (m *RoomAdminResignRoomAdminReq) Marshal() (dAtA []byte, err error)

func (*RoomAdminResignRoomAdminReq) MarshalTo

func (m *RoomAdminResignRoomAdminReq) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminResignRoomAdminReq) ProtoMessage

func (*RoomAdminResignRoomAdminReq) ProtoMessage()

func (*RoomAdminResignRoomAdminReq) Reset

func (m *RoomAdminResignRoomAdminReq) Reset()

func (*RoomAdminResignRoomAdminReq) Size

func (m *RoomAdminResignRoomAdminReq) Size() (n int)

func (*RoomAdminResignRoomAdminReq) String

func (m *RoomAdminResignRoomAdminReq) String() string

func (*RoomAdminResignRoomAdminReq) Unmarshal

func (m *RoomAdminResignRoomAdminReq) Unmarshal(dAtA []byte) error

func (*RoomAdminResignRoomAdminReq) XXX_DiscardUnknown

func (m *RoomAdminResignRoomAdminReq) XXX_DiscardUnknown()

func (*RoomAdminResignRoomAdminReq) XXX_Marshal

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

func (*RoomAdminResignRoomAdminReq) XXX_Merge

func (dst *RoomAdminResignRoomAdminReq) XXX_Merge(src proto.Message)

func (*RoomAdminResignRoomAdminReq) XXX_Size

func (m *RoomAdminResignRoomAdminReq) XXX_Size() int

func (*RoomAdminResignRoomAdminReq) XXX_Unmarshal

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

type RoomAdminResignRoomAdminResp

type RoomAdminResignRoomAdminResp struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminResignRoomAdminResp) Descriptor

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

func (*RoomAdminResignRoomAdminResp) Marshal

func (m *RoomAdminResignRoomAdminResp) Marshal() (dAtA []byte, err error)

func (*RoomAdminResignRoomAdminResp) MarshalTo

func (m *RoomAdminResignRoomAdminResp) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminResignRoomAdminResp) ProtoMessage

func (*RoomAdminResignRoomAdminResp) ProtoMessage()

func (*RoomAdminResignRoomAdminResp) Reset

func (m *RoomAdminResignRoomAdminResp) Reset()

func (*RoomAdminResignRoomAdminResp) Size

func (m *RoomAdminResignRoomAdminResp) Size() (n int)

func (*RoomAdminResignRoomAdminResp) String

func (*RoomAdminResignRoomAdminResp) Unmarshal

func (m *RoomAdminResignRoomAdminResp) Unmarshal(dAtA []byte) error

func (*RoomAdminResignRoomAdminResp) XXX_DiscardUnknown

func (m *RoomAdminResignRoomAdminResp) XXX_DiscardUnknown()

func (*RoomAdminResignRoomAdminResp) XXX_Marshal

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

func (*RoomAdminResignRoomAdminResp) XXX_Merge

func (dst *RoomAdminResignRoomAdminResp) XXX_Merge(src proto.Message)

func (*RoomAdminResignRoomAdminResp) XXX_Size

func (m *RoomAdminResignRoomAdminResp) XXX_Size() int

func (*RoomAdminResignRoomAdminResp) XXX_Unmarshal

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

type RoomAdminSearchForAdminReq

type RoomAdminSearchForAdminReq struct {
	KeyWord              string   `protobuf:"bytes,1,opt,name=key_word,json=keyWord,proto3" json:"key_word,omitempty" form:"key_word" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminSearchForAdminReq) Descriptor

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

func (*RoomAdminSearchForAdminReq) GetKeyWord

func (m *RoomAdminSearchForAdminReq) GetKeyWord() string

func (*RoomAdminSearchForAdminReq) Marshal

func (m *RoomAdminSearchForAdminReq) Marshal() (dAtA []byte, err error)

func (*RoomAdminSearchForAdminReq) MarshalTo

func (m *RoomAdminSearchForAdminReq) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminSearchForAdminReq) ProtoMessage

func (*RoomAdminSearchForAdminReq) ProtoMessage()

func (*RoomAdminSearchForAdminReq) Reset

func (m *RoomAdminSearchForAdminReq) Reset()

func (*RoomAdminSearchForAdminReq) Size

func (m *RoomAdminSearchForAdminReq) Size() (n int)

func (*RoomAdminSearchForAdminReq) String

func (m *RoomAdminSearchForAdminReq) String() string

func (*RoomAdminSearchForAdminReq) Unmarshal

func (m *RoomAdminSearchForAdminReq) Unmarshal(dAtA []byte) error

func (*RoomAdminSearchForAdminReq) XXX_DiscardUnknown

func (m *RoomAdminSearchForAdminReq) XXX_DiscardUnknown()

func (*RoomAdminSearchForAdminReq) XXX_Marshal

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

func (*RoomAdminSearchForAdminReq) XXX_Merge

func (dst *RoomAdminSearchForAdminReq) XXX_Merge(src proto.Message)

func (*RoomAdminSearchForAdminReq) XXX_Size

func (m *RoomAdminSearchForAdminReq) XXX_Size() int

func (*RoomAdminSearchForAdminReq) XXX_Unmarshal

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

type RoomAdminSearchForAdminResp

type RoomAdminSearchForAdminResp struct {
	Data                 []*RoomAdminSearchForAdminResp_Data `protobuf:"bytes,3,rep,name=data" json:"data"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*RoomAdminSearchForAdminResp) Descriptor

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

func (*RoomAdminSearchForAdminResp) GetData

func (*RoomAdminSearchForAdminResp) Marshal

func (m *RoomAdminSearchForAdminResp) Marshal() (dAtA []byte, err error)

func (*RoomAdminSearchForAdminResp) MarshalTo

func (m *RoomAdminSearchForAdminResp) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminSearchForAdminResp) ProtoMessage

func (*RoomAdminSearchForAdminResp) ProtoMessage()

func (*RoomAdminSearchForAdminResp) Reset

func (m *RoomAdminSearchForAdminResp) Reset()

func (*RoomAdminSearchForAdminResp) Size

func (m *RoomAdminSearchForAdminResp) Size() (n int)

func (*RoomAdminSearchForAdminResp) String

func (m *RoomAdminSearchForAdminResp) String() string

func (*RoomAdminSearchForAdminResp) Unmarshal

func (m *RoomAdminSearchForAdminResp) Unmarshal(dAtA []byte) error

func (*RoomAdminSearchForAdminResp) XXX_DiscardUnknown

func (m *RoomAdminSearchForAdminResp) XXX_DiscardUnknown()

func (*RoomAdminSearchForAdminResp) XXX_Marshal

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

func (*RoomAdminSearchForAdminResp) XXX_Merge

func (dst *RoomAdminSearchForAdminResp) XXX_Merge(src proto.Message)

func (*RoomAdminSearchForAdminResp) XXX_Size

func (m *RoomAdminSearchForAdminResp) XXX_Size() int

func (*RoomAdminSearchForAdminResp) XXX_Unmarshal

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

type RoomAdminSearchForAdminResp_Data

type RoomAdminSearchForAdminResp_Data struct {
	// 用户id
	Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
	// 是否房管
	IsAdmin int64 `protobuf:"varint,2,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin"`
	// 用户名
	Uname string `protobuf:"bytes,4,opt,name=uname,proto3" json:"uname"`
	// 用户头像
	Face string `protobuf:"bytes,5,opt,name=face,proto3" json:"face"`
	// 粉丝勋章名称
	MedalName string `protobuf:"bytes,6,opt,name=medal_name,json=medalName,proto3" json:"medal_name"`
	// 粉丝勋章等级
	Level                int64    `protobuf:"varint,7,opt,name=level,proto3" json:"level"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAdminSearchForAdminResp_Data) Descriptor

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

func (*RoomAdminSearchForAdminResp_Data) GetFace

func (*RoomAdminSearchForAdminResp_Data) GetIsAdmin

func (m *RoomAdminSearchForAdminResp_Data) GetIsAdmin() int64

func (*RoomAdminSearchForAdminResp_Data) GetLevel

func (*RoomAdminSearchForAdminResp_Data) GetMedalName

func (m *RoomAdminSearchForAdminResp_Data) GetMedalName() string

func (*RoomAdminSearchForAdminResp_Data) GetUid

func (*RoomAdminSearchForAdminResp_Data) GetUname

func (*RoomAdminSearchForAdminResp_Data) Marshal

func (m *RoomAdminSearchForAdminResp_Data) Marshal() (dAtA []byte, err error)

func (*RoomAdminSearchForAdminResp_Data) MarshalTo

func (m *RoomAdminSearchForAdminResp_Data) MarshalTo(dAtA []byte) (int, error)

func (*RoomAdminSearchForAdminResp_Data) ProtoMessage

func (*RoomAdminSearchForAdminResp_Data) ProtoMessage()

func (*RoomAdminSearchForAdminResp_Data) Reset

func (*RoomAdminSearchForAdminResp_Data) Size

func (m *RoomAdminSearchForAdminResp_Data) Size() (n int)

func (*RoomAdminSearchForAdminResp_Data) String

func (*RoomAdminSearchForAdminResp_Data) Unmarshal

func (m *RoomAdminSearchForAdminResp_Data) Unmarshal(dAtA []byte) error

func (*RoomAdminSearchForAdminResp_Data) XXX_DiscardUnknown

func (m *RoomAdminSearchForAdminResp_Data) XXX_DiscardUnknown()

func (*RoomAdminSearchForAdminResp_Data) XXX_Marshal

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

func (*RoomAdminSearchForAdminResp_Data) XXX_Merge

func (dst *RoomAdminSearchForAdminResp_Data) XXX_Merge(src proto.Message)

func (*RoomAdminSearchForAdminResp_Data) XXX_Size

func (m *RoomAdminSearchForAdminResp_Data) XXX_Size() int

func (*RoomAdminSearchForAdminResp_Data) XXX_Unmarshal

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

type RoomBMServer

type RoomBMServer interface {
	// 获取房间基本信息
	// `method:"GET" midware:"auth"`
	GetInfo(ctx context.Context, req *GetRoomInfoReq) (resp *GetRoomInfoResp, err error)

	// 创建房间
	// `method:"POST" midware:"auth"`
	Create(ctx context.Context, req *CreateReq) (resp *CreateResp, err error)
}

type ShowEntryReq

type ShowEntryReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

历史记录请求参数定义

func (*ShowEntryReq) Descriptor

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

func (*ShowEntryReq) Marshal

func (m *ShowEntryReq) Marshal() (dAtA []byte, err error)

func (*ShowEntryReq) MarshalTo

func (m *ShowEntryReq) MarshalTo(dAtA []byte) (int, error)

func (*ShowEntryReq) ProtoMessage

func (*ShowEntryReq) ProtoMessage()

func (*ShowEntryReq) Reset

func (m *ShowEntryReq) Reset()

func (*ShowEntryReq) Size

func (m *ShowEntryReq) Size() (n int)

func (*ShowEntryReq) String

func (m *ShowEntryReq) String() string

func (*ShowEntryReq) Unmarshal

func (m *ShowEntryReq) Unmarshal(dAtA []byte) error

func (*ShowEntryReq) XXX_DiscardUnknown

func (m *ShowEntryReq) XXX_DiscardUnknown()

func (*ShowEntryReq) XXX_Marshal

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

func (*ShowEntryReq) XXX_Merge

func (dst *ShowEntryReq) XXX_Merge(src proto.Message)

func (*ShowEntryReq) XXX_Size

func (m *ShowEntryReq) XXX_Size() int

func (*ShowEntryReq) XXX_Unmarshal

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

type ShowEntryResp

type ShowEntryResp struct {
	// 是否有房管
	HasAdmin             int64    `protobuf:"varint,1,opt,name=has_admin,json=hasAdmin,proto3" json:"has_admin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

获取接口返回响应

func (*ShowEntryResp) Descriptor

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

func (*ShowEntryResp) GetHasAdmin

func (m *ShowEntryResp) GetHasAdmin() int64

func (*ShowEntryResp) Marshal

func (m *ShowEntryResp) Marshal() (dAtA []byte, err error)

func (*ShowEntryResp) MarshalTo

func (m *ShowEntryResp) MarshalTo(dAtA []byte) (int, error)

func (*ShowEntryResp) ProtoMessage

func (*ShowEntryResp) ProtoMessage()

func (*ShowEntryResp) Reset

func (m *ShowEntryResp) Reset()

func (*ShowEntryResp) Size

func (m *ShowEntryResp) Size() (n int)

func (*ShowEntryResp) String

func (m *ShowEntryResp) String() string

func (*ShowEntryResp) Unmarshal

func (m *ShowEntryResp) Unmarshal(dAtA []byte) error

func (*ShowEntryResp) XXX_DiscardUnknown

func (m *ShowEntryResp) XXX_DiscardUnknown()

func (*ShowEntryResp) XXX_Marshal

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

func (*ShowEntryResp) XXX_Merge

func (dst *ShowEntryResp) XXX_Merge(src proto.Message)

func (*ShowEntryResp) XXX_Size

func (m *ShowEntryResp) XXX_Size() int

func (*ShowEntryResp) XXX_Unmarshal

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

type TopicBMServer

type TopicBMServer interface {
	// 获取话题列表
	// `method:"GET" midware:"auth"`
	GetTopicList(ctx context.Context, req *GetTopicListReq) (resp *GetTopicListResp, err error)

	// 检验话题是否有效
	// `method:"GET" midware:"auth"`
	CheckTopic(ctx context.Context, req *CheckTopicReq) (resp *CheckTopicResp, err error)
}

Jump to

Keyboard shortcuts

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