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: 11 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:

api.proto

Index

Constants

View Source
const AppID = "live.daoanchor"

Variables

View Source
var (
	ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowApi   = fmt.Errorf("proto: integer overflow")
)
View Source
var PathDaoAnchorAnchorBatchIncre = "/live.daoanchor.v1.DaoAnchor/AnchorBatchIncre"
View Source
var PathDaoAnchorAnchorBatchUpdate = "/live.daoanchor.v1.DaoAnchor/AnchorBatchUpdate"
View Source
var PathDaoAnchorAnchorIncre = "/live.daoanchor.v1.DaoAnchor/AnchorIncre"
View Source
var PathDaoAnchorAnchorUpdate = "/live.daoanchor.v1.DaoAnchor/AnchorUpdate"
View Source
var PathDaoAnchorDeleteAttr = "/live.daoanchor.v1.DaoAnchor/DeleteAttr"
View Source
var PathDaoAnchorFetchAreas = "/live.daoanchor.v1.DaoAnchor/FetchAreas"
View Source
var PathDaoAnchorFetchAttrByIDs = "/live.daoanchor.v1.DaoAnchor/FetchAttrByIDs"
View Source
var PathDaoAnchorFetchRoomByIDs = "/live.daoanchor.v1.DaoAnchor/FetchRoomByIDs"
View Source
var PathDaoAnchorRoomAttrCreate = "/live.daoanchor.v1.DaoAnchor/RoomAttrCreate"
View Source
var PathDaoAnchorRoomAttrSetEx = "/live.daoanchor.v1.DaoAnchor/RoomAttrSetEx"
View Source
var PathDaoAnchorRoomBatchUpdate = "/live.daoanchor.v1.DaoAnchor/RoomBatchUpdate"
View Source
var PathDaoAnchorRoomCreate = "/live.daoanchor.v1.DaoAnchor/RoomCreate"
View Source
var PathDaoAnchorRoomExtendBatchIncre = "/live.daoanchor.v1.DaoAnchor/RoomExtendBatchIncre"
View Source
var PathDaoAnchorRoomExtendBatchUpdate = "/live.daoanchor.v1.DaoAnchor/RoomExtendBatchUpdate"
View Source
var PathDaoAnchorRoomExtendIncre = "/live.daoanchor.v1.DaoAnchor/RoomExtendIncre"
View Source
var PathDaoAnchorRoomExtendUpdate = "/live.daoanchor.v1.DaoAnchor/RoomExtendUpdate"
View Source
var PathDaoAnchorRoomOnlineList = "/live.daoanchor.v1.DaoAnchor/RoomOnlineList"
View Source
var PathDaoAnchorRoomOnlineListByArea = "/live.daoanchor.v1.DaoAnchor/RoomOnlineListByArea"
View Source
var PathDaoAnchorRoomOnlineListByAttrs = "/live.daoanchor.v1.DaoAnchor/RoomOnlineListByAttrs"
View Source
var PathDaoAnchorRoomTagCreate = "/live.daoanchor.v1.DaoAnchor/RoomTagCreate"
View Source
var PathDaoAnchorRoomUpdate = "/live.daoanchor.v1.DaoAnchor/RoomUpdate"

Functions

func RegisterDaoAnchorBMServer

func RegisterDaoAnchorBMServer(e *bm.Engine, server DaoAnchorBMServer)

RegisterDaoAnchorBMServer Register the blademaster route

func RegisterDaoAnchorServer

func RegisterDaoAnchorServer(s *grpc.Server, srv DaoAnchorServer)

Types

type AnchorBatchIncreReq

type AnchorBatchIncreReq struct {
	Reqs                 []*AnchorIncreReq `protobuf:"bytes,1,rep,name=reqs" json:"reqs,omitempty" validate:"required"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*AnchorBatchIncreReq) Descriptor

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

func (*AnchorBatchIncreReq) GetReqs

func (m *AnchorBatchIncreReq) GetReqs() []*AnchorIncreReq

func (*AnchorBatchIncreReq) Marshal

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

func (*AnchorBatchIncreReq) MarshalTo

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

func (*AnchorBatchIncreReq) ProtoMessage

func (*AnchorBatchIncreReq) ProtoMessage()

func (*AnchorBatchIncreReq) Reset

func (m *AnchorBatchIncreReq) Reset()

func (*AnchorBatchIncreReq) Size

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

func (*AnchorBatchIncreReq) String

func (m *AnchorBatchIncreReq) String() string

func (*AnchorBatchIncreReq) Unmarshal

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

func (*AnchorBatchIncreReq) XXX_DiscardUnknown

func (m *AnchorBatchIncreReq) XXX_DiscardUnknown()

func (*AnchorBatchIncreReq) XXX_Marshal

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

func (*AnchorBatchIncreReq) XXX_Merge

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

func (*AnchorBatchIncreReq) XXX_Size

func (m *AnchorBatchIncreReq) XXX_Size() int

func (*AnchorBatchIncreReq) XXX_Unmarshal

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

type AnchorBatchUpdateReq

type AnchorBatchUpdateReq struct {
	Reqs                 []*AnchorUpdateReq `protobuf:"bytes,1,rep,name=reqs" json:"reqs,omitempty" validate:"required"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*AnchorBatchUpdateReq) Descriptor

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

func (*AnchorBatchUpdateReq) GetReqs

func (m *AnchorBatchUpdateReq) GetReqs() []*AnchorUpdateReq

func (*AnchorBatchUpdateReq) Marshal

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

func (*AnchorBatchUpdateReq) MarshalTo

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

func (*AnchorBatchUpdateReq) ProtoMessage

func (*AnchorBatchUpdateReq) ProtoMessage()

func (*AnchorBatchUpdateReq) Reset

func (m *AnchorBatchUpdateReq) Reset()

func (*AnchorBatchUpdateReq) Size

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

func (*AnchorBatchUpdateReq) String

func (m *AnchorBatchUpdateReq) String() string

func (*AnchorBatchUpdateReq) Unmarshal

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

func (*AnchorBatchUpdateReq) XXX_DiscardUnknown

func (m *AnchorBatchUpdateReq) XXX_DiscardUnknown()

func (*AnchorBatchUpdateReq) XXX_Marshal

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

func (*AnchorBatchUpdateReq) XXX_Merge

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

func (*AnchorBatchUpdateReq) XXX_Size

func (m *AnchorBatchUpdateReq) XXX_Size() int

func (*AnchorBatchUpdateReq) XXX_Unmarshal

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

type AnchorIncreReq

type AnchorIncreReq struct {
	ReqId                string   `protobuf:"bytes,1,opt,name=req_id,json=reqId,proto3" json:"req_id,omitempty" validate:"required"`
	Fields               []string `protobuf:"bytes,2,rep,name=fields" json:"fields,omitempty" validate:"required"`
	Uid                  int64    `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty" validate:"gt=0,required"`
	SanScore             int64    `protobuf:"varint,4,opt,name=san_score,json=sanScore,proto3" json:"san_score,omitempty"`
	Exp                  int64    `protobuf:"varint,5,opt,name=exp,proto3" json:"exp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorIncreReq) Descriptor

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

func (*AnchorIncreReq) GetExp

func (m *AnchorIncreReq) GetExp() int64

func (*AnchorIncreReq) GetFields

func (m *AnchorIncreReq) GetFields() []string

func (*AnchorIncreReq) GetReqId

func (m *AnchorIncreReq) GetReqId() string

func (*AnchorIncreReq) GetSanScore

func (m *AnchorIncreReq) GetSanScore() int64

func (*AnchorIncreReq) GetUid

func (m *AnchorIncreReq) GetUid() int64

func (*AnchorIncreReq) Marshal

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

func (*AnchorIncreReq) MarshalTo

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

func (*AnchorIncreReq) ProtoMessage

func (*AnchorIncreReq) ProtoMessage()

func (*AnchorIncreReq) Reset

func (m *AnchorIncreReq) Reset()

func (*AnchorIncreReq) Size

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

func (*AnchorIncreReq) String

func (m *AnchorIncreReq) String() string

func (*AnchorIncreReq) Unmarshal

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

func (*AnchorIncreReq) XXX_DiscardUnknown

func (m *AnchorIncreReq) XXX_DiscardUnknown()

func (*AnchorIncreReq) XXX_Marshal

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

func (*AnchorIncreReq) XXX_Merge

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

func (*AnchorIncreReq) XXX_Size

func (m *AnchorIncreReq) XXX_Size() int

func (*AnchorIncreReq) XXX_Unmarshal

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

type AnchorLevel

type AnchorLevel struct {
	// 当前等级
	Level int64 `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"`
	// 当前等级颜色
	Color int64 `protobuf:"varint,2,opt,name=color,proto3" json:"color,omitempty"`
	// 当前积分
	Score int64 `protobuf:"varint,3,opt,name=score,proto3" json:"score,omitempty"`
	// 当前等级最小积分
	Left int64 `protobuf:"varint,4,opt,name=left,proto3" json:"left,omitempty"`
	// 当前等级最大积分
	Right int64 `protobuf:"varint,5,opt,name=right,proto3" json:"right,omitempty"`
	// 最大等级
	MaxLevel             int64    `protobuf:"varint,6,opt,name=max_level,json=maxLevel,proto3" json:"max_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorLevel) Descriptor

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

func (*AnchorLevel) GetColor

func (m *AnchorLevel) GetColor() int64

func (*AnchorLevel) GetLeft

func (m *AnchorLevel) GetLeft() int64

func (*AnchorLevel) GetLevel

func (m *AnchorLevel) GetLevel() int64

func (*AnchorLevel) GetMaxLevel

func (m *AnchorLevel) GetMaxLevel() int64

func (*AnchorLevel) GetRight

func (m *AnchorLevel) GetRight() int64

func (*AnchorLevel) GetScore

func (m *AnchorLevel) GetScore() int64

func (*AnchorLevel) Marshal

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

func (*AnchorLevel) MarshalTo

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

func (*AnchorLevel) ProtoMessage

func (*AnchorLevel) ProtoMessage()

func (*AnchorLevel) Reset

func (m *AnchorLevel) Reset()

func (*AnchorLevel) Size

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

func (*AnchorLevel) String

func (m *AnchorLevel) String() string

func (*AnchorLevel) Unmarshal

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

func (*AnchorLevel) XXX_DiscardUnknown

func (m *AnchorLevel) XXX_DiscardUnknown()

func (*AnchorLevel) XXX_Marshal

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

func (*AnchorLevel) XXX_Merge

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

func (*AnchorLevel) XXX_Size

func (m *AnchorLevel) XXX_Size() int

func (*AnchorLevel) XXX_Unmarshal

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

type AnchorUpdateReq

type AnchorUpdateReq struct {
	Fields               []string `protobuf:"bytes,1,rep,name=fields" json:"fields,omitempty" validate:"required"`
	Uid                  int64    `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty" validate:"gt=0,required"`
	ProfileType          int64    `protobuf:"varint,3,opt,name=profile_type,json=profileType,proto3" json:"profile_type,omitempty"`
	SanScore             int64    `protobuf:"varint,4,opt,name=san_score,json=sanScore,proto3" json:"san_score,omitempty"`
	RoundStatus          int64    `protobuf:"varint,5,opt,name=round_status,json=roundStatus,proto3" json:"round_status,omitempty"`
	RecordStatus         int64    `protobuf:"varint,6,opt,name=record_status,json=recordStatus,proto3" json:"record_status,omitempty"`
	Exp                  int64    `protobuf:"varint,7,opt,name=exp,proto3" json:"exp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnchorUpdateReq) Descriptor

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

func (*AnchorUpdateReq) GetExp

func (m *AnchorUpdateReq) GetExp() int64

func (*AnchorUpdateReq) GetFields

func (m *AnchorUpdateReq) GetFields() []string

func (*AnchorUpdateReq) GetProfileType

func (m *AnchorUpdateReq) GetProfileType() int64

func (*AnchorUpdateReq) GetRecordStatus

func (m *AnchorUpdateReq) GetRecordStatus() int64

func (*AnchorUpdateReq) GetRoundStatus

func (m *AnchorUpdateReq) GetRoundStatus() int64

func (*AnchorUpdateReq) GetSanScore

func (m *AnchorUpdateReq) GetSanScore() int64

func (*AnchorUpdateReq) GetUid

func (m *AnchorUpdateReq) GetUid() int64

func (*AnchorUpdateReq) Marshal

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

func (*AnchorUpdateReq) MarshalTo

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

func (*AnchorUpdateReq) ProtoMessage

func (*AnchorUpdateReq) ProtoMessage()

func (*AnchorUpdateReq) Reset

func (m *AnchorUpdateReq) Reset()

func (*AnchorUpdateReq) Size

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

func (*AnchorUpdateReq) String

func (m *AnchorUpdateReq) String() string

func (*AnchorUpdateReq) Unmarshal

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

func (*AnchorUpdateReq) XXX_DiscardUnknown

func (m *AnchorUpdateReq) XXX_DiscardUnknown()

func (*AnchorUpdateReq) XXX_Marshal

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

func (*AnchorUpdateReq) XXX_Merge

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

func (*AnchorUpdateReq) XXX_Size

func (m *AnchorUpdateReq) XXX_Size() int

func (*AnchorUpdateReq) XXX_Unmarshal

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

type AreaInfo

type AreaInfo struct {
	AreaId               int64    `protobuf:"varint,1,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	AreaName             string   `protobuf:"bytes,2,opt,name=area_name,json=areaName,proto3" json:"area_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AreaInfo) Descriptor

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

func (*AreaInfo) GetAreaId

func (m *AreaInfo) GetAreaId() int64

func (*AreaInfo) GetAreaName

func (m *AreaInfo) GetAreaName() string

func (*AreaInfo) Marshal

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

func (*AreaInfo) MarshalTo

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

func (*AreaInfo) ProtoMessage

func (*AreaInfo) ProtoMessage()

func (*AreaInfo) Reset

func (m *AreaInfo) Reset()

func (*AreaInfo) Size

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

func (*AreaInfo) String

func (m *AreaInfo) String() string

func (*AreaInfo) Unmarshal

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

func (*AreaInfo) XXX_DiscardUnknown

func (m *AreaInfo) XXX_DiscardUnknown()

func (*AreaInfo) XXX_Marshal

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

func (*AreaInfo) XXX_Merge

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

func (*AreaInfo) XXX_Size

func (m *AreaInfo) XXX_Size() int

func (*AreaInfo) XXX_Unmarshal

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

type AttrData

type AttrData struct {
	RoomId               int64    `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	AttrId               int64    `protobuf:"varint,2,opt,name=attr_id,json=attrId,proto3" json:"attr_id,omitempty"`
	AttrSubId            int64    `protobuf:"varint,3,opt,name=attr_sub_id,json=attrSubId,proto3" json:"attr_sub_id,omitempty"`
	AttrValue            int64    `protobuf:"varint,4,opt,name=attr_value,json=attrValue,proto3" json:"attr_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttrData) Descriptor

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

func (*AttrData) GetAttrId

func (m *AttrData) GetAttrId() int64

func (*AttrData) GetAttrSubId

func (m *AttrData) GetAttrSubId() int64

func (*AttrData) GetAttrValue

func (m *AttrData) GetAttrValue() int64

func (*AttrData) GetRoomId

func (m *AttrData) GetRoomId() int64

func (*AttrData) Marshal

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

func (*AttrData) MarshalTo

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

func (*AttrData) ProtoMessage

func (*AttrData) ProtoMessage()

func (*AttrData) Reset

func (m *AttrData) Reset()

func (*AttrData) Size

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

func (*AttrData) String

func (m *AttrData) String() string

func (*AttrData) Unmarshal

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

func (*AttrData) XXX_DiscardUnknown

func (m *AttrData) XXX_DiscardUnknown()

func (*AttrData) XXX_Marshal

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

func (*AttrData) XXX_Merge

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

func (*AttrData) XXX_Size

func (m *AttrData) XXX_Size() int

func (*AttrData) XXX_Unmarshal

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

type AttrReq

type AttrReq struct {
	AttrId               int64    `protobuf:"varint,1,opt,name=attr_id,json=attrId,proto3" json:"attr_id,omitempty"`
	AttrSubId            int64    `protobuf:"varint,2,opt,name=attr_sub_id,json=attrSubId,proto3" json:"attr_sub_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AttrReq) Descriptor

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

func (*AttrReq) GetAttrId

func (m *AttrReq) GetAttrId() int64

func (*AttrReq) GetAttrSubId

func (m *AttrReq) GetAttrSubId() int64

func (*AttrReq) Marshal

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

func (*AttrReq) MarshalTo

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

func (*AttrReq) ProtoMessage

func (*AttrReq) ProtoMessage()

func (*AttrReq) Reset

func (m *AttrReq) Reset()

func (*AttrReq) Size

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

func (*AttrReq) String

func (m *AttrReq) String() string

func (*AttrReq) Unmarshal

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

func (*AttrReq) XXX_DiscardUnknown

func (m *AttrReq) XXX_DiscardUnknown()

func (*AttrReq) XXX_Marshal

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

func (*AttrReq) XXX_Merge

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

func (*AttrReq) XXX_Size

func (m *AttrReq) XXX_Size() int

func (*AttrReq) XXX_Unmarshal

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

type AttrResp

type AttrResp struct {
	Uid                  int64       `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty" validate:"gt=0,required"`
	RoomId               int64       `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty" validate:"gt=0,required"`
	AreaId               int64       `protobuf:"varint,3,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty" validate:"gt=0,required"`
	ParentAreaId         int64       `protobuf:"varint,4,opt,name=parent_area_id,json=parentAreaId,proto3" json:"parent_area_id,omitempty" validate:"gt=0,required"`
	TagList              []*TagData  `protobuf:"bytes,5,rep,name=tag_list,json=tagList" json:"tag_list,omitempty"`
	AttrList             []*AttrData `protobuf:"bytes,6,rep,name=attr_list,json=attrList" json:"attr_list,omitempty"`
	PopularityCount      int64       `protobuf:"varint,7,opt,name=popularity_count,json=popularityCount,proto3" json:"popularity_count,omitempty"`
	AnchorProfileType    int64       `protobuf:"varint,8,opt,name=anchor_profile_type,json=anchorProfileType,proto3" json:"anchor_profile_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*AttrResp) Descriptor

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

func (*AttrResp) GetAnchorProfileType

func (m *AttrResp) GetAnchorProfileType() int64

func (*AttrResp) GetAreaId

func (m *AttrResp) GetAreaId() int64

func (*AttrResp) GetAttrList

func (m *AttrResp) GetAttrList() []*AttrData

func (*AttrResp) GetParentAreaId

func (m *AttrResp) GetParentAreaId() int64

func (*AttrResp) GetPopularityCount

func (m *AttrResp) GetPopularityCount() int64

func (*AttrResp) GetRoomId

func (m *AttrResp) GetRoomId() int64

func (*AttrResp) GetTagList

func (m *AttrResp) GetTagList() []*TagData

func (*AttrResp) GetUid

func (m *AttrResp) GetUid() int64

func (*AttrResp) Marshal

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

func (*AttrResp) MarshalTo

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

func (*AttrResp) ProtoMessage

func (*AttrResp) ProtoMessage()

func (*AttrResp) Reset

func (m *AttrResp) Reset()

func (*AttrResp) Size

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

func (*AttrResp) String

func (m *AttrResp) String() string

func (*AttrResp) Unmarshal

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

func (*AttrResp) XXX_DiscardUnknown

func (m *AttrResp) XXX_DiscardUnknown()

func (*AttrResp) XXX_Marshal

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

func (*AttrResp) XXX_Merge

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

func (*AttrResp) XXX_Size

func (m *AttrResp) XXX_Size() int

func (*AttrResp) XXX_Unmarshal

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

type Client

type Client struct {
	DaoAnchorClient
}

func NewClient

func NewClient(cfg *warden.ClientConfig, opts ...grpc.DialOption) (*Client, error)

NewClient new anchor grpc client

type DaoAnchorBMServer

type DaoAnchorBMServer interface {
	// FetchRoomByIDs 查询房间信息
	FetchRoomByIDs(ctx context.Context, req *RoomByIDsReq) (resp *RoomByIDsResp, err error)

	// RoomOnlineList 在线房间列表
	RoomOnlineList(ctx context.Context, req *RoomOnlineListReq) (resp *RoomOnlineListResp, err error)

	// RoomOnlineListByArea 分区在线房间列表(只返回room_id列表,不传分区,默认查找所有)
	RoomOnlineListByArea(ctx context.Context, req *RoomOnlineListByAreaReq) (resp *RoomOnlineListByAreaResp, err error)

	// RoomOnlineListByAttrs 在线房间维度信息(不传attrs,不查询attr)
	RoomOnlineListByAttrs(ctx context.Context, req *RoomOnlineListByAttrsReq) (resp *RoomOnlineListByAttrsResp, err error)

	// RoomCreate 房间创建
	RoomCreate(ctx context.Context, req *RoomCreateReq) (resp *RoomCreateResp, err error)

	// RoomUpdate 房间信息更新
	RoomUpdate(ctx context.Context, req *RoomUpdateReq) (resp *UpdateResp, err error)

	// RoomBatchUpdate 房间信息批量更新
	RoomBatchUpdate(ctx context.Context, req *RoomBatchUpdateReq) (resp *UpdateResp, err error)

	// RoomExtendUpdate 房间扩展信息更新
	RoomExtendUpdate(ctx context.Context, req *RoomExtendUpdateReq) (resp *UpdateResp, err error)

	// RoomExtendBatchUpdate 房间扩展信息批量更新
	RoomExtendBatchUpdate(ctx context.Context, req *RoomExtendBatchUpdateReq) (resp *UpdateResp, err error)

	// RoomExtendIncre 房间信息增量更新
	RoomExtendIncre(ctx context.Context, req *RoomExtendIncreReq) (resp *UpdateResp, err error)

	// RoomExtendBatchIncre 房间信息批量增量更新
	RoomExtendBatchIncre(ctx context.Context, req *RoomExtendBatchIncreReq) (resp *UpdateResp, err error)

	// RoomTagCreate 房间Tag创建
	RoomTagCreate(ctx context.Context, req *RoomTagCreateReq) (resp *UpdateResp, err error)

	// RoomAttrCreate 房间Attr创建
	RoomAttrCreate(ctx context.Context, req *RoomAttrCreateReq) (resp *UpdateResp, err error)

	// RoomAttrSetEx 房间Attr更新
	RoomAttrSetEx(ctx context.Context, req *RoomAttrSetExReq) (resp *UpdateResp, err error)

	// AnchorUpdate 主播信息更新
	AnchorUpdate(ctx context.Context, req *AnchorUpdateReq) (resp *UpdateResp, err error)

	// AnchorBatchUpdate 主播信息批量更新
	AnchorBatchUpdate(ctx context.Context, req *AnchorBatchUpdateReq) (resp *UpdateResp, err error)

	// AnchorIncre 主播信息增量更新
	AnchorIncre(ctx context.Context, req *AnchorIncreReq) (resp *UpdateResp, err error)

	// AnchorBatchIncre 主播信息批量增量更新
	AnchorBatchIncre(ctx context.Context, req *AnchorBatchIncreReq) (resp *UpdateResp, err error)

	// FetchAreas 根据父分区号查询子分区
	FetchAreas(ctx context.Context, req *FetchAreasReq) (resp *FetchAreasResp, err error)

	// FetchAttrByIDs 批量根据房间号查询指标
	FetchAttrByIDs(ctx context.Context, req *FetchAttrByIDsReq) (resp *FetchAttrByIDsResp, err error)

	// DeleteAttr 删除某一个指标
	DeleteAttr(ctx context.Context, req *DeleteAttrReq) (resp *UpdateResp, err error)
}

type DaoAnchorClient

type DaoAnchorClient interface {
	// FetchRoomByIDs 查询房间信息
	FetchRoomByIDs(ctx context.Context, in *RoomByIDsReq, opts ...grpc.CallOption) (*RoomByIDsResp, error)
	// RoomOnlineList 在线房间列表
	RoomOnlineList(ctx context.Context, in *RoomOnlineListReq, opts ...grpc.CallOption) (*RoomOnlineListResp, error)
	// RoomOnlineListByArea 分区在线房间列表(只返回room_id列表,不传分区,默认查找所有)
	RoomOnlineListByArea(ctx context.Context, in *RoomOnlineListByAreaReq, opts ...grpc.CallOption) (*RoomOnlineListByAreaResp, error)
	// RoomOnlineListByAttrs 在线房间维度信息(不传attrs,不查询attr)
	RoomOnlineListByAttrs(ctx context.Context, in *RoomOnlineListByAttrsReq, opts ...grpc.CallOption) (*RoomOnlineListByAttrsResp, error)
	// RoomCreate 房间创建
	RoomCreate(ctx context.Context, in *RoomCreateReq, opts ...grpc.CallOption) (*RoomCreateResp, error)
	// RoomUpdate 房间信息更新
	RoomUpdate(ctx context.Context, in *RoomUpdateReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// RoomBatchUpdate 房间信息批量更新
	RoomBatchUpdate(ctx context.Context, in *RoomBatchUpdateReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// RoomExtendUpdate 房间扩展信息更新
	RoomExtendUpdate(ctx context.Context, in *RoomExtendUpdateReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// RoomExtendBatchUpdate 房间扩展信息批量更新
	RoomExtendBatchUpdate(ctx context.Context, in *RoomExtendBatchUpdateReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// RoomExtendIncre 房间信息增量更新
	RoomExtendIncre(ctx context.Context, in *RoomExtendIncreReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// RoomExtendBatchIncre 房间信息批量增量更新
	RoomExtendBatchIncre(ctx context.Context, in *RoomExtendBatchIncreReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// RoomTagCreate 房间Tag创建
	RoomTagCreate(ctx context.Context, in *RoomTagCreateReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// RoomAttrCreate 房间Attr创建
	RoomAttrCreate(ctx context.Context, in *RoomAttrCreateReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// RoomAttrSetEx 房间Attr更新
	RoomAttrSetEx(ctx context.Context, in *RoomAttrSetExReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// AnchorUpdate 主播信息更新
	AnchorUpdate(ctx context.Context, in *AnchorUpdateReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// AnchorBatchUpdate 主播信息批量更新
	AnchorBatchUpdate(ctx context.Context, in *AnchorBatchUpdateReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// AnchorIncre 主播信息增量更新
	AnchorIncre(ctx context.Context, in *AnchorIncreReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// AnchorBatchIncre 主播信息批量增量更新
	AnchorBatchIncre(ctx context.Context, in *AnchorBatchIncreReq, opts ...grpc.CallOption) (*UpdateResp, error)
	// FetchAreas 根据父分区号查询子分区
	FetchAreas(ctx context.Context, in *FetchAreasReq, opts ...grpc.CallOption) (*FetchAreasResp, error)
	// FetchAttrByIDs 批量根据房间号查询指标
	FetchAttrByIDs(ctx context.Context, in *FetchAttrByIDsReq, opts ...grpc.CallOption) (*FetchAttrByIDsResp, error)
	// DeleteAttr 删除某一个指标
	DeleteAttr(ctx context.Context, in *DeleteAttrReq, opts ...grpc.CallOption) (*UpdateResp, error)
}

DaoAnchorClient is the client API for DaoAnchor service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDaoAnchorClient

func NewDaoAnchorClient(cc *grpc.ClientConn) DaoAnchorClient

type DaoAnchorServer

type DaoAnchorServer interface {
	// FetchRoomByIDs 查询房间信息
	FetchRoomByIDs(context.Context, *RoomByIDsReq) (*RoomByIDsResp, error)
	// RoomOnlineList 在线房间列表
	RoomOnlineList(context.Context, *RoomOnlineListReq) (*RoomOnlineListResp, error)
	// RoomOnlineListByArea 分区在线房间列表(只返回room_id列表,不传分区,默认查找所有)
	RoomOnlineListByArea(context.Context, *RoomOnlineListByAreaReq) (*RoomOnlineListByAreaResp, error)
	// RoomOnlineListByAttrs 在线房间维度信息(不传attrs,不查询attr)
	RoomOnlineListByAttrs(context.Context, *RoomOnlineListByAttrsReq) (*RoomOnlineListByAttrsResp, error)
	// RoomCreate 房间创建
	RoomCreate(context.Context, *RoomCreateReq) (*RoomCreateResp, error)
	// RoomUpdate 房间信息更新
	RoomUpdate(context.Context, *RoomUpdateReq) (*UpdateResp, error)
	// RoomBatchUpdate 房间信息批量更新
	RoomBatchUpdate(context.Context, *RoomBatchUpdateReq) (*UpdateResp, error)
	// RoomExtendUpdate 房间扩展信息更新
	RoomExtendUpdate(context.Context, *RoomExtendUpdateReq) (*UpdateResp, error)
	// RoomExtendBatchUpdate 房间扩展信息批量更新
	RoomExtendBatchUpdate(context.Context, *RoomExtendBatchUpdateReq) (*UpdateResp, error)
	// RoomExtendIncre 房间信息增量更新
	RoomExtendIncre(context.Context, *RoomExtendIncreReq) (*UpdateResp, error)
	// RoomExtendBatchIncre 房间信息批量增量更新
	RoomExtendBatchIncre(context.Context, *RoomExtendBatchIncreReq) (*UpdateResp, error)
	// RoomTagCreate 房间Tag创建
	RoomTagCreate(context.Context, *RoomTagCreateReq) (*UpdateResp, error)
	// RoomAttrCreate 房间Attr创建
	RoomAttrCreate(context.Context, *RoomAttrCreateReq) (*UpdateResp, error)
	// RoomAttrSetEx 房间Attr更新
	RoomAttrSetEx(context.Context, *RoomAttrSetExReq) (*UpdateResp, error)
	// AnchorUpdate 主播信息更新
	AnchorUpdate(context.Context, *AnchorUpdateReq) (*UpdateResp, error)
	// AnchorBatchUpdate 主播信息批量更新
	AnchorBatchUpdate(context.Context, *AnchorBatchUpdateReq) (*UpdateResp, error)
	// AnchorIncre 主播信息增量更新
	AnchorIncre(context.Context, *AnchorIncreReq) (*UpdateResp, error)
	// AnchorBatchIncre 主播信息批量增量更新
	AnchorBatchIncre(context.Context, *AnchorBatchIncreReq) (*UpdateResp, error)
	// FetchAreas 根据父分区号查询子分区
	FetchAreas(context.Context, *FetchAreasReq) (*FetchAreasResp, error)
	// FetchAttrByIDs 批量根据房间号查询指标
	FetchAttrByIDs(context.Context, *FetchAttrByIDsReq) (*FetchAttrByIDsResp, error)
	// DeleteAttr 删除某一个指标
	DeleteAttr(context.Context, *DeleteAttrReq) (*UpdateResp, error)
}

DaoAnchorServer is the server API for DaoAnchor service.

type DeleteAttrReq

type DeleteAttrReq struct {
	AttrId               int64    `protobuf:"varint,1,opt,name=attr_id,json=attrId,proto3" json:"attr_id,omitempty" validate:"gt=0,required"`
	AttrSubId            int64    `protobuf:"varint,2,opt,name=attr_sub_id,json=attrSubId,proto3" json:"attr_sub_id,omitempty" validate:"gt=0,required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteAttrReq) Descriptor

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

func (*DeleteAttrReq) GetAttrId

func (m *DeleteAttrReq) GetAttrId() int64

func (*DeleteAttrReq) GetAttrSubId

func (m *DeleteAttrReq) GetAttrSubId() int64

func (*DeleteAttrReq) Marshal

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

func (*DeleteAttrReq) MarshalTo

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

func (*DeleteAttrReq) ProtoMessage

func (*DeleteAttrReq) ProtoMessage()

func (*DeleteAttrReq) Reset

func (m *DeleteAttrReq) Reset()

func (*DeleteAttrReq) Size

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

func (*DeleteAttrReq) String

func (m *DeleteAttrReq) String() string

func (*DeleteAttrReq) Unmarshal

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

func (*DeleteAttrReq) XXX_DiscardUnknown

func (m *DeleteAttrReq) XXX_DiscardUnknown()

func (*DeleteAttrReq) XXX_Marshal

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

func (*DeleteAttrReq) XXX_Merge

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

func (*DeleteAttrReq) XXX_Size

func (m *DeleteAttrReq) XXX_Size() int

func (*DeleteAttrReq) XXX_Unmarshal

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

type FetchAreasReq

type FetchAreasReq struct {
	AreaId               int64    `protobuf:"varint,1,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchAreasReq) Descriptor

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

func (*FetchAreasReq) GetAreaId

func (m *FetchAreasReq) GetAreaId() int64

func (*FetchAreasReq) Marshal

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

func (*FetchAreasReq) MarshalTo

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

func (*FetchAreasReq) ProtoMessage

func (*FetchAreasReq) ProtoMessage()

func (*FetchAreasReq) Reset

func (m *FetchAreasReq) Reset()

func (*FetchAreasReq) Size

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

func (*FetchAreasReq) String

func (m *FetchAreasReq) String() string

func (*FetchAreasReq) Unmarshal

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

func (*FetchAreasReq) XXX_DiscardUnknown

func (m *FetchAreasReq) XXX_DiscardUnknown()

func (*FetchAreasReq) XXX_Marshal

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

func (*FetchAreasReq) XXX_Merge

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

func (*FetchAreasReq) XXX_Size

func (m *FetchAreasReq) XXX_Size() int

func (*FetchAreasReq) XXX_Unmarshal

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

type FetchAreasResp

type FetchAreasResp struct {
	Info                 *AreaInfo   `protobuf:"bytes,1,opt,name=info" json:"info,omitempty"`
	Areas                []*AreaInfo `protobuf:"bytes,2,rep,name=areas" json:"areas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*FetchAreasResp) Descriptor

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

func (*FetchAreasResp) GetAreas

func (m *FetchAreasResp) GetAreas() []*AreaInfo

func (*FetchAreasResp) GetInfo

func (m *FetchAreasResp) GetInfo() *AreaInfo

func (*FetchAreasResp) Marshal

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

func (*FetchAreasResp) MarshalTo

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

func (*FetchAreasResp) ProtoMessage

func (*FetchAreasResp) ProtoMessage()

func (*FetchAreasResp) Reset

func (m *FetchAreasResp) Reset()

func (*FetchAreasResp) Size

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

func (*FetchAreasResp) String

func (m *FetchAreasResp) String() string

func (*FetchAreasResp) Unmarshal

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

func (*FetchAreasResp) XXX_DiscardUnknown

func (m *FetchAreasResp) XXX_DiscardUnknown()

func (*FetchAreasResp) XXX_Marshal

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

func (*FetchAreasResp) XXX_Merge

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

func (*FetchAreasResp) XXX_Size

func (m *FetchAreasResp) XXX_Size() int

func (*FetchAreasResp) XXX_Unmarshal

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

type FetchAttrByIDsReq

type FetchAttrByIDsReq struct {
	RoomIds              []int64  `protobuf:"varint,1,rep,packed,name=room_ids,json=roomIds" json:"room_ids,omitempty" validate:"dive,gt=0,required"`
	AttrId               int64    `protobuf:"varint,2,opt,name=attr_id,json=attrId,proto3" json:"attr_id,omitempty" validate:"gt=0,required"`
	AttrSubId            int64    `protobuf:"varint,3,opt,name=attr_sub_id,json=attrSubId,proto3" json:"attr_sub_id,omitempty" validate:"gt=0,required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FetchAttrByIDsReq) Descriptor

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

func (*FetchAttrByIDsReq) GetAttrId

func (m *FetchAttrByIDsReq) GetAttrId() int64

func (*FetchAttrByIDsReq) GetAttrSubId

func (m *FetchAttrByIDsReq) GetAttrSubId() int64

func (*FetchAttrByIDsReq) GetRoomIds

func (m *FetchAttrByIDsReq) GetRoomIds() []int64

func (*FetchAttrByIDsReq) Marshal

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

func (*FetchAttrByIDsReq) MarshalTo

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

func (*FetchAttrByIDsReq) ProtoMessage

func (*FetchAttrByIDsReq) ProtoMessage()

func (*FetchAttrByIDsReq) Reset

func (m *FetchAttrByIDsReq) Reset()

func (*FetchAttrByIDsReq) Size

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

func (*FetchAttrByIDsReq) String

func (m *FetchAttrByIDsReq) String() string

func (*FetchAttrByIDsReq) Unmarshal

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

func (*FetchAttrByIDsReq) XXX_DiscardUnknown

func (m *FetchAttrByIDsReq) XXX_DiscardUnknown()

func (*FetchAttrByIDsReq) XXX_Marshal

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

func (*FetchAttrByIDsReq) XXX_Merge

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

func (*FetchAttrByIDsReq) XXX_Size

func (m *FetchAttrByIDsReq) XXX_Size() int

func (*FetchAttrByIDsReq) XXX_Unmarshal

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

type FetchAttrByIDsResp

type FetchAttrByIDsResp struct {
	Attrs                map[int64]*AttrData `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*FetchAttrByIDsResp) Descriptor

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

func (*FetchAttrByIDsResp) GetAttrs

func (m *FetchAttrByIDsResp) GetAttrs() map[int64]*AttrData

func (*FetchAttrByIDsResp) Marshal

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

func (*FetchAttrByIDsResp) MarshalTo

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

func (*FetchAttrByIDsResp) ProtoMessage

func (*FetchAttrByIDsResp) ProtoMessage()

func (*FetchAttrByIDsResp) Reset

func (m *FetchAttrByIDsResp) Reset()

func (*FetchAttrByIDsResp) Size

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

func (*FetchAttrByIDsResp) String

func (m *FetchAttrByIDsResp) String() string

func (*FetchAttrByIDsResp) Unmarshal

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

func (*FetchAttrByIDsResp) XXX_DiscardUnknown

func (m *FetchAttrByIDsResp) XXX_DiscardUnknown()

func (*FetchAttrByIDsResp) XXX_Marshal

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

func (*FetchAttrByIDsResp) XXX_Merge

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

func (*FetchAttrByIDsResp) XXX_Size

func (m *FetchAttrByIDsResp) XXX_Size() int

func (*FetchAttrByIDsResp) XXX_Unmarshal

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

type RoomAttrCreateReq

type RoomAttrCreateReq struct {
	RoomId               int64    `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty" validate:"gt=0,required"`
	AttrId               int64    `protobuf:"varint,2,opt,name=attr_id,json=attrId,proto3" json:"attr_id,omitempty" validate:"gt=0,required"`
	AttrSubId            int64    `protobuf:"varint,3,opt,name=attr_sub_id,json=attrSubId,proto3" json:"attr_sub_id,omitempty"`
	AttrValue            int64    `protobuf:"varint,4,opt,name=attr_value,json=attrValue,proto3" json:"attr_value,omitempty"`
	AttrExt              string   `protobuf:"bytes,5,opt,name=attr_ext,json=attrExt,proto3" json:"attr_ext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAttrCreateReq) Descriptor

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

func (*RoomAttrCreateReq) GetAttrExt

func (m *RoomAttrCreateReq) GetAttrExt() string

func (*RoomAttrCreateReq) GetAttrId

func (m *RoomAttrCreateReq) GetAttrId() int64

func (*RoomAttrCreateReq) GetAttrSubId

func (m *RoomAttrCreateReq) GetAttrSubId() int64

func (*RoomAttrCreateReq) GetAttrValue

func (m *RoomAttrCreateReq) GetAttrValue() int64

func (*RoomAttrCreateReq) GetRoomId

func (m *RoomAttrCreateReq) GetRoomId() int64

func (*RoomAttrCreateReq) Marshal

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

func (*RoomAttrCreateReq) MarshalTo

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

func (*RoomAttrCreateReq) ProtoMessage

func (*RoomAttrCreateReq) ProtoMessage()

func (*RoomAttrCreateReq) Reset

func (m *RoomAttrCreateReq) Reset()

func (*RoomAttrCreateReq) Size

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

func (*RoomAttrCreateReq) String

func (m *RoomAttrCreateReq) String() string

func (*RoomAttrCreateReq) Unmarshal

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

func (*RoomAttrCreateReq) XXX_DiscardUnknown

func (m *RoomAttrCreateReq) XXX_DiscardUnknown()

func (*RoomAttrCreateReq) XXX_Marshal

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

func (*RoomAttrCreateReq) XXX_Merge

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

func (*RoomAttrCreateReq) XXX_Size

func (m *RoomAttrCreateReq) XXX_Size() int

func (*RoomAttrCreateReq) XXX_Unmarshal

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

type RoomAttrSetExReq

type RoomAttrSetExReq struct {
	RoomId               int64    `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty" validate:"gt=0,required"`
	AttrId               int64    `protobuf:"varint,2,opt,name=attr_id,json=attrId,proto3" json:"attr_id,omitempty" validate:"gt=0,required"`
	AttrSubId            int64    `protobuf:"varint,3,opt,name=attr_sub_id,json=attrSubId,proto3" json:"attr_sub_id,omitempty"`
	AttrValue            int64    `protobuf:"varint,4,opt,name=attr_value,json=attrValue,proto3" json:"attr_value,omitempty"`
	AttrExt              string   `protobuf:"bytes,5,opt,name=attr_ext,json=attrExt,proto3" json:"attr_ext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomAttrSetExReq) Descriptor

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

func (*RoomAttrSetExReq) GetAttrExt

func (m *RoomAttrSetExReq) GetAttrExt() string

func (*RoomAttrSetExReq) GetAttrId

func (m *RoomAttrSetExReq) GetAttrId() int64

func (*RoomAttrSetExReq) GetAttrSubId

func (m *RoomAttrSetExReq) GetAttrSubId() int64

func (*RoomAttrSetExReq) GetAttrValue

func (m *RoomAttrSetExReq) GetAttrValue() int64

func (*RoomAttrSetExReq) GetRoomId

func (m *RoomAttrSetExReq) GetRoomId() int64

func (*RoomAttrSetExReq) Marshal

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

func (*RoomAttrSetExReq) MarshalTo

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

func (*RoomAttrSetExReq) ProtoMessage

func (*RoomAttrSetExReq) ProtoMessage()

func (*RoomAttrSetExReq) Reset

func (m *RoomAttrSetExReq) Reset()

func (*RoomAttrSetExReq) Size

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

func (*RoomAttrSetExReq) String

func (m *RoomAttrSetExReq) String() string

func (*RoomAttrSetExReq) Unmarshal

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

func (*RoomAttrSetExReq) XXX_DiscardUnknown

func (m *RoomAttrSetExReq) XXX_DiscardUnknown()

func (*RoomAttrSetExReq) XXX_Marshal

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

func (*RoomAttrSetExReq) XXX_Merge

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

func (*RoomAttrSetExReq) XXX_Size

func (m *RoomAttrSetExReq) XXX_Size() int

func (*RoomAttrSetExReq) XXX_Unmarshal

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

type RoomBatchUpdateReq

type RoomBatchUpdateReq struct {
	Reqs                 []*RoomUpdateReq `protobuf:"bytes,1,rep,name=reqs" json:"reqs,omitempty" validate:"required"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*RoomBatchUpdateReq) Descriptor

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

func (*RoomBatchUpdateReq) GetReqs

func (m *RoomBatchUpdateReq) GetReqs() []*RoomUpdateReq

func (*RoomBatchUpdateReq) Marshal

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

func (*RoomBatchUpdateReq) MarshalTo

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

func (*RoomBatchUpdateReq) ProtoMessage

func (*RoomBatchUpdateReq) ProtoMessage()

func (*RoomBatchUpdateReq) Reset

func (m *RoomBatchUpdateReq) Reset()

func (*RoomBatchUpdateReq) Size

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

func (*RoomBatchUpdateReq) String

func (m *RoomBatchUpdateReq) String() string

func (*RoomBatchUpdateReq) Unmarshal

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

func (*RoomBatchUpdateReq) XXX_DiscardUnknown

func (m *RoomBatchUpdateReq) XXX_DiscardUnknown()

func (*RoomBatchUpdateReq) XXX_Marshal

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

func (*RoomBatchUpdateReq) XXX_Merge

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

func (*RoomBatchUpdateReq) XXX_Size

func (m *RoomBatchUpdateReq) XXX_Size() int

func (*RoomBatchUpdateReq) XXX_Unmarshal

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

type RoomByIDsReq

type RoomByIDsReq struct {
	RoomIds              []int64  `protobuf:"varint,1,rep,packed,name=room_ids,json=roomIds" json:"room_ids,omitempty"`
	Uids                 []int64  `protobuf:"varint,2,rep,packed,name=uids" json:"uids,omitempty"`
	Fields               []string `protobuf:"bytes,3,rep,name=fields" json:"fields,omitempty"`
	DefaultFields        int64    `protobuf:"varint,4,opt,name=default_fields,json=defaultFields,proto3" json:"default_fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomByIDsReq) Descriptor

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

func (*RoomByIDsReq) GetDefaultFields

func (m *RoomByIDsReq) GetDefaultFields() int64

func (*RoomByIDsReq) GetFields

func (m *RoomByIDsReq) GetFields() []string

func (*RoomByIDsReq) GetRoomIds

func (m *RoomByIDsReq) GetRoomIds() []int64

func (*RoomByIDsReq) GetUids

func (m *RoomByIDsReq) GetUids() []int64

func (*RoomByIDsReq) Marshal

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

func (*RoomByIDsReq) MarshalTo

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

func (*RoomByIDsReq) ProtoMessage

func (*RoomByIDsReq) ProtoMessage()

func (*RoomByIDsReq) Reset

func (m *RoomByIDsReq) Reset()

func (*RoomByIDsReq) Size

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

func (*RoomByIDsReq) String

func (m *RoomByIDsReq) String() string

func (*RoomByIDsReq) Unmarshal

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

func (*RoomByIDsReq) XXX_DiscardUnknown

func (m *RoomByIDsReq) XXX_DiscardUnknown()

func (*RoomByIDsReq) XXX_Marshal

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

func (*RoomByIDsReq) XXX_Merge

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

func (*RoomByIDsReq) XXX_Size

func (m *RoomByIDsReq) XXX_Size() int

func (*RoomByIDsReq) XXX_Unmarshal

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

type RoomByIDsResp

type RoomByIDsResp struct {
	RoomDataSet          map[int64]*RoomData `` /* 171-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*RoomByIDsResp) Descriptor

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

func (*RoomByIDsResp) GetRoomDataSet

func (m *RoomByIDsResp) GetRoomDataSet() map[int64]*RoomData

func (*RoomByIDsResp) Marshal

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

func (*RoomByIDsResp) MarshalTo

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

func (*RoomByIDsResp) ProtoMessage

func (*RoomByIDsResp) ProtoMessage()

func (*RoomByIDsResp) Reset

func (m *RoomByIDsResp) Reset()

func (*RoomByIDsResp) Size

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

func (*RoomByIDsResp) String

func (m *RoomByIDsResp) String() string

func (*RoomByIDsResp) Unmarshal

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

func (*RoomByIDsResp) XXX_DiscardUnknown

func (m *RoomByIDsResp) XXX_DiscardUnknown()

func (*RoomByIDsResp) XXX_Marshal

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

func (*RoomByIDsResp) XXX_Merge

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

func (*RoomByIDsResp) XXX_Size

func (m *RoomByIDsResp) XXX_Size() int

func (*RoomByIDsResp) XXX_Unmarshal

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

type RoomCreateReq

type RoomCreateReq struct {
	Uid                  int64    `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty" validate:"gt=0,required"`
	RoomId               int64    `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomCreateReq) Descriptor

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

func (*RoomCreateReq) GetRoomId

func (m *RoomCreateReq) GetRoomId() int64

func (*RoomCreateReq) GetUid

func (m *RoomCreateReq) GetUid() int64

func (*RoomCreateReq) Marshal

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

func (*RoomCreateReq) MarshalTo

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

func (*RoomCreateReq) ProtoMessage

func (*RoomCreateReq) ProtoMessage()

func (*RoomCreateReq) Reset

func (m *RoomCreateReq) Reset()

func (*RoomCreateReq) Size

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

func (*RoomCreateReq) String

func (m *RoomCreateReq) String() string

func (*RoomCreateReq) Unmarshal

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

func (*RoomCreateReq) XXX_DiscardUnknown

func (m *RoomCreateReq) XXX_DiscardUnknown()

func (*RoomCreateReq) XXX_Marshal

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

func (*RoomCreateReq) XXX_Merge

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

func (*RoomCreateReq) XXX_Size

func (m *RoomCreateReq) XXX_Size() int

func (*RoomCreateReq) XXX_Unmarshal

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

type RoomCreateResp

type RoomCreateResp struct {
	RoomId               int64    `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomCreateResp) Descriptor

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

func (*RoomCreateResp) GetRoomId

func (m *RoomCreateResp) GetRoomId() int64

func (*RoomCreateResp) Marshal

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

func (*RoomCreateResp) MarshalTo

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

func (*RoomCreateResp) ProtoMessage

func (*RoomCreateResp) ProtoMessage()

func (*RoomCreateResp) Reset

func (m *RoomCreateResp) Reset()

func (*RoomCreateResp) Size

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

func (*RoomCreateResp) String

func (m *RoomCreateResp) String() string

func (*RoomCreateResp) Unmarshal

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

func (*RoomCreateResp) XXX_DiscardUnknown

func (m *RoomCreateResp) XXX_DiscardUnknown()

func (*RoomCreateResp) XXX_Marshal

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

func (*RoomCreateResp) XXX_Merge

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

func (*RoomCreateResp) XXX_Size

func (m *RoomCreateResp) XXX_Size() int

func (*RoomCreateResp) XXX_Unmarshal

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

type RoomData

type RoomData struct {
	Uid                int64        `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty" validate:"gt=0,required"`
	RoomId             int64        `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty" validate:"gt=0,required"`
	ShortId            int64        `protobuf:"varint,3,opt,name=short_id,json=shortId,proto3" json:"short_id,omitempty" validate:"gt=0,required"`
	Title              string       `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty" validate:"required"`
	Cover              string       `protobuf:"bytes,5,opt,name=cover,proto3" json:"cover,omitempty"`
	Tags               string       `protobuf:"bytes,6,opt,name=tags,proto3" json:"tags,omitempty"`
	Background         string       `protobuf:"bytes,7,opt,name=background,proto3" json:"background,omitempty"`
	Description        string       `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	LiveStatus         int64        `protobuf:"varint,9,opt,name=live_status,json=liveStatus,proto3" json:"live_status,omitempty" validate:"gt=0,required"`
	LiveStartTime      int64        `` /* 129-byte string literal not displayed */
	LiveScreenType     int64        `` /* 132-byte string literal not displayed */
	LiveMark           int64        `protobuf:"varint,12,opt,name=live_mark,json=liveMark,proto3" json:"live_mark,omitempty"`
	LockStatus         int64        `protobuf:"varint,13,opt,name=lock_status,json=lockStatus,proto3" json:"lock_status,omitempty"`
	LockTime           int64        `protobuf:"varint,14,opt,name=lock_time,json=lockTime,proto3" json:"lock_time,omitempty"`
	HiddenStatus       int64        `protobuf:"varint,15,opt,name=hidden_status,json=hiddenStatus,proto3" json:"hidden_status,omitempty" validate:"gt=0,required"`
	HiddenTime         int64        `protobuf:"varint,16,opt,name=hidden_time,json=hiddenTime,proto3" json:"hidden_time,omitempty"`
	AreaId             int64        `protobuf:"varint,17,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty" validate:"gt=0,required"`
	AreaName           string       `protobuf:"bytes,18,opt,name=area_name,json=areaName,proto3" json:"area_name,omitempty" validate:"required"`
	ParentAreaId       int64        `` /* 126-byte string literal not displayed */
	ParentAreaName     string       `` /* 126-byte string literal not displayed */
	Keyframe           string       `protobuf:"bytes,21,opt,name=keyframe,proto3" json:"keyframe,omitempty"`
	PopularityCount    int64        `protobuf:"varint,22,opt,name=popularity_count,json=popularityCount,proto3" json:"popularity_count,omitempty"`
	TagList            []*TagData   `protobuf:"bytes,23,rep,name=tag_list,json=tagList" json:"tag_list,omitempty"`
	AnchorProfileType  int64        `protobuf:"varint,25,opt,name=anchor_profile_type,json=anchorProfileType,proto3" json:"anchor_profile_type,omitempty"`
	AnchorLevel        *AnchorLevel `protobuf:"bytes,26,opt,name=anchor_level,json=anchorLevel" json:"anchor_level,omitempty"`
	AnchorRoundSwitch  int64        `protobuf:"varint,27,opt,name=anchor_round_switch,json=anchorRoundSwitch,proto3" json:"anchor_round_switch,omitempty"`
	AnchorRoundStatus  int64        `protobuf:"varint,28,opt,name=anchor_round_status,json=anchorRoundStatus,proto3" json:"anchor_round_status,omitempty"`
	AnchorRecordSwitch int64        `protobuf:"varint,29,opt,name=anchor_record_switch,json=anchorRecordSwitch,proto3" json:"anchor_record_switch,omitempty"`
	AnchorRecordStatus int64        `protobuf:"varint,30,opt,name=anchor_record_status,json=anchorRecordStatus,proto3" json:"anchor_record_status,omitempty"`
	AnchorSan          int64        `protobuf:"varint,31,opt,name=anchor_san,json=anchorSan,proto3" json:"anchor_san,omitempty"`
	// 0默认 1摄像头直播 2录屏直播 3语音直播
	LiveType             int64    `protobuf:"varint,32,opt,name=live_type,json=liveType,proto3" json:"live_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomData) Descriptor

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

func (*RoomData) GetAnchorLevel

func (m *RoomData) GetAnchorLevel() *AnchorLevel

func (*RoomData) GetAnchorProfileType

func (m *RoomData) GetAnchorProfileType() int64

func (*RoomData) GetAnchorRecordStatus

func (m *RoomData) GetAnchorRecordStatus() int64

func (*RoomData) GetAnchorRecordSwitch

func (m *RoomData) GetAnchorRecordSwitch() int64

func (*RoomData) GetAnchorRoundStatus

func (m *RoomData) GetAnchorRoundStatus() int64

func (*RoomData) GetAnchorRoundSwitch

func (m *RoomData) GetAnchorRoundSwitch() int64

func (*RoomData) GetAnchorSan

func (m *RoomData) GetAnchorSan() int64

func (*RoomData) GetAreaId

func (m *RoomData) GetAreaId() int64

func (*RoomData) GetAreaName

func (m *RoomData) GetAreaName() string

func (*RoomData) GetBackground

func (m *RoomData) GetBackground() string

func (*RoomData) GetCover

func (m *RoomData) GetCover() string

func (*RoomData) GetDescription

func (m *RoomData) GetDescription() string

func (*RoomData) GetHiddenStatus

func (m *RoomData) GetHiddenStatus() int64

func (*RoomData) GetHiddenTime

func (m *RoomData) GetHiddenTime() int64

func (*RoomData) GetKeyframe

func (m *RoomData) GetKeyframe() string

func (*RoomData) GetLiveMark

func (m *RoomData) GetLiveMark() int64

func (*RoomData) GetLiveScreenType

func (m *RoomData) GetLiveScreenType() int64

func (*RoomData) GetLiveStartTime

func (m *RoomData) GetLiveStartTime() int64

func (*RoomData) GetLiveStatus

func (m *RoomData) GetLiveStatus() int64

func (*RoomData) GetLiveType

func (m *RoomData) GetLiveType() int64

func (*RoomData) GetLockStatus

func (m *RoomData) GetLockStatus() int64

func (*RoomData) GetLockTime

func (m *RoomData) GetLockTime() int64

func (*RoomData) GetParentAreaId

func (m *RoomData) GetParentAreaId() int64

func (*RoomData) GetParentAreaName

func (m *RoomData) GetParentAreaName() string

func (*RoomData) GetPopularityCount

func (m *RoomData) GetPopularityCount() int64

func (*RoomData) GetRoomId

func (m *RoomData) GetRoomId() int64

func (*RoomData) GetShortId

func (m *RoomData) GetShortId() int64

func (*RoomData) GetTagList

func (m *RoomData) GetTagList() []*TagData

func (*RoomData) GetTags

func (m *RoomData) GetTags() string

func (*RoomData) GetTitle

func (m *RoomData) GetTitle() string

func (*RoomData) GetUid

func (m *RoomData) GetUid() int64

func (*RoomData) Marshal

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

func (*RoomData) MarshalTo

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

func (*RoomData) ProtoMessage

func (*RoomData) ProtoMessage()

func (*RoomData) Reset

func (m *RoomData) Reset()

func (*RoomData) Size

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

func (*RoomData) String

func (m *RoomData) String() string

func (*RoomData) Unmarshal

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

func (*RoomData) XXX_DiscardUnknown

func (m *RoomData) XXX_DiscardUnknown()

func (*RoomData) XXX_Marshal

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

func (*RoomData) XXX_Merge

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

func (*RoomData) XXX_Size

func (m *RoomData) XXX_Size() int

func (*RoomData) XXX_Unmarshal

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

type RoomExtendBatchIncreReq

type RoomExtendBatchIncreReq struct {
	Reqs                 []*RoomExtendIncreReq `protobuf:"bytes,1,rep,name=reqs" json:"reqs,omitempty" validate:"required"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RoomExtendBatchIncreReq) Descriptor

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

func (*RoomExtendBatchIncreReq) GetReqs

func (*RoomExtendBatchIncreReq) Marshal

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

func (*RoomExtendBatchIncreReq) MarshalTo

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

func (*RoomExtendBatchIncreReq) ProtoMessage

func (*RoomExtendBatchIncreReq) ProtoMessage()

func (*RoomExtendBatchIncreReq) Reset

func (m *RoomExtendBatchIncreReq) Reset()

func (*RoomExtendBatchIncreReq) Size

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

func (*RoomExtendBatchIncreReq) String

func (m *RoomExtendBatchIncreReq) String() string

func (*RoomExtendBatchIncreReq) Unmarshal

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

func (*RoomExtendBatchIncreReq) XXX_DiscardUnknown

func (m *RoomExtendBatchIncreReq) XXX_DiscardUnknown()

func (*RoomExtendBatchIncreReq) XXX_Marshal

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

func (*RoomExtendBatchIncreReq) XXX_Merge

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

func (*RoomExtendBatchIncreReq) XXX_Size

func (m *RoomExtendBatchIncreReq) XXX_Size() int

func (*RoomExtendBatchIncreReq) XXX_Unmarshal

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

type RoomExtendBatchUpdateReq

type RoomExtendBatchUpdateReq struct {
	Reqs                 []*RoomExtendUpdateReq `protobuf:"bytes,1,rep,name=reqs" json:"reqs,omitempty" validate:"required"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*RoomExtendBatchUpdateReq) Descriptor

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

func (*RoomExtendBatchUpdateReq) GetReqs

func (*RoomExtendBatchUpdateReq) Marshal

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

func (*RoomExtendBatchUpdateReq) MarshalTo

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

func (*RoomExtendBatchUpdateReq) ProtoMessage

func (*RoomExtendBatchUpdateReq) ProtoMessage()

func (*RoomExtendBatchUpdateReq) Reset

func (m *RoomExtendBatchUpdateReq) Reset()

func (*RoomExtendBatchUpdateReq) Size

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

func (*RoomExtendBatchUpdateReq) String

func (m *RoomExtendBatchUpdateReq) String() string

func (*RoomExtendBatchUpdateReq) Unmarshal

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

func (*RoomExtendBatchUpdateReq) XXX_DiscardUnknown

func (m *RoomExtendBatchUpdateReq) XXX_DiscardUnknown()

func (*RoomExtendBatchUpdateReq) XXX_Marshal

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

func (*RoomExtendBatchUpdateReq) XXX_Merge

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

func (*RoomExtendBatchUpdateReq) XXX_Size

func (m *RoomExtendBatchUpdateReq) XXX_Size() int

func (*RoomExtendBatchUpdateReq) XXX_Unmarshal

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

type RoomExtendIncreReq

type RoomExtendIncreReq struct {
	ReqId                string   `protobuf:"bytes,1,opt,name=req_id,json=reqId,proto3" json:"req_id,omitempty" validate:"required"`
	Fields               []string `protobuf:"bytes,2,rep,name=fields" json:"fields,omitempty" validate:"required"`
	RoomId               int64    `protobuf:"varint,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty" validate:"gt=0,required"`
	DanmuCount           int64    `protobuf:"varint,4,opt,name=danmu_count,json=danmuCount,proto3" json:"danmu_count,omitempty"`
	PopularityCount      int64    `protobuf:"varint,5,opt,name=popularity_count,json=popularityCount,proto3" json:"popularity_count,omitempty"`
	AudienceCount        int64    `protobuf:"varint,6,opt,name=audience_count,json=audienceCount,proto3" json:"audience_count,omitempty"`
	GiftCount            int64    `protobuf:"varint,7,opt,name=gift_count,json=giftCount,proto3" json:"gift_count,omitempty"`
	GiftGoldAmount       int64    `protobuf:"varint,8,opt,name=gift_gold_amount,json=giftGoldAmount,proto3" json:"gift_gold_amount,omitempty"`
	GiftGoldCount        int64    `protobuf:"varint,9,opt,name=gift_gold_count,json=giftGoldCount,proto3" json:"gift_gold_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomExtendIncreReq) Descriptor

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

func (*RoomExtendIncreReq) GetAudienceCount

func (m *RoomExtendIncreReq) GetAudienceCount() int64

func (*RoomExtendIncreReq) GetDanmuCount

func (m *RoomExtendIncreReq) GetDanmuCount() int64

func (*RoomExtendIncreReq) GetFields

func (m *RoomExtendIncreReq) GetFields() []string

func (*RoomExtendIncreReq) GetGiftCount

func (m *RoomExtendIncreReq) GetGiftCount() int64

func (*RoomExtendIncreReq) GetGiftGoldAmount

func (m *RoomExtendIncreReq) GetGiftGoldAmount() int64

func (*RoomExtendIncreReq) GetGiftGoldCount

func (m *RoomExtendIncreReq) GetGiftGoldCount() int64

func (*RoomExtendIncreReq) GetPopularityCount

func (m *RoomExtendIncreReq) GetPopularityCount() int64

func (*RoomExtendIncreReq) GetReqId

func (m *RoomExtendIncreReq) GetReqId() string

func (*RoomExtendIncreReq) GetRoomId

func (m *RoomExtendIncreReq) GetRoomId() int64

func (*RoomExtendIncreReq) Marshal

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

func (*RoomExtendIncreReq) MarshalTo

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

func (*RoomExtendIncreReq) ProtoMessage

func (*RoomExtendIncreReq) ProtoMessage()

func (*RoomExtendIncreReq) Reset

func (m *RoomExtendIncreReq) Reset()

func (*RoomExtendIncreReq) Size

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

func (*RoomExtendIncreReq) String

func (m *RoomExtendIncreReq) String() string

func (*RoomExtendIncreReq) Unmarshal

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

func (*RoomExtendIncreReq) XXX_DiscardUnknown

func (m *RoomExtendIncreReq) XXX_DiscardUnknown()

func (*RoomExtendIncreReq) XXX_Marshal

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

func (*RoomExtendIncreReq) XXX_Merge

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

func (*RoomExtendIncreReq) XXX_Size

func (m *RoomExtendIncreReq) XXX_Size() int

func (*RoomExtendIncreReq) XXX_Unmarshal

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

type RoomExtendUpdateReq

type RoomExtendUpdateReq struct {
	Fields               []string `protobuf:"bytes,1,rep,name=fields" json:"fields,omitempty" validate:"required"`
	RoomId               int64    `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty" validate:"gt=0,required"`
	Keyframe             string   `protobuf:"bytes,3,opt,name=keyframe,proto3" json:"keyframe,omitempty"`
	DanmuCount           int64    `protobuf:"varint,4,opt,name=danmu_count,json=danmuCount,proto3" json:"danmu_count,omitempty"`
	PopularityCount      int64    `protobuf:"varint,5,opt,name=popularity_count,json=popularityCount,proto3" json:"popularity_count,omitempty"`
	AudienceCount        int64    `protobuf:"varint,6,opt,name=audience_count,json=audienceCount,proto3" json:"audience_count,omitempty"`
	GiftCount            int64    `protobuf:"varint,7,opt,name=gift_count,json=giftCount,proto3" json:"gift_count,omitempty"`
	GiftGoldAmount       int64    `protobuf:"varint,8,opt,name=gift_gold_amount,json=giftGoldAmount,proto3" json:"gift_gold_amount,omitempty"`
	GiftGoldCount        int64    `protobuf:"varint,9,opt,name=gift_gold_count,json=giftGoldCount,proto3" json:"gift_gold_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomExtendUpdateReq) Descriptor

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

func (*RoomExtendUpdateReq) GetAudienceCount

func (m *RoomExtendUpdateReq) GetAudienceCount() int64

func (*RoomExtendUpdateReq) GetDanmuCount

func (m *RoomExtendUpdateReq) GetDanmuCount() int64

func (*RoomExtendUpdateReq) GetFields

func (m *RoomExtendUpdateReq) GetFields() []string

func (*RoomExtendUpdateReq) GetGiftCount

func (m *RoomExtendUpdateReq) GetGiftCount() int64

func (*RoomExtendUpdateReq) GetGiftGoldAmount

func (m *RoomExtendUpdateReq) GetGiftGoldAmount() int64

func (*RoomExtendUpdateReq) GetGiftGoldCount

func (m *RoomExtendUpdateReq) GetGiftGoldCount() int64

func (*RoomExtendUpdateReq) GetKeyframe

func (m *RoomExtendUpdateReq) GetKeyframe() string

func (*RoomExtendUpdateReq) GetPopularityCount

func (m *RoomExtendUpdateReq) GetPopularityCount() int64

func (*RoomExtendUpdateReq) GetRoomId

func (m *RoomExtendUpdateReq) GetRoomId() int64

func (*RoomExtendUpdateReq) Marshal

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

func (*RoomExtendUpdateReq) MarshalTo

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

func (*RoomExtendUpdateReq) ProtoMessage

func (*RoomExtendUpdateReq) ProtoMessage()

func (*RoomExtendUpdateReq) Reset

func (m *RoomExtendUpdateReq) Reset()

func (*RoomExtendUpdateReq) Size

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

func (*RoomExtendUpdateReq) String

func (m *RoomExtendUpdateReq) String() string

func (*RoomExtendUpdateReq) Unmarshal

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

func (*RoomExtendUpdateReq) XXX_DiscardUnknown

func (m *RoomExtendUpdateReq) XXX_DiscardUnknown()

func (*RoomExtendUpdateReq) XXX_Marshal

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

func (*RoomExtendUpdateReq) XXX_Merge

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

func (*RoomExtendUpdateReq) XXX_Size

func (m *RoomExtendUpdateReq) XXX_Size() int

func (*RoomExtendUpdateReq) XXX_Unmarshal

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

type RoomOnlineListByAreaReq

type RoomOnlineListByAreaReq struct {
	AreaIds              []int64  `protobuf:"varint,1,rep,packed,name=area_ids,json=areaIds" json:"area_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomOnlineListByAreaReq) Descriptor

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

func (*RoomOnlineListByAreaReq) GetAreaIds

func (m *RoomOnlineListByAreaReq) GetAreaIds() []int64

func (*RoomOnlineListByAreaReq) Marshal

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

func (*RoomOnlineListByAreaReq) MarshalTo

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

func (*RoomOnlineListByAreaReq) ProtoMessage

func (*RoomOnlineListByAreaReq) ProtoMessage()

func (*RoomOnlineListByAreaReq) Reset

func (m *RoomOnlineListByAreaReq) Reset()

func (*RoomOnlineListByAreaReq) Size

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

func (*RoomOnlineListByAreaReq) String

func (m *RoomOnlineListByAreaReq) String() string

func (*RoomOnlineListByAreaReq) Unmarshal

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

func (*RoomOnlineListByAreaReq) XXX_DiscardUnknown

func (m *RoomOnlineListByAreaReq) XXX_DiscardUnknown()

func (*RoomOnlineListByAreaReq) XXX_Marshal

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

func (*RoomOnlineListByAreaReq) XXX_Merge

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

func (*RoomOnlineListByAreaReq) XXX_Size

func (m *RoomOnlineListByAreaReq) XXX_Size() int

func (*RoomOnlineListByAreaReq) XXX_Unmarshal

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

type RoomOnlineListByAreaResp

type RoomOnlineListByAreaResp struct {
	RoomIds              []int64  `protobuf:"varint,1,rep,packed,name=room_ids,json=roomIds" json:"room_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomOnlineListByAreaResp) Descriptor

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

func (*RoomOnlineListByAreaResp) GetRoomIds

func (m *RoomOnlineListByAreaResp) GetRoomIds() []int64

func (*RoomOnlineListByAreaResp) Marshal

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

func (*RoomOnlineListByAreaResp) MarshalTo

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

func (*RoomOnlineListByAreaResp) ProtoMessage

func (*RoomOnlineListByAreaResp) ProtoMessage()

func (*RoomOnlineListByAreaResp) Reset

func (m *RoomOnlineListByAreaResp) Reset()

func (*RoomOnlineListByAreaResp) Size

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

func (*RoomOnlineListByAreaResp) String

func (m *RoomOnlineListByAreaResp) String() string

func (*RoomOnlineListByAreaResp) Unmarshal

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

func (*RoomOnlineListByAreaResp) XXX_DiscardUnknown

func (m *RoomOnlineListByAreaResp) XXX_DiscardUnknown()

func (*RoomOnlineListByAreaResp) XXX_Marshal

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

func (*RoomOnlineListByAreaResp) XXX_Merge

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

func (*RoomOnlineListByAreaResp) XXX_Size

func (m *RoomOnlineListByAreaResp) XXX_Size() int

func (*RoomOnlineListByAreaResp) XXX_Unmarshal

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

type RoomOnlineListByAttrsReq

type RoomOnlineListByAttrsReq struct {
	Attrs                []*AttrReq `protobuf:"bytes,1,rep,name=attrs" json:"attrs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*RoomOnlineListByAttrsReq) Descriptor

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

func (*RoomOnlineListByAttrsReq) GetAttrs

func (m *RoomOnlineListByAttrsReq) GetAttrs() []*AttrReq

func (*RoomOnlineListByAttrsReq) Marshal

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

func (*RoomOnlineListByAttrsReq) MarshalTo

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

func (*RoomOnlineListByAttrsReq) ProtoMessage

func (*RoomOnlineListByAttrsReq) ProtoMessage()

func (*RoomOnlineListByAttrsReq) Reset

func (m *RoomOnlineListByAttrsReq) Reset()

func (*RoomOnlineListByAttrsReq) Size

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

func (*RoomOnlineListByAttrsReq) String

func (m *RoomOnlineListByAttrsReq) String() string

func (*RoomOnlineListByAttrsReq) Unmarshal

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

func (*RoomOnlineListByAttrsReq) XXX_DiscardUnknown

func (m *RoomOnlineListByAttrsReq) XXX_DiscardUnknown()

func (*RoomOnlineListByAttrsReq) XXX_Marshal

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

func (*RoomOnlineListByAttrsReq) XXX_Merge

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

func (*RoomOnlineListByAttrsReq) XXX_Size

func (m *RoomOnlineListByAttrsReq) XXX_Size() int

func (*RoomOnlineListByAttrsReq) XXX_Unmarshal

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

type RoomOnlineListByAttrsResp

type RoomOnlineListByAttrsResp struct {
	Attrs                map[int64]*AttrResp `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*RoomOnlineListByAttrsResp) Descriptor

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

func (*RoomOnlineListByAttrsResp) GetAttrs

func (m *RoomOnlineListByAttrsResp) GetAttrs() map[int64]*AttrResp

func (*RoomOnlineListByAttrsResp) Marshal

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

func (*RoomOnlineListByAttrsResp) MarshalTo

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

func (*RoomOnlineListByAttrsResp) ProtoMessage

func (*RoomOnlineListByAttrsResp) ProtoMessage()

func (*RoomOnlineListByAttrsResp) Reset

func (m *RoomOnlineListByAttrsResp) Reset()

func (*RoomOnlineListByAttrsResp) Size

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

func (*RoomOnlineListByAttrsResp) String

func (m *RoomOnlineListByAttrsResp) String() string

func (*RoomOnlineListByAttrsResp) Unmarshal

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

func (*RoomOnlineListByAttrsResp) XXX_DiscardUnknown

func (m *RoomOnlineListByAttrsResp) XXX_DiscardUnknown()

func (*RoomOnlineListByAttrsResp) XXX_Marshal

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

func (*RoomOnlineListByAttrsResp) XXX_Merge

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

func (*RoomOnlineListByAttrsResp) XXX_Size

func (m *RoomOnlineListByAttrsResp) XXX_Size() int

func (*RoomOnlineListByAttrsResp) XXX_Unmarshal

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

type RoomOnlineListReq

type RoomOnlineListReq struct {
	Filter               string   `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	Sort                 string   `protobuf:"bytes,2,opt,name=sort,proto3" json:"sort,omitempty"`
	Page                 int64    `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	PageSize             int64    `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Fields               []string `protobuf:"bytes,5,rep,name=fields" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomOnlineListReq) Descriptor

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

func (*RoomOnlineListReq) GetFields

func (m *RoomOnlineListReq) GetFields() []string

func (*RoomOnlineListReq) GetFilter

func (m *RoomOnlineListReq) GetFilter() string

func (*RoomOnlineListReq) GetPage

func (m *RoomOnlineListReq) GetPage() int64

func (*RoomOnlineListReq) GetPageSize

func (m *RoomOnlineListReq) GetPageSize() int64

func (*RoomOnlineListReq) GetSort

func (m *RoomOnlineListReq) GetSort() string

func (*RoomOnlineListReq) Marshal

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

func (*RoomOnlineListReq) MarshalTo

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

func (*RoomOnlineListReq) ProtoMessage

func (*RoomOnlineListReq) ProtoMessage()

func (*RoomOnlineListReq) Reset

func (m *RoomOnlineListReq) Reset()

func (*RoomOnlineListReq) Size

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

func (*RoomOnlineListReq) String

func (m *RoomOnlineListReq) String() string

func (*RoomOnlineListReq) Unmarshal

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

func (*RoomOnlineListReq) XXX_DiscardUnknown

func (m *RoomOnlineListReq) XXX_DiscardUnknown()

func (*RoomOnlineListReq) XXX_Marshal

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

func (*RoomOnlineListReq) XXX_Merge

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

func (*RoomOnlineListReq) XXX_Size

func (m *RoomOnlineListReq) XXX_Size() int

func (*RoomOnlineListReq) XXX_Unmarshal

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

type RoomOnlineListResp

type RoomOnlineListResp struct {
	RoomDataList         map[int64]*RoomData `` /* 174-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*RoomOnlineListResp) Descriptor

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

func (*RoomOnlineListResp) GetRoomDataList

func (m *RoomOnlineListResp) GetRoomDataList() map[int64]*RoomData

func (*RoomOnlineListResp) Marshal

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

func (*RoomOnlineListResp) MarshalTo

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

func (*RoomOnlineListResp) ProtoMessage

func (*RoomOnlineListResp) ProtoMessage()

func (*RoomOnlineListResp) Reset

func (m *RoomOnlineListResp) Reset()

func (*RoomOnlineListResp) Size

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

func (*RoomOnlineListResp) String

func (m *RoomOnlineListResp) String() string

func (*RoomOnlineListResp) Unmarshal

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

func (*RoomOnlineListResp) XXX_DiscardUnknown

func (m *RoomOnlineListResp) XXX_DiscardUnknown()

func (*RoomOnlineListResp) XXX_Marshal

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

func (*RoomOnlineListResp) XXX_Merge

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

func (*RoomOnlineListResp) XXX_Size

func (m *RoomOnlineListResp) XXX_Size() int

func (*RoomOnlineListResp) XXX_Unmarshal

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

type RoomTagCreateReq

type RoomTagCreateReq struct {
	RoomId               int64    `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty" validate:"gt=0,required"`
	TagId                int64    `protobuf:"varint,2,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty" validate:"gt=0,required"`
	TagSubId             int64    `protobuf:"varint,3,opt,name=tag_sub_id,json=tagSubId,proto3" json:"tag_sub_id,omitempty"`
	TagValue             int64    `protobuf:"varint,4,opt,name=tag_value,json=tagValue,proto3" json:"tag_value,omitempty"`
	TagExt               string   `protobuf:"bytes,5,opt,name=tag_ext,json=tagExt,proto3" json:"tag_ext,omitempty"`
	TagExpireAt          int64    `protobuf:"varint,6,opt,name=tag_expire_at,json=tagExpireAt,proto3" json:"tag_expire_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomTagCreateReq) Descriptor

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

func (*RoomTagCreateReq) GetRoomId

func (m *RoomTagCreateReq) GetRoomId() int64

func (*RoomTagCreateReq) GetTagExpireAt

func (m *RoomTagCreateReq) GetTagExpireAt() int64

func (*RoomTagCreateReq) GetTagExt

func (m *RoomTagCreateReq) GetTagExt() string

func (*RoomTagCreateReq) GetTagId

func (m *RoomTagCreateReq) GetTagId() int64

func (*RoomTagCreateReq) GetTagSubId

func (m *RoomTagCreateReq) GetTagSubId() int64

func (*RoomTagCreateReq) GetTagValue

func (m *RoomTagCreateReq) GetTagValue() int64

func (*RoomTagCreateReq) Marshal

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

func (*RoomTagCreateReq) MarshalTo

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

func (*RoomTagCreateReq) ProtoMessage

func (*RoomTagCreateReq) ProtoMessage()

func (*RoomTagCreateReq) Reset

func (m *RoomTagCreateReq) Reset()

func (*RoomTagCreateReq) Size

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

func (*RoomTagCreateReq) String

func (m *RoomTagCreateReq) String() string

func (*RoomTagCreateReq) Unmarshal

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

func (*RoomTagCreateReq) XXX_DiscardUnknown

func (m *RoomTagCreateReq) XXX_DiscardUnknown()

func (*RoomTagCreateReq) XXX_Marshal

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

func (*RoomTagCreateReq) XXX_Merge

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

func (*RoomTagCreateReq) XXX_Size

func (m *RoomTagCreateReq) XXX_Size() int

func (*RoomTagCreateReq) XXX_Unmarshal

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

type RoomUpdateReq

type RoomUpdateReq struct {
	Fields               []string `protobuf:"bytes,1,rep,name=fields" json:"fields,omitempty" validate:"required"`
	RoomId               int64    `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty" validate:"gt=0,required"`
	Title                string   `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Cover                string   `protobuf:"bytes,4,opt,name=cover,proto3" json:"cover,omitempty"`
	Tags                 string   `protobuf:"bytes,5,opt,name=tags,proto3" json:"tags,omitempty"`
	Background           string   `protobuf:"bytes,6,opt,name=background,proto3" json:"background,omitempty"`
	Description          string   `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	LiveStartTime        int64    `protobuf:"varint,8,opt,name=live_start_time,json=liveStartTime,proto3" json:"live_start_time,omitempty"`
	LiveScreenType       int64    `protobuf:"varint,9,opt,name=live_screen_type,json=liveScreenType,proto3" json:"live_screen_type,omitempty"`
	LockStatus           int64    `protobuf:"varint,10,opt,name=lock_status,json=lockStatus,proto3" json:"lock_status,omitempty"`
	LockTime             int64    `protobuf:"varint,11,opt,name=lock_time,json=lockTime,proto3" json:"lock_time,omitempty"`
	HiddenTime           int64    `protobuf:"varint,12,opt,name=hidden_time,json=hiddenTime,proto3" json:"hidden_time,omitempty"`
	AreaId               int64    `protobuf:"varint,13,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	AnchorRoundSwitch    int64    `protobuf:"varint,14,opt,name=anchor_round_switch,json=anchorRoundSwitch,proto3" json:"anchor_round_switch,omitempty"`
	AnchorRecordSwitch   int64    `protobuf:"varint,15,opt,name=anchor_record_switch,json=anchorRecordSwitch,proto3" json:"anchor_record_switch,omitempty"`
	LiveType             int64    `protobuf:"varint,16,opt,name=live_type,json=liveType,proto3" json:"live_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RoomUpdateReq) Descriptor

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

func (*RoomUpdateReq) GetAnchorRecordSwitch

func (m *RoomUpdateReq) GetAnchorRecordSwitch() int64

func (*RoomUpdateReq) GetAnchorRoundSwitch

func (m *RoomUpdateReq) GetAnchorRoundSwitch() int64

func (*RoomUpdateReq) GetAreaId

func (m *RoomUpdateReq) GetAreaId() int64

func (*RoomUpdateReq) GetBackground

func (m *RoomUpdateReq) GetBackground() string

func (*RoomUpdateReq) GetCover

func (m *RoomUpdateReq) GetCover() string

func (*RoomUpdateReq) GetDescription

func (m *RoomUpdateReq) GetDescription() string

func (*RoomUpdateReq) GetFields

func (m *RoomUpdateReq) GetFields() []string

func (*RoomUpdateReq) GetHiddenTime

func (m *RoomUpdateReq) GetHiddenTime() int64

func (*RoomUpdateReq) GetLiveScreenType

func (m *RoomUpdateReq) GetLiveScreenType() int64

func (*RoomUpdateReq) GetLiveStartTime

func (m *RoomUpdateReq) GetLiveStartTime() int64

func (*RoomUpdateReq) GetLiveType

func (m *RoomUpdateReq) GetLiveType() int64

func (*RoomUpdateReq) GetLockStatus

func (m *RoomUpdateReq) GetLockStatus() int64

func (*RoomUpdateReq) GetLockTime

func (m *RoomUpdateReq) GetLockTime() int64

func (*RoomUpdateReq) GetRoomId

func (m *RoomUpdateReq) GetRoomId() int64

func (*RoomUpdateReq) GetTags

func (m *RoomUpdateReq) GetTags() string

func (*RoomUpdateReq) GetTitle

func (m *RoomUpdateReq) GetTitle() string

func (*RoomUpdateReq) Marshal

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

func (*RoomUpdateReq) MarshalTo

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

func (*RoomUpdateReq) ProtoMessage

func (*RoomUpdateReq) ProtoMessage()

func (*RoomUpdateReq) Reset

func (m *RoomUpdateReq) Reset()

func (*RoomUpdateReq) Size

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

func (*RoomUpdateReq) String

func (m *RoomUpdateReq) String() string

func (*RoomUpdateReq) Unmarshal

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

func (*RoomUpdateReq) XXX_DiscardUnknown

func (m *RoomUpdateReq) XXX_DiscardUnknown()

func (*RoomUpdateReq) XXX_Marshal

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

func (*RoomUpdateReq) XXX_Merge

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

func (*RoomUpdateReq) XXX_Size

func (m *RoomUpdateReq) XXX_Size() int

func (*RoomUpdateReq) XXX_Unmarshal

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

type TagData

type TagData struct {
	TagId                int64    `protobuf:"varint,1,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
	TagSubId             int64    `protobuf:"varint,2,opt,name=tag_sub_id,json=tagSubId,proto3" json:"tag_sub_id,omitempty"`
	TagValue             int64    `protobuf:"varint,3,opt,name=tag_value,json=tagValue,proto3" json:"tag_value,omitempty"`
	TagExt               string   `protobuf:"bytes,4,opt,name=tag_ext,json=tagExt,proto3" json:"tag_ext,omitempty"`
	TagExpireAt          int64    `protobuf:"varint,5,opt,name=tag_expire_at,json=tagExpireAt,proto3" json:"tag_expire_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TagData) Descriptor

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

func (*TagData) GetTagExpireAt

func (m *TagData) GetTagExpireAt() int64

func (*TagData) GetTagExt

func (m *TagData) GetTagExt() string

func (*TagData) GetTagId

func (m *TagData) GetTagId() int64

func (*TagData) GetTagSubId

func (m *TagData) GetTagSubId() int64

func (*TagData) GetTagValue

func (m *TagData) GetTagValue() int64

func (*TagData) Marshal

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

func (*TagData) MarshalTo

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

func (*TagData) ProtoMessage

func (*TagData) ProtoMessage()

func (*TagData) Reset

func (m *TagData) Reset()

func (*TagData) Size

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

func (*TagData) String

func (m *TagData) String() string

func (*TagData) Unmarshal

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

func (*TagData) XXX_DiscardUnknown

func (m *TagData) XXX_DiscardUnknown()

func (*TagData) XXX_Marshal

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

func (*TagData) XXX_Merge

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

func (*TagData) XXX_Size

func (m *TagData) XXX_Size() int

func (*TagData) XXX_Unmarshal

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

type UpdateResp

type UpdateResp struct {
	AffectedRows         int64    `protobuf:"varint,1,opt,name=affected_rows,json=affectedRows,proto3" json:"affected_rows,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateResp) Descriptor

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

func (*UpdateResp) GetAffectedRows

func (m *UpdateResp) GetAffectedRows() int64

func (*UpdateResp) Marshal

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

func (*UpdateResp) MarshalTo

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

func (*UpdateResp) ProtoMessage

func (*UpdateResp) ProtoMessage()

func (*UpdateResp) Reset

func (m *UpdateResp) Reset()

func (*UpdateResp) Size

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

func (*UpdateResp) String

func (m *UpdateResp) String() string

func (*UpdateResp) Unmarshal

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

func (*UpdateResp) XXX_DiscardUnknown

func (m *UpdateResp) XXX_DiscardUnknown()

func (*UpdateResp) XXX_Marshal

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

func (*UpdateResp) XXX_Merge

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

func (*UpdateResp) XXX_Size

func (m *UpdateResp) XXX_Size() int

func (*UpdateResp) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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