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/grpc/v1/api.proto

Index

Constants

View Source
const AppID = "live.xanchor"

Variables

View Source
var (
	ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowApi   = fmt.Errorf("proto: integer overflow")
)

Functions

func RegisterV1XAnchorService

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

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

func RegisterXAnchorServer

func RegisterXAnchorServer(s *grpc.Server, srv XAnchorServer)

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 AnchorData

type AnchorData struct {
	Uid                  int64      `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty" validate:"gt=0,required"`
	ProfileType          int64      `protobuf:"varint,2,opt,name=profile_type,json=profileType,proto3" json:"profile_type,omitempty" validate:"gt=0,required"`
	Exp                  []*ExpData `protobuf:"bytes,3,rep,name=exp" json:"exp,omitempty" validate:"gt=0,required"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*AnchorData) Descriptor

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

func (*AnchorData) GetExp

func (m *AnchorData) GetExp() []*ExpData

func (*AnchorData) GetProfileType

func (m *AnchorData) GetProfileType() int64

func (*AnchorData) GetUid

func (m *AnchorData) GetUid() int64

func (*AnchorData) Marshal

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

func (*AnchorData) MarshalTo

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

func (*AnchorData) ProtoMessage

func (*AnchorData) ProtoMessage()

func (*AnchorData) Reset

func (m *AnchorData) Reset()

func (*AnchorData) Size

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

func (*AnchorData) String

func (m *AnchorData) String() string

func (*AnchorData) Unmarshal

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

func (*AnchorData) XXX_DiscardUnknown

func (m *AnchorData) XXX_DiscardUnknown()

func (*AnchorData) XXX_Marshal

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

func (*AnchorData) XXX_Merge

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

func (*AnchorData) XXX_Size

func (m *AnchorData) XXX_Size() int

func (*AnchorData) XXX_Unmarshal

func (m *AnchorData) 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 AnchorTagSetReq

type AnchorTagSetReq struct {
	Fields               []string `protobuf:"bytes,1,rep,name=fields" json:"fields,omitempty" validate:"required"`
	AnchorId             int64    `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id,omitempty" validate:"gt=0,required"`
	TagType              int64    `protobuf:"varint,3,opt,name=tag_type,json=tagType,proto3" json:"tag_type,omitempty" validate:"gt=0,required"`
	TagValue             int64    `protobuf:"varint,4,opt,name=tag_value,json=tagValue,proto3" json:"tag_value,omitempty"`
	TagAttribute         string   `protobuf:"bytes,5,opt,name=tag_attribute,json=tagAttribute,proto3" json:"tag_attribute,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 (*AnchorTagSetReq) Descriptor

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

func (*AnchorTagSetReq) GetAnchorId

func (m *AnchorTagSetReq) GetAnchorId() int64

func (*AnchorTagSetReq) GetFields

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

func (*AnchorTagSetReq) GetTagAttribute

func (m *AnchorTagSetReq) GetTagAttribute() string

func (*AnchorTagSetReq) GetTagExpireAt

func (m *AnchorTagSetReq) GetTagExpireAt() int64

func (*AnchorTagSetReq) GetTagType

func (m *AnchorTagSetReq) GetTagType() int64

func (*AnchorTagSetReq) GetTagValue

func (m *AnchorTagSetReq) GetTagValue() int64

func (*AnchorTagSetReq) Marshal

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

func (*AnchorTagSetReq) MarshalTo

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

func (*AnchorTagSetReq) ProtoMessage

func (*AnchorTagSetReq) ProtoMessage()

func (*AnchorTagSetReq) Reset

func (m *AnchorTagSetReq) Reset()

func (*AnchorTagSetReq) Size

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

func (*AnchorTagSetReq) String

func (m *AnchorTagSetReq) String() string

func (*AnchorTagSetReq) Unmarshal

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

func (*AnchorTagSetReq) XXX_DiscardUnknown

func (m *AnchorTagSetReq) XXX_DiscardUnknown()

func (*AnchorTagSetReq) XXX_Marshal

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

func (*AnchorTagSetReq) XXX_Merge

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

func (*AnchorTagSetReq) XXX_Size

func (m *AnchorTagSetReq) XXX_Size() int

func (*AnchorTagSetReq) XXX_Unmarshal

func (m *AnchorTagSetReq) 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 Client

type Client struct {
	XAnchorClient
}

func NewClient

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

NewClient new anchor grpc client

type ExpData

type ExpData struct {
	Level                int64    `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty" validate:"gt=0,required"`
	NextLevel            int64    `protobuf:"varint,2,opt,name=next_level,json=nextLevel,proto3" json:"next_level,omitempty" validate:"gt=0,required"`
	LevelColor           int64    `protobuf:"varint,3,opt,name=level_color,json=levelColor,proto3" json:"level_color,omitempty" validate:"gt=0,required"`
	Exp                  int64    `protobuf:"varint,4,opt,name=exp,proto3" json:"exp,omitempty" validate:"gt=0,required"`
	CurrentLevelExp      int64    `` /* 134-byte string literal not displayed */
	NextLevelExp         int64    `protobuf:"varint,6,opt,name=next_level_exp,json=nextLevelExp,proto3" json:"next_level_exp,omitempty" validate:"gt=0,required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExpData) Descriptor

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

func (*ExpData) GetCurrentLevelExp

func (m *ExpData) GetCurrentLevelExp() int64

func (*ExpData) GetExp

func (m *ExpData) GetExp() int64

func (*ExpData) GetLevel

func (m *ExpData) GetLevel() int64

func (*ExpData) GetLevelColor

func (m *ExpData) GetLevelColor() int64

func (*ExpData) GetNextLevel

func (m *ExpData) GetNextLevel() int64

func (*ExpData) GetNextLevelExp

func (m *ExpData) GetNextLevelExp() int64

func (*ExpData) Marshal

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

func (*ExpData) MarshalTo

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

func (*ExpData) ProtoMessage

func (*ExpData) ProtoMessage()

func (*ExpData) Reset

func (m *ExpData) Reset()

func (*ExpData) Size

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

func (*ExpData) String

func (m *ExpData) String() string

func (*ExpData) Unmarshal

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

func (*ExpData) XXX_DiscardUnknown

func (m *ExpData) XXX_DiscardUnknown()

func (*ExpData) XXX_Marshal

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

func (*ExpData) XXX_Merge

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

func (*ExpData) XXX_Size

func (m *ExpData) XXX_Size() int

func (*ExpData) XXX_Unmarshal

func (m *ExpData) 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"`
	RoomTagList          []*TagData `protobuf:"bytes,23,rep,name=room_tag_list,json=roomTagList" json:"room_tag_list,omitempty"`
	AnchorTagList        []*TagData `protobuf:"bytes,24,rep,name=anchor_tag_list,json=anchorTagList" json:"anchor_tag_list,omitempty"`
	AnchorProfileType    int64      `protobuf:"varint,25,opt,name=anchor_profile_type,json=anchorProfileType,proto3" json:"anchor_profile_type,omitempty"`
	AnchorExp            []*ExpData `protobuf:"bytes,26,rep,name=anchor_exp,json=anchorExp" json:"anchor_exp,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"`
	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) GetAnchorExp

func (m *RoomData) GetAnchorExp() []*ExpData

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) GetAnchorTagList

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

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) GetRoomTagList

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

func (*RoomData) GetShortId

func (m *RoomData) GetShortId() int64

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=key_frame,json=keyFrame,proto3" json:"key_frame,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 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 RoomTagSetReq

type RoomTagSetReq 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"`
	TagType              int64    `protobuf:"varint,3,opt,name=tag_type,json=tagType,proto3" json:"tag_type,omitempty" validate:"gt=0,required"`
	TagValue             int64    `protobuf:"varint,4,opt,name=tag_value,json=tagValue,proto3" json:"tag_value,omitempty"`
	TagAttribute         string   `protobuf:"bytes,5,opt,name=tag_attribute,json=tagAttribute,proto3" json:"tag_attribute,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 (*RoomTagSetReq) Descriptor

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

func (*RoomTagSetReq) GetFields

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

func (*RoomTagSetReq) GetRoomId

func (m *RoomTagSetReq) GetRoomId() int64

func (*RoomTagSetReq) GetTagAttribute

func (m *RoomTagSetReq) GetTagAttribute() string

func (*RoomTagSetReq) GetTagExpireAt

func (m *RoomTagSetReq) GetTagExpireAt() int64

func (*RoomTagSetReq) GetTagType

func (m *RoomTagSetReq) GetTagType() int64

func (*RoomTagSetReq) GetTagValue

func (m *RoomTagSetReq) GetTagValue() int64

func (*RoomTagSetReq) Marshal

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

func (*RoomTagSetReq) MarshalTo

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

func (*RoomTagSetReq) ProtoMessage

func (*RoomTagSetReq) ProtoMessage()

func (*RoomTagSetReq) Reset

func (m *RoomTagSetReq) Reset()

func (*RoomTagSetReq) Size

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

func (*RoomTagSetReq) String

func (m *RoomTagSetReq) String() string

func (*RoomTagSetReq) Unmarshal

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

func (*RoomTagSetReq) XXX_DiscardUnknown

func (m *RoomTagSetReq) XXX_DiscardUnknown()

func (*RoomTagSetReq) XXX_Marshal

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

func (*RoomTagSetReq) XXX_Merge

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

func (*RoomTagSetReq) XXX_Size

func (m *RoomTagSetReq) XXX_Size() int

func (*RoomTagSetReq) XXX_Unmarshal

func (m *RoomTagSetReq) 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" validate:"gt=0,required"`
	TagType              int64    `protobuf:"varint,2,opt,name=tag_type,json=tagType,proto3" json:"tag_type,omitempty" validate:"gt=0,required"`
	TagValue             int64    `protobuf:"varint,3,opt,name=tag_value,json=tagValue,proto3" json:"tag_value,omitempty" validate:"gt=0,required"`
	TagAttribute         string   `protobuf:"bytes,4,opt,name=tag_attribute,json=tagAttribute,proto3" json:"tag_attribute,omitempty" validate:"required"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TagData) Descriptor

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

func (*TagData) GetTagAttribute

func (m *TagData) GetTagAttribute() string

func (*TagData) GetTagId

func (m *TagData) GetTagId() int64

func (*TagData) GetTagType

func (m *TagData) GetTagType() 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

type XAnchor

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

	// RoomOnlineList 在线房间列表
	RoomOnlineList(ctx context.Context, req *RoomOnlineListReq) (resp *RoomOnlineListResp, 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)

	// RoomTagSet 房间Tag更新
	RoomTagSet(ctx context.Context, req *RoomTagSetReq) (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)

	// AnchorTagSet 主播Tag更新
	AnchorTagSet(ctx context.Context, req *AnchorTagSetReq) (resp *UpdateResp, err error)
}

type XAnchorClient

type XAnchorClient 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)
	// 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)
	// RoomTagSet 房间Tag更新
	RoomTagSet(ctx context.Context, in *RoomTagSetReq, 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)
	// AnchorTagSet 主播Tag更新
	AnchorTagSet(ctx context.Context, in *AnchorTagSetReq, opts ...grpc.CallOption) (*UpdateResp, error)
}

XAnchorClient is the client API for XAnchor service.

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

func NewXAnchorClient

func NewXAnchorClient(cc *grpc.ClientConn) XAnchorClient

type XAnchorServer

type XAnchorServer interface {
	// FetchRoomByIDs 查询房间信息
	FetchRoomByIDs(context.Context, *RoomByIDsReq) (*RoomByIDsResp, error)
	// RoomOnlineList 在线房间列表
	RoomOnlineList(context.Context, *RoomOnlineListReq) (*RoomOnlineListResp, 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)
	// RoomTagSet 房间Tag更新
	RoomTagSet(context.Context, *RoomTagSetReq) (*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)
	// AnchorTagSet 主播Tag更新
	AnchorTagSet(context.Context, *AnchorTagSetReq) (*UpdateResp, error)
}

XAnchorServer is the server API for XAnchor service.

Jump to

Keyboard shortcuts

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