bilibili

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2021 License: AGPL-3.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Site         = "bilibili"
	BaseHost     = "https://api.bilibili.com"
	BaseLiveHost = "https://api.live.bilibili.com"
	BaseVCHost   = "https://api.vc.bilibili.com"
	VideoView    = "https://www.bilibili.com/video"
	DynamicView  = "https://t.bilibili.com"
)
View Source
const (
	ActSub            = 1
	ActUnsub          = 2
	ActHiddenSub      = 3
	ActBlock          = 5
	ActUnblock        = 6
	ActRemoveFollower = 7
)
View Source
const (
	PathDynamicSrvDynamicNew = "/dynamic_svr/v1/dynamic_svr/dynamic_new"
)
View Source
const (
	PathDynamicSrvSpaceHistory = "/dynamic_svr/v1/dynamic_svr/space_history"
)
View Source
const (
	PathGetAttentionList = "/feed/v1/feed/get_attention_list"
)
View Source
const (
	PathGetRoomInfoOld = "/room/v1/Room/getRoomInfoOld"
)
View Source
const (
	PathRelationFeedList = "/relation/v1/feed/feed_list"
)
View Source
const (
	PathRelationModify = "/x/relation/modify"
)
View Source
const (
	PathRoomInit = "/room/v1/Room/room_init"
)
View Source
const (
	PathSpaceAccInfo = "/x/space/acc/info"
)

Variables

View Source
var (
	ErrVerifyRequired = errors.New("verify required")
	SESSDATA          string
)
View Source
var AddOnCardShowType_name = map[int32]string{
	0: "AddOnCardShowTypeUnknown",
	1: "goods",
	2: "related",
	3: "vote",
	4: "match",
	5: "video",
	6: "reserve",
}
View Source
var AddOnCardShowType_value = map[string]int32{
	"AddOnCardShowTypeUnknown": 0,
	"goods":                    1,
	"related":                  2,
	"vote":                     3,
	"match":                    4,
	"video":                    5,
	"reserve":                  6,
}
View Source
var BasePath = map[string]string{
	PathRoomInit:               BaseLiveHost,
	PathSpaceAccInfo:           BaseHost,
	PathDynamicSrvSpaceHistory: BaseVCHost,
	PathGetRoomInfoOld:         BaseLiveHost,
	PathDynamicSrvDynamicNew:   BaseVCHost,
	PathRelationModify:         BaseHost,
	PathRelationFeedList:       BaseLiveHost,
	PathGetAttentionList:       BaseVCHost,
}
View Source
var DynamicDescType_name = map[int32]string{
	0:    "DynamicDescTypeUnknown",
	1:    "WithOrigin",
	2:    "WithImage",
	4:    "TextOnly",
	8:    "WithVideo",
	64:   "WithPost",
	256:  "WithMusic",
	512:  "WithAnime",
	1024: "WithMiss",
	2048: "WithSketch",
	4099: "WithDrama",
	4200: "WithLive",
	4308: "WithLiveV2",
}
View Source
var DynamicDescType_value = map[string]int32{
	"DynamicDescTypeUnknown": 0,
	"WithOrigin":             1,
	"WithImage":              2,
	"TextOnly":               4,
	"WithVideo":              8,
	"WithPost":               64,
	"WithMusic":              256,
	"WithAnime":              512,
	"WithMiss":               1024,
	"WithSketch":             2048,
	"WithDrama":              4099,
	"WithLive":               4200,
	"WithLiveV2":             4308,
}
View Source
var LiveStatus_name = map[int32]string{
	0: "NoLiving",
	1: "Living",
}
View Source
var LiveStatus_value = map[string]int32{
	"NoLiving": 0,
	"Living":   1,
}
View Source
var RoomStatus_name = map[int32]string{
	0: "NonExist",
	1: "Exist",
}
View Source
var RoomStatus_value = map[string]int32{
	"NonExist": 0,
	"Exist":    1,
}
View Source
var RoundStatus_name = map[int32]string{
	0: "Off",
	1: "On",
}
View Source
var RoundStatus_value = map[string]int32{
	"Off": 0,
	"On":  1,
}
View Source
var SpecialType_name = map[int32]string{
	0: "Normal",
	1: "Pay",
	2: "YearFestival",
}
View Source
var SpecialType_value = map[string]int32{
	"Normal":       0,
	"Pay":          1,
	"YearFestival": 2,
}

Functions

func AddCookiesOption

func AddCookiesOption() []requests.Option

func AddUAOption

func AddUAOption() requests.Option

func BPath

func BPath(path string) string

func BVIDUrl

func BVIDUrl(bvid string) string

func DynamicUrl

func DynamicUrl(dynamicIdStr string) string

func IsVerifyGiven

func IsVerifyGiven() bool

func NewExtraKey

func NewExtraKey() *extraKey

func NewKeySet

func NewKeySet() *keySet

func ParseUid added in v0.0.10

func ParseUid(s string) (int64, error)

func SetVerify

func SetVerify(_SESSDATA string, _biliJct string)

Types

type AddOnCardShowType

type AddOnCardShowType int32
const (
	AddOnCardShowType_AddOnCardShowTypeUnknown AddOnCardShowType = 0
	// 商品
	AddOnCardShowType_goods AddOnCardShowType = 1
	// 相关游戏/作品/装扮
	AddOnCardShowType_related AddOnCardShowType = 2
	AddOnCardShowType_vote    AddOnCardShowType = 3
	// 比赛
	AddOnCardShowType_match AddOnCardShowType = 4
	// 视频
	AddOnCardShowType_video AddOnCardShowType = 5
	// 直播预约
	AddOnCardShowType_reserve AddOnCardShowType = 6
)

func (AddOnCardShowType) EnumDescriptor

func (AddOnCardShowType) EnumDescriptor() ([]byte, []int)

func (AddOnCardShowType) String

func (x AddOnCardShowType) String() string

type Card

type Card struct {
	Card                 string        `protobuf:"bytes,1,opt,name=card,proto3" json:"card,omitempty"`
	Desc                 *Card_Desc    `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Extra                *Card_Extra   `protobuf:"bytes,5,opt,name=extra,proto3" json:"extra,omitempty"`
	Display              *Card_Display `protobuf:"bytes,6,opt,name=display,proto3" json:"display,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Card) Descriptor

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

func (*Card) GetCard

func (m *Card) GetCard() string

func (*Card) GetDesc

func (m *Card) GetDesc() *Card_Desc

func (*Card) GetDisplay

func (m *Card) GetDisplay() *Card_Display

func (*Card) GetExtra

func (m *Card) GetExtra() *Card_Extra

func (*Card) ProtoMessage

func (*Card) ProtoMessage()

func (*Card) Reset

func (m *Card) Reset()

func (*Card) String

func (m *Card) String() string

func (*Card) XXX_DiscardUnknown

func (m *Card) XXX_DiscardUnknown()

func (*Card) XXX_Marshal

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

func (*Card) XXX_Merge

func (m *Card) XXX_Merge(src proto.Message)

func (*Card) XXX_Size

func (m *Card) XXX_Size() int

func (*Card) XXX_Unmarshal

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

type CardTextOnly

type CardTextOnly struct {
	Item                 *CardTextOnly_Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CardTextOnly) Descriptor

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

func (*CardTextOnly) GetItem

func (m *CardTextOnly) GetItem() *CardTextOnly_Item

func (*CardTextOnly) ProtoMessage

func (*CardTextOnly) ProtoMessage()

func (*CardTextOnly) Reset

func (m *CardTextOnly) Reset()

func (*CardTextOnly) String

func (m *CardTextOnly) String() string

func (*CardTextOnly) XXX_DiscardUnknown

func (m *CardTextOnly) XXX_DiscardUnknown()

func (*CardTextOnly) XXX_Marshal

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

func (*CardTextOnly) XXX_Merge

func (m *CardTextOnly) XXX_Merge(src proto.Message)

func (*CardTextOnly) XXX_Size

func (m *CardTextOnly) XXX_Size() int

func (*CardTextOnly) XXX_Unmarshal

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

type CardTextOnly_Item

type CardTextOnly_Item struct {
	RpId                 int64    `protobuf:"varint,1,opt,name=rp_id,json=rpId,proto3" json:"rp_id,omitempty"`
	Uid                  int64    `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Content              string   `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	Ctrl                 string   `protobuf:"bytes,4,opt,name=ctrl,proto3" json:"ctrl,omitempty"`
	Timestamp            int64    `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Reply                int32    `protobuf:"varint,8,opt,name=reply,proto3" json:"reply,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CardTextOnly_Item) Descriptor

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

func (*CardTextOnly_Item) GetContent

func (m *CardTextOnly_Item) GetContent() string

func (*CardTextOnly_Item) GetCtrl

func (m *CardTextOnly_Item) GetCtrl() string

func (*CardTextOnly_Item) GetReply

func (m *CardTextOnly_Item) GetReply() int32

func (*CardTextOnly_Item) GetRpId

func (m *CardTextOnly_Item) GetRpId() int64

func (*CardTextOnly_Item) GetTimestamp

func (m *CardTextOnly_Item) GetTimestamp() int64

func (*CardTextOnly_Item) GetUid

func (m *CardTextOnly_Item) GetUid() int64

func (*CardTextOnly_Item) ProtoMessage

func (*CardTextOnly_Item) ProtoMessage()

func (*CardTextOnly_Item) Reset

func (m *CardTextOnly_Item) Reset()

func (*CardTextOnly_Item) String

func (m *CardTextOnly_Item) String() string

func (*CardTextOnly_Item) XXX_DiscardUnknown

func (m *CardTextOnly_Item) XXX_DiscardUnknown()

func (*CardTextOnly_Item) XXX_Marshal

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

func (*CardTextOnly_Item) XXX_Merge

func (m *CardTextOnly_Item) XXX_Merge(src proto.Message)

func (*CardTextOnly_Item) XXX_Size

func (m *CardTextOnly_Item) XXX_Size() int

func (*CardTextOnly_Item) XXX_Unmarshal

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

type CardWithAnime

type CardWithAnime struct {
	ApiSeasonInfo *CardWithAnime_ApiSeasonInfo `protobuf:"bytes,1,opt,name=apiSeasonInfo,proto3" json:"apiSeasonInfo,omitempty"`
	BulletCount   int64                        `protobuf:"varint,2,opt,name=bullet_count,json=bulletCount,proto3" json:"bullet_count,omitempty"`
	Cover         string                       `protobuf:"bytes,3,opt,name=cover,proto3" json:"cover,omitempty"`
	EpisodeId     int64                        `protobuf:"varint,4,opt,name=episode_id,json=episodeId,proto3" json:"episode_id,omitempty"`
	Index         string                       `protobuf:"bytes,5,opt,name=index,proto3" json:"index,omitempty"`
	IndexTitle    string                       `protobuf:"bytes,6,opt,name=index_title,json=indexTitle,proto3" json:"index_title,omitempty"`
	NewDesc       string                       `protobuf:"bytes,7,opt,name=new_desc,json=newDesc,proto3" json:"new_desc,omitempty"`
	//    int64 online_finish = 8;
	PlayCount            int64    `protobuf:"varint,9,opt,name=play_count,json=playCount,proto3" json:"play_count,omitempty"`
	ReplyCount           int64    `protobuf:"varint,10,opt,name=reply_count,json=replyCount,proto3" json:"reply_count,omitempty"`
	Url                  string   `protobuf:"bytes,11,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CardWithAnime) Descriptor

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

func (*CardWithAnime) GetApiSeasonInfo

func (m *CardWithAnime) GetApiSeasonInfo() *CardWithAnime_ApiSeasonInfo

func (*CardWithAnime) GetBulletCount

func (m *CardWithAnime) GetBulletCount() int64

func (*CardWithAnime) GetCover

func (m *CardWithAnime) GetCover() string

func (*CardWithAnime) GetEpisodeId

func (m *CardWithAnime) GetEpisodeId() int64

func (*CardWithAnime) GetIndex

func (m *CardWithAnime) GetIndex() string

func (*CardWithAnime) GetIndexTitle

func (m *CardWithAnime) GetIndexTitle() string

func (*CardWithAnime) GetNewDesc

func (m *CardWithAnime) GetNewDesc() string

func (*CardWithAnime) GetPlayCount

func (m *CardWithAnime) GetPlayCount() int64

func (*CardWithAnime) GetReplyCount

func (m *CardWithAnime) GetReplyCount() int64

func (*CardWithAnime) GetUrl

func (m *CardWithAnime) GetUrl() string

func (*CardWithAnime) ProtoMessage

func (*CardWithAnime) ProtoMessage()

func (*CardWithAnime) Reset

func (m *CardWithAnime) Reset()

func (*CardWithAnime) String

func (m *CardWithAnime) String() string

func (*CardWithAnime) XXX_DiscardUnknown

func (m *CardWithAnime) XXX_DiscardUnknown()

func (*CardWithAnime) XXX_Marshal

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

func (*CardWithAnime) XXX_Merge

func (m *CardWithAnime) XXX_Merge(src proto.Message)

func (*CardWithAnime) XXX_Size

func (m *CardWithAnime) XXX_Size() int

func (*CardWithAnime) XXX_Unmarshal

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

type CardWithAnime_ApiSeasonInfo

type CardWithAnime_ApiSeasonInfo struct {
	BgmType              int64    `protobuf:"varint,1,opt,name=bgm_type,json=bgmType,proto3" json:"bgm_type,omitempty"`
	Cover                string   `protobuf:"bytes,2,opt,name=cover,proto3" json:"cover,omitempty"`
	IsFinish             int64    `protobuf:"varint,3,opt,name=is_finish,json=isFinish,proto3" json:"is_finish,omitempty"`
	SeasonId             int64    `protobuf:"varint,4,opt,name=season_id,json=seasonId,proto3" json:"season_id,omitempty"`
	Title                string   `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	TotalCount           int64    `protobuf:"varint,6,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Ts                   int64    `protobuf:"varint,7,opt,name=ts,proto3" json:"ts,omitempty"`
	TypeName             string   `protobuf:"bytes,8,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CardWithAnime_ApiSeasonInfo) Descriptor

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

func (*CardWithAnime_ApiSeasonInfo) GetBgmType

func (m *CardWithAnime_ApiSeasonInfo) GetBgmType() int64

func (*CardWithAnime_ApiSeasonInfo) GetCover

func (m *CardWithAnime_ApiSeasonInfo) GetCover() string

func (*CardWithAnime_ApiSeasonInfo) GetIsFinish

func (m *CardWithAnime_ApiSeasonInfo) GetIsFinish() int64

func (*CardWithAnime_ApiSeasonInfo) GetSeasonId

func (m *CardWithAnime_ApiSeasonInfo) GetSeasonId() int64

func (*CardWithAnime_ApiSeasonInfo) GetTitle

func (m *CardWithAnime_ApiSeasonInfo) GetTitle() string

func (*CardWithAnime_ApiSeasonInfo) GetTotalCount

func (m *CardWithAnime_ApiSeasonInfo) GetTotalCount() int64

func (*CardWithAnime_ApiSeasonInfo) GetTs

func (*CardWithAnime_ApiSeasonInfo) GetTypeName

func (m *CardWithAnime_ApiSeasonInfo) GetTypeName() string

func (*CardWithAnime_ApiSeasonInfo) ProtoMessage

func (*CardWithAnime_ApiSeasonInfo) ProtoMessage()

func (*CardWithAnime_ApiSeasonInfo) Reset

func (m *CardWithAnime_ApiSeasonInfo) Reset()

func (*CardWithAnime_ApiSeasonInfo) String

func (m *CardWithAnime_ApiSeasonInfo) String() string

func (*CardWithAnime_ApiSeasonInfo) XXX_DiscardUnknown

func (m *CardWithAnime_ApiSeasonInfo) XXX_DiscardUnknown()

func (*CardWithAnime_ApiSeasonInfo) XXX_Marshal

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

func (*CardWithAnime_ApiSeasonInfo) XXX_Merge

func (m *CardWithAnime_ApiSeasonInfo) XXX_Merge(src proto.Message)

func (*CardWithAnime_ApiSeasonInfo) XXX_Size

func (m *CardWithAnime_ApiSeasonInfo) XXX_Size() int

func (*CardWithAnime_ApiSeasonInfo) XXX_Unmarshal

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

type CardWithImage

type CardWithImage struct {
	Item                 *CardWithImage_Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CardWithImage) Descriptor

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

func (*CardWithImage) GetItem

func (m *CardWithImage) GetItem() *CardWithImage_Item

func (*CardWithImage) ProtoMessage

func (*CardWithImage) ProtoMessage()

func (*CardWithImage) Reset

func (m *CardWithImage) Reset()

func (*CardWithImage) String

func (m *CardWithImage) String() string

func (*CardWithImage) XXX_DiscardUnknown

func (m *CardWithImage) XXX_DiscardUnknown()

func (*CardWithImage) XXX_Marshal

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

func (*CardWithImage) XXX_Merge

func (m *CardWithImage) XXX_Merge(src proto.Message)

func (*CardWithImage) XXX_Size

func (m *CardWithImage) XXX_Size() int

func (*CardWithImage) XXX_Unmarshal

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

type CardWithImage_Item

type CardWithImage_Item struct {
	Id                   int64                         `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Title                string                        `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Description          string                        `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Category             string                        `protobuf:"bytes,4,opt,name=category,proto3" json:"category,omitempty"`
	Pictures             []*CardWithImage_Item_Picture `protobuf:"bytes,5,rep,name=pictures,proto3" json:"pictures,omitempty"`
	PicturesCount        int32                         `protobuf:"varint,6,opt,name=pictures_count,json=picturesCount,proto3" json:"pictures_count,omitempty"`
	UploadTime           int64                         `protobuf:"varint,7,opt,name=upload_time,json=uploadTime,proto3" json:"upload_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*CardWithImage_Item) Descriptor

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

func (*CardWithImage_Item) GetCategory

func (m *CardWithImage_Item) GetCategory() string

func (*CardWithImage_Item) GetDescription

func (m *CardWithImage_Item) GetDescription() string

func (*CardWithImage_Item) GetId

func (m *CardWithImage_Item) GetId() int64

func (*CardWithImage_Item) GetPictures

func (m *CardWithImage_Item) GetPictures() []*CardWithImage_Item_Picture

func (*CardWithImage_Item) GetPicturesCount

func (m *CardWithImage_Item) GetPicturesCount() int32

func (*CardWithImage_Item) GetTitle

func (m *CardWithImage_Item) GetTitle() string

func (*CardWithImage_Item) GetUploadTime

func (m *CardWithImage_Item) GetUploadTime() int64

func (*CardWithImage_Item) ProtoMessage

func (*CardWithImage_Item) ProtoMessage()

func (*CardWithImage_Item) Reset

func (m *CardWithImage_Item) Reset()

func (*CardWithImage_Item) String

func (m *CardWithImage_Item) String() string

func (*CardWithImage_Item) XXX_DiscardUnknown

func (m *CardWithImage_Item) XXX_DiscardUnknown()

func (*CardWithImage_Item) XXX_Marshal

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

func (*CardWithImage_Item) XXX_Merge

func (m *CardWithImage_Item) XXX_Merge(src proto.Message)

func (*CardWithImage_Item) XXX_Size

func (m *CardWithImage_Item) XXX_Size() int

func (*CardWithImage_Item) XXX_Unmarshal

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

type CardWithImage_Item_Picture

type CardWithImage_Item_Picture struct {
	ImgSrc               string   `protobuf:"bytes,1,opt,name=img_src,json=imgSrc,proto3" json:"img_src,omitempty"`
	ImgWidth             int32    `protobuf:"varint,2,opt,name=img_width,json=imgWidth,proto3" json:"img_width,omitempty"`
	ImgHeight            int32    `protobuf:"varint,3,opt,name=img_height,json=imgHeight,proto3" json:"img_height,omitempty"`
	ImgSize              float32  `protobuf:"fixed32,4,opt,name=img_size,json=imgSize,proto3" json:"img_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CardWithImage_Item_Picture) Descriptor

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

func (*CardWithImage_Item_Picture) GetImgHeight

func (m *CardWithImage_Item_Picture) GetImgHeight() int32

func (*CardWithImage_Item_Picture) GetImgSize

func (m *CardWithImage_Item_Picture) GetImgSize() float32

func (*CardWithImage_Item_Picture) GetImgSrc

func (m *CardWithImage_Item_Picture) GetImgSrc() string

func (*CardWithImage_Item_Picture) GetImgWidth

func (m *CardWithImage_Item_Picture) GetImgWidth() int32

func (*CardWithImage_Item_Picture) ProtoMessage

func (*CardWithImage_Item_Picture) ProtoMessage()

func (*CardWithImage_Item_Picture) Reset

func (m *CardWithImage_Item_Picture) Reset()

func (*CardWithImage_Item_Picture) String

func (m *CardWithImage_Item_Picture) String() string

func (*CardWithImage_Item_Picture) XXX_DiscardUnknown

func (m *CardWithImage_Item_Picture) XXX_DiscardUnknown()

func (*CardWithImage_Item_Picture) XXX_Marshal

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

func (*CardWithImage_Item_Picture) XXX_Merge

func (m *CardWithImage_Item_Picture) XXX_Merge(src proto.Message)

func (*CardWithImage_Item_Picture) XXX_Size

func (m *CardWithImage_Item_Picture) XXX_Size() int

func (*CardWithImage_Item_Picture) XXX_Unmarshal

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

type CardWithLive

type CardWithLive struct {
	Roomid               int64      `protobuf:"varint,1,opt,name=roomid,proto3" json:"roomid,omitempty"`
	Uid                  int64      `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"`
	Uname                string     `protobuf:"bytes,3,opt,name=uname,proto3" json:"uname,omitempty"`
	Cover                string     `protobuf:"bytes,4,opt,name=cover,proto3" json:"cover,omitempty"`
	Title                string     `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	AreaV2Name           string     `protobuf:"bytes,6,opt,name=area_v2_name,json=areaV2Name,proto3" json:"area_v2_name,omitempty"`
	LiveStatus           LiveStatus `protobuf:"varint,7,opt,name=live_status,json=liveStatus,proto3,enum=bilibili.LiveStatus" json:"live_status,omitempty"`
	RoundStatus          RoomStatus `protobuf:"varint,8,opt,name=round_status,json=roundStatus,proto3,enum=bilibili.RoomStatus" json:"round_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CardWithLive) Descriptor

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

func (*CardWithLive) GetAreaV2Name

func (m *CardWithLive) GetAreaV2Name() string

func (*CardWithLive) GetCover

func (m *CardWithLive) GetCover() string

func (*CardWithLive) GetLiveStatus

func (m *CardWithLive) GetLiveStatus() LiveStatus

func (*CardWithLive) GetRoomid

func (m *CardWithLive) GetRoomid() int64

func (*CardWithLive) GetRoundStatus

func (m *CardWithLive) GetRoundStatus() RoomStatus

func (*CardWithLive) GetTitle

func (m *CardWithLive) GetTitle() string

func (*CardWithLive) GetUid

func (m *CardWithLive) GetUid() int64

func (*CardWithLive) GetUname

func (m *CardWithLive) GetUname() string

func (*CardWithLive) ProtoMessage

func (*CardWithLive) ProtoMessage()

func (*CardWithLive) Reset

func (m *CardWithLive) Reset()

func (*CardWithLive) String

func (m *CardWithLive) String() string

func (*CardWithLive) XXX_DiscardUnknown

func (m *CardWithLive) XXX_DiscardUnknown()

func (*CardWithLive) XXX_Marshal

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

func (*CardWithLive) XXX_Merge

func (m *CardWithLive) XXX_Merge(src proto.Message)

func (*CardWithLive) XXX_Size

func (m *CardWithLive) XXX_Size() int

func (*CardWithLive) XXX_Unmarshal

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

type CardWithLiveV2

type CardWithLiveV2 struct {
	LivePlayInfo         *CardWithLiveV2_LivePlayInfo `protobuf:"bytes,1,opt,name=live_play_info,json=livePlayInfo,proto3" json:"live_play_info,omitempty"`
	Style                int64                        `protobuf:"varint,2,opt,name=style,proto3" json:"style,omitempty"`
	Type                 int64                        `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

可能是新版直播间

func (*CardWithLiveV2) Descriptor

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

func (*CardWithLiveV2) GetLivePlayInfo

func (m *CardWithLiveV2) GetLivePlayInfo() *CardWithLiveV2_LivePlayInfo

func (*CardWithLiveV2) GetStyle

func (m *CardWithLiveV2) GetStyle() int64

func (*CardWithLiveV2) GetType

func (m *CardWithLiveV2) GetType() int64

func (*CardWithLiveV2) ProtoMessage

func (*CardWithLiveV2) ProtoMessage()

func (*CardWithLiveV2) Reset

func (m *CardWithLiveV2) Reset()

func (*CardWithLiveV2) String

func (m *CardWithLiveV2) String() string

func (*CardWithLiveV2) XXX_DiscardUnknown

func (m *CardWithLiveV2) XXX_DiscardUnknown()

func (*CardWithLiveV2) XXX_Marshal

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

func (*CardWithLiveV2) XXX_Merge

func (m *CardWithLiveV2) XXX_Merge(src proto.Message)

func (*CardWithLiveV2) XXX_Size

func (m *CardWithLiveV2) XXX_Size() int

func (*CardWithLiveV2) XXX_Unmarshal

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

type CardWithLiveV2_LivePlayInfo

type CardWithLiveV2_LivePlayInfo struct {
	Cover                string     `protobuf:"bytes,1,opt,name=cover,proto3" json:"cover,omitempty"`
	Title                string     `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	RoomId               int64      `protobuf:"varint,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	LiveStatus           LiveStatus `protobuf:"varint,4,opt,name=live_status,json=liveStatus,proto3,enum=bilibili.LiveStatus" json:"live_status,omitempty"`
	Link                 string     `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
	Uid                  int64      `protobuf:"varint,6,opt,name=uid,proto3" json:"uid,omitempty"`
	LiveId               int64      `protobuf:"varint,7,opt,name=live_id,json=liveId,proto3" json:"live_id,omitempty"`
	AreaId               int64      `protobuf:"varint,8,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	AreaName             string     `protobuf:"bytes,9,opt,name=area_name,json=areaName,proto3" json:"area_name,omitempty"`
	ParentAreaId         int64      `protobuf:"varint,10,opt,name=parent_area_id,json=parentAreaId,proto3" json:"parent_area_id,omitempty"`
	ParentAreaName       string     `protobuf:"bytes,11,opt,name=parent_area_name,json=parentAreaName,proto3" json:"parent_area_name,omitempty"`
	RoomType             int64      `protobuf:"varint,12,opt,name=room_type,json=roomType,proto3" json:"room_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CardWithLiveV2_LivePlayInfo) Descriptor

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

func (*CardWithLiveV2_LivePlayInfo) GetAreaId

func (m *CardWithLiveV2_LivePlayInfo) GetAreaId() int64

func (*CardWithLiveV2_LivePlayInfo) GetAreaName

func (m *CardWithLiveV2_LivePlayInfo) GetAreaName() string

func (*CardWithLiveV2_LivePlayInfo) GetCover

func (m *CardWithLiveV2_LivePlayInfo) GetCover() string
func (m *CardWithLiveV2_LivePlayInfo) GetLink() string

func (*CardWithLiveV2_LivePlayInfo) GetLiveId

func (m *CardWithLiveV2_LivePlayInfo) GetLiveId() int64

func (*CardWithLiveV2_LivePlayInfo) GetLiveStatus

func (m *CardWithLiveV2_LivePlayInfo) GetLiveStatus() LiveStatus

func (*CardWithLiveV2_LivePlayInfo) GetParentAreaId

func (m *CardWithLiveV2_LivePlayInfo) GetParentAreaId() int64

func (*CardWithLiveV2_LivePlayInfo) GetParentAreaName

func (m *CardWithLiveV2_LivePlayInfo) GetParentAreaName() string

func (*CardWithLiveV2_LivePlayInfo) GetRoomId

func (m *CardWithLiveV2_LivePlayInfo) GetRoomId() int64

func (*CardWithLiveV2_LivePlayInfo) GetRoomType

func (m *CardWithLiveV2_LivePlayInfo) GetRoomType() int64

func (*CardWithLiveV2_LivePlayInfo) GetTitle

func (m *CardWithLiveV2_LivePlayInfo) GetTitle() string

func (*CardWithLiveV2_LivePlayInfo) GetUid

func (m *CardWithLiveV2_LivePlayInfo) GetUid() int64

func (*CardWithLiveV2_LivePlayInfo) ProtoMessage

func (*CardWithLiveV2_LivePlayInfo) ProtoMessage()

func (*CardWithLiveV2_LivePlayInfo) Reset

func (m *CardWithLiveV2_LivePlayInfo) Reset()

func (*CardWithLiveV2_LivePlayInfo) String

func (m *CardWithLiveV2_LivePlayInfo) String() string

func (*CardWithLiveV2_LivePlayInfo) XXX_DiscardUnknown

func (m *CardWithLiveV2_LivePlayInfo) XXX_DiscardUnknown()

func (*CardWithLiveV2_LivePlayInfo) XXX_Marshal

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

func (*CardWithLiveV2_LivePlayInfo) XXX_Merge

func (m *CardWithLiveV2_LivePlayInfo) XXX_Merge(src proto.Message)

func (*CardWithLiveV2_LivePlayInfo) XXX_Size

func (m *CardWithLiveV2_LivePlayInfo) XXX_Size() int

func (*CardWithLiveV2_LivePlayInfo) XXX_Unmarshal

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

type CardWithMusic

type CardWithMusic struct {
	Author               string              `protobuf:"bytes,1,opt,name=author,proto3" json:"author,omitempty"`
	Cover                string              `protobuf:"bytes,2,opt,name=cover,proto3" json:"cover,omitempty"`
	Ctime                int64               `protobuf:"varint,3,opt,name=ctime,proto3" json:"ctime,omitempty"`
	Id                   int64               `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"`
	Intro                string              `protobuf:"bytes,5,opt,name=intro,proto3" json:"intro,omitempty"`
	Item                 *CardWithMusic_Item `protobuf:"bytes,6,opt,name=item,proto3" json:"item,omitempty"`
	PlayCnt              int64               `protobuf:"varint,7,opt,name=playCnt,proto3" json:"playCnt,omitempty"`
	ReplyCnt             int64               `protobuf:"varint,8,opt,name=replyCnt,proto3" json:"replyCnt,omitempty"`
	Schema               string              `protobuf:"bytes,9,opt,name=schema,proto3" json:"schema,omitempty"`
	Title                string              `protobuf:"bytes,10,opt,name=title,proto3" json:"title,omitempty"`
	TypeInfo             string              `protobuf:"bytes,11,opt,name=typeInfo,proto3" json:"typeInfo,omitempty"`
	UpId                 int64               `protobuf:"varint,12,opt,name=upId,proto3" json:"upId,omitempty"`
	Upper                string              `protobuf:"bytes,13,opt,name=upper,proto3" json:"upper,omitempty"`
	UpperAvatar          string              `protobuf:"bytes,14,opt,name=upperAvatar,proto3" json:"upperAvatar,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CardWithMusic) Descriptor

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

func (*CardWithMusic) GetAuthor

func (m *CardWithMusic) GetAuthor() string

func (*CardWithMusic) GetCover

func (m *CardWithMusic) GetCover() string

func (*CardWithMusic) GetCtime

func (m *CardWithMusic) GetCtime() int64

func (*CardWithMusic) GetId

func (m *CardWithMusic) GetId() int64

func (*CardWithMusic) GetIntro

func (m *CardWithMusic) GetIntro() string

func (*CardWithMusic) GetItem

func (m *CardWithMusic) GetItem() *CardWithMusic_Item

func (*CardWithMusic) GetPlayCnt

func (m *CardWithMusic) GetPlayCnt() int64

func (*CardWithMusic) GetReplyCnt

func (m *CardWithMusic) GetReplyCnt() int64

func (*CardWithMusic) GetSchema

func (m *CardWithMusic) GetSchema() string

func (*CardWithMusic) GetTitle

func (m *CardWithMusic) GetTitle() string

func (*CardWithMusic) GetTypeInfo

func (m *CardWithMusic) GetTypeInfo() string

func (*CardWithMusic) GetUpId

func (m *CardWithMusic) GetUpId() int64

func (*CardWithMusic) GetUpper

func (m *CardWithMusic) GetUpper() string

func (*CardWithMusic) GetUpperAvatar

func (m *CardWithMusic) GetUpperAvatar() string

func (*CardWithMusic) ProtoMessage

func (*CardWithMusic) ProtoMessage()

func (*CardWithMusic) Reset

func (m *CardWithMusic) Reset()

func (*CardWithMusic) String

func (m *CardWithMusic) String() string

func (*CardWithMusic) XXX_DiscardUnknown

func (m *CardWithMusic) XXX_DiscardUnknown()

func (*CardWithMusic) XXX_Marshal

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

func (*CardWithMusic) XXX_Merge

func (m *CardWithMusic) XXX_Merge(src proto.Message)

func (*CardWithMusic) XXX_Size

func (m *CardWithMusic) XXX_Size() int

func (*CardWithMusic) XXX_Unmarshal

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

type CardWithMusic_Item

type CardWithMusic_Item struct {
	AtControl            string   `protobuf:"bytes,1,opt,name=at_control,json=atControl,proto3" json:"at_control,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CardWithMusic_Item) Descriptor

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

func (*CardWithMusic_Item) GetAtControl

func (m *CardWithMusic_Item) GetAtControl() string

func (*CardWithMusic_Item) ProtoMessage

func (*CardWithMusic_Item) ProtoMessage()

func (*CardWithMusic_Item) Reset

func (m *CardWithMusic_Item) Reset()

func (*CardWithMusic_Item) String

func (m *CardWithMusic_Item) String() string

func (*CardWithMusic_Item) XXX_DiscardUnknown

func (m *CardWithMusic_Item) XXX_DiscardUnknown()

func (*CardWithMusic_Item) XXX_Marshal

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

func (*CardWithMusic_Item) XXX_Merge

func (m *CardWithMusic_Item) XXX_Merge(src proto.Message)

func (*CardWithMusic_Item) XXX_Size

func (m *CardWithMusic_Item) XXX_Size() int

func (*CardWithMusic_Item) XXX_Unmarshal

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

type CardWithOrig

type CardWithOrig struct {
	Item                 *CardWithOrig_Item       `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	Origin               string                   `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	OriginUser           *CardWithOrig_OriginUser `protobuf:"bytes,3,opt,name=origin_user,json=originUser,proto3" json:"origin_user,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*CardWithOrig) Descriptor

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

func (*CardWithOrig) GetItem

func (m *CardWithOrig) GetItem() *CardWithOrig_Item

func (*CardWithOrig) GetOrigin

func (m *CardWithOrig) GetOrigin() string

func (*CardWithOrig) GetOriginUser

func (m *CardWithOrig) GetOriginUser() *CardWithOrig_OriginUser

func (*CardWithOrig) ProtoMessage

func (*CardWithOrig) ProtoMessage()

func (*CardWithOrig) Reset

func (m *CardWithOrig) Reset()

func (*CardWithOrig) String

func (m *CardWithOrig) String() string

func (*CardWithOrig) XXX_DiscardUnknown

func (m *CardWithOrig) XXX_DiscardUnknown()

func (*CardWithOrig) XXX_Marshal

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

func (*CardWithOrig) XXX_Merge

func (m *CardWithOrig) XXX_Merge(src proto.Message)

func (*CardWithOrig) XXX_Size

func (m *CardWithOrig) XXX_Size() int

func (*CardWithOrig) XXX_Unmarshal

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

type CardWithOrig_Item

type CardWithOrig_Item struct {
	Content              string          `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Timestamp            int64           `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	OrigType             DynamicDescType `protobuf:"varint,3,opt,name=orig_type,json=origType,proto3,enum=bilibili.DynamicDescType" json:"orig_type,omitempty"`
	Reply                int64           `protobuf:"varint,4,opt,name=reply,proto3" json:"reply,omitempty"`
	Miss                 int64           `protobuf:"varint,5,opt,name=miss,proto3" json:"miss,omitempty"`
	Tips                 string          `protobuf:"bytes,6,opt,name=tips,proto3" json:"tips,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CardWithOrig_Item) Descriptor

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

func (*CardWithOrig_Item) GetContent

func (m *CardWithOrig_Item) GetContent() string

func (*CardWithOrig_Item) GetMiss

func (m *CardWithOrig_Item) GetMiss() int64

func (*CardWithOrig_Item) GetOrigType

func (m *CardWithOrig_Item) GetOrigType() DynamicDescType

func (*CardWithOrig_Item) GetReply

func (m *CardWithOrig_Item) GetReply() int64

func (*CardWithOrig_Item) GetTimestamp

func (m *CardWithOrig_Item) GetTimestamp() int64

func (*CardWithOrig_Item) GetTips

func (m *CardWithOrig_Item) GetTips() string

func (*CardWithOrig_Item) ProtoMessage

func (*CardWithOrig_Item) ProtoMessage()

func (*CardWithOrig_Item) Reset

func (m *CardWithOrig_Item) Reset()

func (*CardWithOrig_Item) String

func (m *CardWithOrig_Item) String() string

func (*CardWithOrig_Item) XXX_DiscardUnknown

func (m *CardWithOrig_Item) XXX_DiscardUnknown()

func (*CardWithOrig_Item) XXX_Marshal

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

func (*CardWithOrig_Item) XXX_Merge

func (m *CardWithOrig_Item) XXX_Merge(src proto.Message)

func (*CardWithOrig_Item) XXX_Size

func (m *CardWithOrig_Item) XXX_Size() int

func (*CardWithOrig_Item) XXX_Unmarshal

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

type CardWithOrig_OriginUser

type CardWithOrig_OriginUser struct {
	Info                 *CardWithOrig_OriginUser_Info `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*CardWithOrig_OriginUser) Descriptor

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

func (*CardWithOrig_OriginUser) GetInfo

func (*CardWithOrig_OriginUser) ProtoMessage

func (*CardWithOrig_OriginUser) ProtoMessage()

func (*CardWithOrig_OriginUser) Reset

func (m *CardWithOrig_OriginUser) Reset()

func (*CardWithOrig_OriginUser) String

func (m *CardWithOrig_OriginUser) String() string

func (*CardWithOrig_OriginUser) XXX_DiscardUnknown

func (m *CardWithOrig_OriginUser) XXX_DiscardUnknown()

func (*CardWithOrig_OriginUser) XXX_Marshal

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

func (*CardWithOrig_OriginUser) XXX_Merge

func (m *CardWithOrig_OriginUser) XXX_Merge(src proto.Message)

func (*CardWithOrig_OriginUser) XXX_Size

func (m *CardWithOrig_OriginUser) XXX_Size() int

func (*CardWithOrig_OriginUser) XXX_Unmarshal

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

type CardWithOrig_OriginUser_Info

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

func (*CardWithOrig_OriginUser_Info) Descriptor

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

func (*CardWithOrig_OriginUser_Info) GetUid

func (m *CardWithOrig_OriginUser_Info) GetUid() int64

func (*CardWithOrig_OriginUser_Info) GetUname

func (m *CardWithOrig_OriginUser_Info) GetUname() string

func (*CardWithOrig_OriginUser_Info) ProtoMessage

func (*CardWithOrig_OriginUser_Info) ProtoMessage()

func (*CardWithOrig_OriginUser_Info) Reset

func (m *CardWithOrig_OriginUser_Info) Reset()

func (*CardWithOrig_OriginUser_Info) String

func (*CardWithOrig_OriginUser_Info) XXX_DiscardUnknown

func (m *CardWithOrig_OriginUser_Info) XXX_DiscardUnknown()

func (*CardWithOrig_OriginUser_Info) XXX_Marshal

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

func (*CardWithOrig_OriginUser_Info) XXX_Merge

func (m *CardWithOrig_OriginUser_Info) XXX_Merge(src proto.Message)

func (*CardWithOrig_OriginUser_Info) XXX_Size

func (m *CardWithOrig_OriginUser_Info) XXX_Size() int

func (*CardWithOrig_OriginUser_Info) XXX_Unmarshal

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

type CardWithPost

type CardWithPost struct {
	Title                string   `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Summary              string   `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"`
	ImageUrls            []string `protobuf:"bytes,3,rep,name=image_urls,json=imageUrls,proto3" json:"image_urls,omitempty"`
	BannerUrl            string   `protobuf:"bytes,4,opt,name=banner_url,json=bannerUrl,proto3" json:"banner_url,omitempty"`
	PublishTime          int64    `protobuf:"varint,5,opt,name=publish_time,json=publishTime,proto3" json:"publish_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CardWithPost) Descriptor

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

func (*CardWithPost) GetBannerUrl

func (m *CardWithPost) GetBannerUrl() string

func (*CardWithPost) GetImageUrls

func (m *CardWithPost) GetImageUrls() []string

func (*CardWithPost) GetPublishTime

func (m *CardWithPost) GetPublishTime() int64

func (*CardWithPost) GetSummary

func (m *CardWithPost) GetSummary() string

func (*CardWithPost) GetTitle

func (m *CardWithPost) GetTitle() string

func (*CardWithPost) ProtoMessage

func (*CardWithPost) ProtoMessage()

func (*CardWithPost) Reset

func (m *CardWithPost) Reset()

func (*CardWithPost) String

func (m *CardWithPost) String() string

func (*CardWithPost) XXX_DiscardUnknown

func (m *CardWithPost) XXX_DiscardUnknown()

func (*CardWithPost) XXX_Marshal

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

func (*CardWithPost) XXX_Merge

func (m *CardWithPost) XXX_Merge(src proto.Message)

func (*CardWithPost) XXX_Size

func (m *CardWithPost) XXX_Size() int

func (*CardWithPost) XXX_Unmarshal

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

type CardWithSketch

type CardWithSketch struct {
	Vest                 *CardWithSketch_Vest   `protobuf:"bytes,1,opt,name=vest,proto3" json:"vest,omitempty"`
	Sketch               *CardWithSketch_Sketch `protobuf:"bytes,2,opt,name=sketch,proto3" json:"sketch,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*CardWithSketch) Descriptor

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

func (*CardWithSketch) GetSketch

func (m *CardWithSketch) GetSketch() *CardWithSketch_Sketch

func (*CardWithSketch) GetVest

func (m *CardWithSketch) GetVest() *CardWithSketch_Vest

func (*CardWithSketch) ProtoMessage

func (*CardWithSketch) ProtoMessage()

func (*CardWithSketch) Reset

func (m *CardWithSketch) Reset()

func (*CardWithSketch) String

func (m *CardWithSketch) String() string

func (*CardWithSketch) XXX_DiscardUnknown

func (m *CardWithSketch) XXX_DiscardUnknown()

func (*CardWithSketch) XXX_Marshal

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

func (*CardWithSketch) XXX_Merge

func (m *CardWithSketch) XXX_Merge(src proto.Message)

func (*CardWithSketch) XXX_Size

func (m *CardWithSketch) XXX_Size() int

func (*CardWithSketch) XXX_Unmarshal

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

type CardWithSketch_Sketch

type CardWithSketch_Sketch struct {
	Title                string                       `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	DescText             string                       `protobuf:"bytes,2,opt,name=desc_text,json=descText,proto3" json:"desc_text,omitempty"`
	BizType              int32                        `protobuf:"varint,3,opt,name=biz_type,json=bizType,proto3" json:"biz_type,omitempty"`
	SketchId             int64                        `protobuf:"varint,4,opt,name=sketch_id,json=sketchId,proto3" json:"sketch_id,omitempty"`
	CoverUrl             string                       `protobuf:"bytes,5,opt,name=cover_url,json=coverUrl,proto3" json:"cover_url,omitempty"`
	Tags                 []*CardWithSketch_Sketch_Tag `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"`
	TargetUrl            string                       `protobuf:"bytes,7,opt,name=target_url,json=targetUrl,proto3" json:"target_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*CardWithSketch_Sketch) Descriptor

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

func (*CardWithSketch_Sketch) GetBizType added in v0.0.9

func (m *CardWithSketch_Sketch) GetBizType() int32

func (*CardWithSketch_Sketch) GetCoverUrl added in v0.0.9

func (m *CardWithSketch_Sketch) GetCoverUrl() string

func (*CardWithSketch_Sketch) GetDescText

func (m *CardWithSketch_Sketch) GetDescText() string

func (*CardWithSketch_Sketch) GetSketchId added in v0.0.9

func (m *CardWithSketch_Sketch) GetSketchId() int64

func (*CardWithSketch_Sketch) GetTags added in v0.0.9

func (*CardWithSketch_Sketch) GetTargetUrl added in v0.0.9

func (m *CardWithSketch_Sketch) GetTargetUrl() string

func (*CardWithSketch_Sketch) GetTitle

func (m *CardWithSketch_Sketch) GetTitle() string

func (*CardWithSketch_Sketch) ProtoMessage

func (*CardWithSketch_Sketch) ProtoMessage()

func (*CardWithSketch_Sketch) Reset

func (m *CardWithSketch_Sketch) Reset()

func (*CardWithSketch_Sketch) String

func (m *CardWithSketch_Sketch) String() string

func (*CardWithSketch_Sketch) XXX_DiscardUnknown

func (m *CardWithSketch_Sketch) XXX_DiscardUnknown()

func (*CardWithSketch_Sketch) XXX_Marshal

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

func (*CardWithSketch_Sketch) XXX_Merge

func (m *CardWithSketch_Sketch) XXX_Merge(src proto.Message)

func (*CardWithSketch_Sketch) XXX_Size

func (m *CardWithSketch_Sketch) XXX_Size() int

func (*CardWithSketch_Sketch) XXX_Unmarshal

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

type CardWithSketch_Sketch_Tag added in v0.0.9

type CardWithSketch_Sketch_Tag struct {
	Color                string   `protobuf:"bytes,1,opt,name=color,proto3" json:"color,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Type                 int32    `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CardWithSketch_Sketch_Tag) Descriptor added in v0.0.9

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

func (*CardWithSketch_Sketch_Tag) GetColor added in v0.0.9

func (m *CardWithSketch_Sketch_Tag) GetColor() string

func (*CardWithSketch_Sketch_Tag) GetName added in v0.0.9

func (m *CardWithSketch_Sketch_Tag) GetName() string

func (*CardWithSketch_Sketch_Tag) GetType added in v0.0.9

func (m *CardWithSketch_Sketch_Tag) GetType() int32

func (*CardWithSketch_Sketch_Tag) ProtoMessage added in v0.0.9

func (*CardWithSketch_Sketch_Tag) ProtoMessage()

func (*CardWithSketch_Sketch_Tag) Reset added in v0.0.9

func (m *CardWithSketch_Sketch_Tag) Reset()

func (*CardWithSketch_Sketch_Tag) String added in v0.0.9

func (m *CardWithSketch_Sketch_Tag) String() string

func (*CardWithSketch_Sketch_Tag) XXX_DiscardUnknown added in v0.0.9

func (m *CardWithSketch_Sketch_Tag) XXX_DiscardUnknown()

func (*CardWithSketch_Sketch_Tag) XXX_Marshal added in v0.0.9

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

func (*CardWithSketch_Sketch_Tag) XXX_Merge added in v0.0.9

func (m *CardWithSketch_Sketch_Tag) XXX_Merge(src proto.Message)

func (*CardWithSketch_Sketch_Tag) XXX_Size added in v0.0.9

func (m *CardWithSketch_Sketch_Tag) XXX_Size() int

func (*CardWithSketch_Sketch_Tag) XXX_Unmarshal added in v0.0.9

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

type CardWithSketch_Vest

type CardWithSketch_Vest struct {
	Uid                  int64    `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Content              string   `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CardWithSketch_Vest) Descriptor

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

func (*CardWithSketch_Vest) GetContent

func (m *CardWithSketch_Vest) GetContent() string

func (*CardWithSketch_Vest) GetUid

func (m *CardWithSketch_Vest) GetUid() int64

func (*CardWithSketch_Vest) ProtoMessage

func (*CardWithSketch_Vest) ProtoMessage()

func (*CardWithSketch_Vest) Reset

func (m *CardWithSketch_Vest) Reset()

func (*CardWithSketch_Vest) String

func (m *CardWithSketch_Vest) String() string

func (*CardWithSketch_Vest) XXX_DiscardUnknown

func (m *CardWithSketch_Vest) XXX_DiscardUnknown()

func (*CardWithSketch_Vest) XXX_Marshal

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

func (*CardWithSketch_Vest) XXX_Merge

func (m *CardWithSketch_Vest) XXX_Merge(src proto.Message)

func (*CardWithSketch_Vest) XXX_Size

func (m *CardWithSketch_Vest) XXX_Size() int

func (*CardWithSketch_Vest) XXX_Unmarshal

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

type CardWithVideo

type CardWithVideo struct {
	Desc                 string   `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
	Duration             int32    `protobuf:"varint,2,opt,name=duration,proto3" json:"duration,omitempty"`
	Dynamic              string   `protobuf:"bytes,3,opt,name=dynamic,proto3" json:"dynamic,omitempty"`
	Pubdate              int64    `protobuf:"varint,4,opt,name=pubdate,proto3" json:"pubdate,omitempty"`
	Title                string   `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Tname                string   `protobuf:"bytes,6,opt,name=tname,proto3" json:"tname,omitempty"`
	Videos               int32    `protobuf:"varint,7,opt,name=videos,proto3" json:"videos,omitempty"`
	Pic                  string   `protobuf:"bytes,8,opt,name=pic,proto3" json:"pic,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CardWithVideo) Descriptor

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

func (*CardWithVideo) GetDesc

func (m *CardWithVideo) GetDesc() string

func (*CardWithVideo) GetDuration

func (m *CardWithVideo) GetDuration() int32

func (*CardWithVideo) GetDynamic

func (m *CardWithVideo) GetDynamic() string

func (*CardWithVideo) GetPic

func (m *CardWithVideo) GetPic() string

func (*CardWithVideo) GetPubdate

func (m *CardWithVideo) GetPubdate() int64

func (*CardWithVideo) GetTitle

func (m *CardWithVideo) GetTitle() string

func (*CardWithVideo) GetTname

func (m *CardWithVideo) GetTname() string

func (*CardWithVideo) GetVideos

func (m *CardWithVideo) GetVideos() int32

func (*CardWithVideo) ProtoMessage

func (*CardWithVideo) ProtoMessage()

func (*CardWithVideo) Reset

func (m *CardWithVideo) Reset()

func (*CardWithVideo) String

func (m *CardWithVideo) String() string

func (*CardWithVideo) XXX_DiscardUnknown

func (m *CardWithVideo) XXX_DiscardUnknown()

func (*CardWithVideo) XXX_Marshal

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

func (*CardWithVideo) XXX_Merge

func (m *CardWithVideo) XXX_Merge(src proto.Message)

func (*CardWithVideo) XXX_Size

func (m *CardWithVideo) XXX_Size() int

func (*CardWithVideo) XXX_Unmarshal

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

type Card_Desc

type Card_Desc struct {
	DynamicId            int64                  `protobuf:"varint,1,opt,name=dynamic_id,json=dynamicId,proto3" json:"dynamic_id,omitempty"`
	OrigDyId             int64                  `protobuf:"varint,2,opt,name=orig_dy_id,json=origDyId,proto3" json:"orig_dy_id,omitempty"`
	OrigType             DynamicDescType        `protobuf:"varint,3,opt,name=orig_type,json=origType,proto3,enum=bilibili.DynamicDescType" json:"orig_type,omitempty"`
	PreDyId              int64                  `protobuf:"varint,4,opt,name=pre_dy_id,json=preDyId,proto3" json:"pre_dy_id,omitempty"`
	Comment              int32                  `protobuf:"varint,5,opt,name=comment,proto3" json:"comment,omitempty"`
	Like                 int32                  `protobuf:"varint,6,opt,name=like,proto3" json:"like,omitempty"`
	View                 int32                  `protobuf:"varint,7,opt,name=view,proto3" json:"view,omitempty"`
	Repost               int32                  `protobuf:"varint,8,opt,name=repost,proto3" json:"repost,omitempty"`
	Timestamp            int64                  `protobuf:"varint,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Type                 DynamicDescType        `protobuf:"varint,10,opt,name=type,proto3,enum=bilibili.DynamicDescType" json:"type,omitempty"`
	Bvid                 string                 `protobuf:"bytes,11,opt,name=bvid,proto3" json:"bvid,omitempty"`
	DynamicIdStr         string                 `protobuf:"bytes,12,opt,name=dynamic_id_str,json=dynamicIdStr,proto3" json:"dynamic_id_str,omitempty"`
	Uid                  int64                  `protobuf:"varint,13,opt,name=uid,proto3" json:"uid,omitempty"`
	UserProfile          *Card_Desc_UserProfile `protobuf:"bytes,14,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*Card_Desc) Descriptor

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

func (*Card_Desc) GetBvid

func (m *Card_Desc) GetBvid() string

func (*Card_Desc) GetComment

func (m *Card_Desc) GetComment() int32

func (*Card_Desc) GetDynamicId

func (m *Card_Desc) GetDynamicId() int64

func (*Card_Desc) GetDynamicIdStr

func (m *Card_Desc) GetDynamicIdStr() string

func (*Card_Desc) GetLike

func (m *Card_Desc) GetLike() int32

func (*Card_Desc) GetOrigDyId

func (m *Card_Desc) GetOrigDyId() int64

func (*Card_Desc) GetOrigType

func (m *Card_Desc) GetOrigType() DynamicDescType

func (*Card_Desc) GetPreDyId

func (m *Card_Desc) GetPreDyId() int64

func (*Card_Desc) GetRepost

func (m *Card_Desc) GetRepost() int32

func (*Card_Desc) GetTimestamp

func (m *Card_Desc) GetTimestamp() int64

func (*Card_Desc) GetType

func (m *Card_Desc) GetType() DynamicDescType

func (*Card_Desc) GetUid

func (m *Card_Desc) GetUid() int64

func (*Card_Desc) GetUserProfile added in v0.0.7

func (m *Card_Desc) GetUserProfile() *Card_Desc_UserProfile

func (*Card_Desc) GetView

func (m *Card_Desc) GetView() int32

func (*Card_Desc) ProtoMessage

func (*Card_Desc) ProtoMessage()

func (*Card_Desc) Reset

func (m *Card_Desc) Reset()

func (*Card_Desc) String

func (m *Card_Desc) String() string

func (*Card_Desc) XXX_DiscardUnknown

func (m *Card_Desc) XXX_DiscardUnknown()

func (*Card_Desc) XXX_Marshal

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

func (*Card_Desc) XXX_Merge

func (m *Card_Desc) XXX_Merge(src proto.Message)

func (*Card_Desc) XXX_Size

func (m *Card_Desc) XXX_Size() int

func (*Card_Desc) XXX_Unmarshal

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

type Card_Desc_UserProfile added in v0.0.7

type Card_Desc_UserProfile struct {
	Info                 *Card_Desc_UserProfile_Info `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*Card_Desc_UserProfile) Descriptor added in v0.0.7

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

func (*Card_Desc_UserProfile) GetInfo added in v0.0.7

func (*Card_Desc_UserProfile) ProtoMessage added in v0.0.7

func (*Card_Desc_UserProfile) ProtoMessage()

func (*Card_Desc_UserProfile) Reset added in v0.0.7

func (m *Card_Desc_UserProfile) Reset()

func (*Card_Desc_UserProfile) String added in v0.0.7

func (m *Card_Desc_UserProfile) String() string

func (*Card_Desc_UserProfile) XXX_DiscardUnknown added in v0.0.7

func (m *Card_Desc_UserProfile) XXX_DiscardUnknown()

func (*Card_Desc_UserProfile) XXX_Marshal added in v0.0.7

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

func (*Card_Desc_UserProfile) XXX_Merge added in v0.0.7

func (m *Card_Desc_UserProfile) XXX_Merge(src proto.Message)

func (*Card_Desc_UserProfile) XXX_Size added in v0.0.7

func (m *Card_Desc_UserProfile) XXX_Size() int

func (*Card_Desc_UserProfile) XXX_Unmarshal added in v0.0.7

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

type Card_Desc_UserProfile_Info added in v0.0.7

type Card_Desc_UserProfile_Info struct {
	Uid                  int64    `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Uname                string   `protobuf:"bytes,2,opt,name=uname,proto3" json:"uname,omitempty"`
	Face                 string   `protobuf:"bytes,3,opt,name=face,proto3" json:"face,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card_Desc_UserProfile_Info) Descriptor added in v0.0.7

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

func (*Card_Desc_UserProfile_Info) GetFace added in v0.0.7

func (m *Card_Desc_UserProfile_Info) GetFace() string

func (*Card_Desc_UserProfile_Info) GetUid added in v0.0.7

func (m *Card_Desc_UserProfile_Info) GetUid() int64

func (*Card_Desc_UserProfile_Info) GetUname added in v0.0.7

func (m *Card_Desc_UserProfile_Info) GetUname() string

func (*Card_Desc_UserProfile_Info) ProtoMessage added in v0.0.7

func (*Card_Desc_UserProfile_Info) ProtoMessage()

func (*Card_Desc_UserProfile_Info) Reset added in v0.0.7

func (m *Card_Desc_UserProfile_Info) Reset()

func (*Card_Desc_UserProfile_Info) String added in v0.0.7

func (m *Card_Desc_UserProfile_Info) String() string

func (*Card_Desc_UserProfile_Info) XXX_DiscardUnknown added in v0.0.7

func (m *Card_Desc_UserProfile_Info) XXX_DiscardUnknown()

func (*Card_Desc_UserProfile_Info) XXX_Marshal added in v0.0.7

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

func (*Card_Desc_UserProfile_Info) XXX_Merge added in v0.0.7

func (m *Card_Desc_UserProfile_Info) XXX_Merge(src proto.Message)

func (*Card_Desc_UserProfile_Info) XXX_Size added in v0.0.7

func (m *Card_Desc_UserProfile_Info) XXX_Size() int

func (*Card_Desc_UserProfile_Info) XXX_Unmarshal added in v0.0.7

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

type Card_Display

type Card_Display struct {
	EmojiInfo *Card_Display_EmojiInfo `protobuf:"bytes,1,opt,name=emoji_info,json=emojiInfo,proto3" json:"emoji_info,omitempty"`
	LikeInfo  *Card_Display_LikeInfo  `protobuf:"bytes,2,opt,name=like_info,json=likeInfo,proto3" json:"like_info,omitempty"`
	Origin    *Card_Display_Origin    `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// 可能是新增的功能,会在动态下面加一个小卡片,目前如预约直播显示信息,发起投票的投票内容缩略,游戏官方动态下面的相关游戏
	AddOnCardInfo        []*Card_Display_AddOnCardInfo `protobuf:"bytes,4,rep,name=add_on_card_info,json=addOnCardInfo,proto3" json:"add_on_card_info,omitempty"`
	UsrActionTxt         string                        `protobuf:"bytes,5,opt,name=usr_action_txt,json=usrActionTxt,proto3" json:"usr_action_txt,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*Card_Display) Descriptor

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

func (*Card_Display) GetAddOnCardInfo

func (m *Card_Display) GetAddOnCardInfo() []*Card_Display_AddOnCardInfo

func (*Card_Display) GetEmojiInfo

func (m *Card_Display) GetEmojiInfo() *Card_Display_EmojiInfo

func (*Card_Display) GetLikeInfo

func (m *Card_Display) GetLikeInfo() *Card_Display_LikeInfo

func (*Card_Display) GetOrigin

func (m *Card_Display) GetOrigin() *Card_Display_Origin

func (*Card_Display) GetUsrActionTxt

func (m *Card_Display) GetUsrActionTxt() string

func (*Card_Display) ProtoMessage

func (*Card_Display) ProtoMessage()

func (*Card_Display) Reset

func (m *Card_Display) Reset()

func (*Card_Display) String

func (m *Card_Display) String() string

func (*Card_Display) XXX_DiscardUnknown

func (m *Card_Display) XXX_DiscardUnknown()

func (*Card_Display) XXX_Marshal

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

func (*Card_Display) XXX_Merge

func (m *Card_Display) XXX_Merge(src proto.Message)

func (*Card_Display) XXX_Size

func (m *Card_Display) XXX_Size() int

func (*Card_Display) XXX_Unmarshal

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

type Card_Display_AddOnCardInfo

type Card_Display_AddOnCardInfo struct {
	AddOnCardShowType    AddOnCardShowType                             `` /* 151-byte string literal not displayed */
	ReserveAttachCard    *Card_Display_AddOnCardInfo_ReserveAttachCard `protobuf:"bytes,2,opt,name=reserve_attach_card,json=reserveAttachCard,proto3" json:"reserve_attach_card,omitempty"`
	AttachCard           *Card_Display_AddOnCardInfo_AttachCard        `protobuf:"bytes,3,opt,name=attach_card,json=attachCard,proto3" json:"attach_card,omitempty"`
	VoteCard             string                                        `protobuf:"bytes,4,opt,name=vote_card,json=voteCard,proto3" json:"vote_card,omitempty"`
	UgcAttachCard        *Card_Display_AddOnCardInfo_UgcAttachCard     `protobuf:"bytes,5,opt,name=ugc_attach_card,json=ugcAttachCard,proto3" json:"ugc_attach_card,omitempty"`
	GoodsCard            string                                        `protobuf:"bytes,6,opt,name=goods_card,json=goodsCard,proto3" json:"goods_card,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

动态下面附加一个信息

func (*Card_Display_AddOnCardInfo) Descriptor

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

func (*Card_Display_AddOnCardInfo) GetAddOnCardShowType

func (m *Card_Display_AddOnCardInfo) GetAddOnCardShowType() AddOnCardShowType

func (*Card_Display_AddOnCardInfo) GetAttachCard

func (*Card_Display_AddOnCardInfo) GetGoodsCard added in v0.0.10

func (m *Card_Display_AddOnCardInfo) GetGoodsCard() string

func (*Card_Display_AddOnCardInfo) GetReserveAttachCard

func (*Card_Display_AddOnCardInfo) GetUgcAttachCard

func (*Card_Display_AddOnCardInfo) GetVoteCard

func (m *Card_Display_AddOnCardInfo) GetVoteCard() string

func (*Card_Display_AddOnCardInfo) ProtoMessage

func (*Card_Display_AddOnCardInfo) ProtoMessage()

func (*Card_Display_AddOnCardInfo) Reset

func (m *Card_Display_AddOnCardInfo) Reset()

func (*Card_Display_AddOnCardInfo) String

func (m *Card_Display_AddOnCardInfo) String() string

func (*Card_Display_AddOnCardInfo) XXX_DiscardUnknown

func (m *Card_Display_AddOnCardInfo) XXX_DiscardUnknown()

func (*Card_Display_AddOnCardInfo) XXX_Marshal

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

func (*Card_Display_AddOnCardInfo) XXX_Merge

func (m *Card_Display_AddOnCardInfo) XXX_Merge(src proto.Message)

func (*Card_Display_AddOnCardInfo) XXX_Size

func (m *Card_Display_AddOnCardInfo) XXX_Size() int

func (*Card_Display_AddOnCardInfo) XXX_Unmarshal

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

type Card_Display_AddOnCardInfo_AttachCard

type Card_Display_AddOnCardInfo_AttachCard struct {
	Type                 string   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	HeadText             string   `protobuf:"bytes,2,opt,name=head_text,json=headText,proto3" json:"head_text,omitempty"`
	CoverUrl             string   `protobuf:"bytes,3,opt,name=cover_url,json=coverUrl,proto3" json:"cover_url,omitempty"`
	CoverType            int32    `protobuf:"varint,4,opt,name=cover_type,json=coverType,proto3" json:"cover_type,omitempty"`
	Title                string   `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	DescFirst            string   `protobuf:"bytes,6,opt,name=desc_first,json=descFirst,proto3" json:"desc_first,omitempty"`
	DescSecond           string   `protobuf:"bytes,7,opt,name=desc_second,json=descSecond,proto3" json:"desc_second,omitempty"`
	JumpUrl              string   `protobuf:"bytes,8,opt,name=jump_url,json=jumpUrl,proto3" json:"jump_url,omitempty"`
	OidStr               string   `protobuf:"bytes,9,opt,name=oid_str,json=oidStr,proto3" json:"oid_str,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card_Display_AddOnCardInfo_AttachCard) Descriptor

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

func (*Card_Display_AddOnCardInfo_AttachCard) GetCoverType

func (m *Card_Display_AddOnCardInfo_AttachCard) GetCoverType() int32

func (*Card_Display_AddOnCardInfo_AttachCard) GetCoverUrl

func (*Card_Display_AddOnCardInfo_AttachCard) GetDescFirst

func (*Card_Display_AddOnCardInfo_AttachCard) GetDescSecond

func (m *Card_Display_AddOnCardInfo_AttachCard) GetDescSecond() string

func (*Card_Display_AddOnCardInfo_AttachCard) GetHeadText

func (*Card_Display_AddOnCardInfo_AttachCard) GetJumpUrl

func (*Card_Display_AddOnCardInfo_AttachCard) GetOidStr

func (*Card_Display_AddOnCardInfo_AttachCard) GetTitle

func (*Card_Display_AddOnCardInfo_AttachCard) GetType

func (*Card_Display_AddOnCardInfo_AttachCard) ProtoMessage

func (*Card_Display_AddOnCardInfo_AttachCard) ProtoMessage()

func (*Card_Display_AddOnCardInfo_AttachCard) Reset

func (*Card_Display_AddOnCardInfo_AttachCard) String

func (*Card_Display_AddOnCardInfo_AttachCard) XXX_DiscardUnknown

func (m *Card_Display_AddOnCardInfo_AttachCard) XXX_DiscardUnknown()

func (*Card_Display_AddOnCardInfo_AttachCard) XXX_Marshal

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

func (*Card_Display_AddOnCardInfo_AttachCard) XXX_Merge

func (*Card_Display_AddOnCardInfo_AttachCard) XXX_Size

func (*Card_Display_AddOnCardInfo_AttachCard) XXX_Unmarshal

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

type Card_Display_AddOnCardInfo_GoodsCard added in v0.0.10

type Card_Display_AddOnCardInfo_GoodsCard struct {
	List                 []*Card_Display_AddOnCardInfo_GoodsCard_ListItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*Card_Display_AddOnCardInfo_GoodsCard) Descriptor added in v0.0.10

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

func (*Card_Display_AddOnCardInfo_GoodsCard) GetList added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard) ProtoMessage added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard) ProtoMessage()

func (*Card_Display_AddOnCardInfo_GoodsCard) Reset added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard) String added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard) XXX_DiscardUnknown added in v0.0.10

func (m *Card_Display_AddOnCardInfo_GoodsCard) XXX_DiscardUnknown()

func (*Card_Display_AddOnCardInfo_GoodsCard) XXX_Marshal added in v0.0.10

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

func (*Card_Display_AddOnCardInfo_GoodsCard) XXX_Merge added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard) XXX_Size added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard) XXX_Unmarshal added in v0.0.10

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

type Card_Display_AddOnCardInfo_GoodsCard_ListItem added in v0.0.10

type Card_Display_AddOnCardInfo_GoodsCard_ListItem struct {
	// UP主的推荐
	AdMark  string `protobuf:"bytes,1,opt,name=adMark,proto3" json:"adMark,omitempty"`
	AppName string `protobuf:"bytes,2,opt,name=appName,proto3" json:"appName,omitempty"`
	Brief   string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief,omitempty"`
	// descTags = 4; 目前格式未知
	DynamicId            int64    `protobuf:"varint,5,opt,name=dynamicId,proto3" json:"dynamicId,omitempty"`
	IconName             string   `protobuf:"bytes,6,opt,name=iconName,proto3" json:"iconName,omitempty"`
	IconUrl              string   `protobuf:"bytes,7,opt,name=iconUrl,proto3" json:"iconUrl,omitempty"`
	Id                   int64    `protobuf:"varint,8,opt,name=id,proto3" json:"id,omitempty"`
	Img                  string   `protobuf:"bytes,9,opt,name=img,proto3" json:"img,omitempty"`
	ItemIdStr            string   `protobuf:"bytes,10,opt,name=itemIdStr,proto3" json:"itemIdStr,omitempty"`
	ItemsId              int64    `protobuf:"varint,11,opt,name=itemsId,proto3" json:"itemsId,omitempty"`
	JumpLink             string   `protobuf:"bytes,12,opt,name=jumpLink,proto3" json:"jumpLink,omitempty"`
	JumpLinkDesc         string   `protobuf:"bytes,13,opt,name=jumpLinkDesc,proto3" json:"jumpLinkDesc,omitempty"`
	Msource              string   `protobuf:"bytes,14,opt,name=msource,proto3" json:"msource,omitempty"`
	Name                 string   `protobuf:"bytes,15,opt,name=name,proto3" json:"name,omitempty"`
	OriPrice             string   `protobuf:"bytes,16,opt,name=oriPrice,proto3" json:"oriPrice,omitempty"`
	OuterId              int64    `protobuf:"varint,17,opt,name=outerId,proto3" json:"outerId,omitempty"`
	Price                float32  `protobuf:"fixed32,18,opt,name=price,proto3" json:"price,omitempty"`
	PriceStr             string   `protobuf:"bytes,19,opt,name=priceStr,proto3" json:"priceStr,omitempty"`
	SchemaPackageName    string   `protobuf:"bytes,20,opt,name=schemaPackageName,proto3" json:"schemaPackageName,omitempty"`
	SchemaUrl            string   `protobuf:"bytes,21,opt,name=schemaUrl,proto3" json:"schemaUrl,omitempty"`
	ShopGoodType         int32    `protobuf:"varint,22,opt,name=shopGoodType,proto3" json:"shopGoodType,omitempty"`
	SourceType           int32    `protobuf:"varint,23,opt,name=sourceType,proto3" json:"sourceType,omitempty"`
	Type                 int32    `protobuf:"varint,24,opt,name=type,proto3" json:"type,omitempty"`
	UseAdWebV2           bool     `protobuf:"varint,25,opt,name=useAdWebV2,proto3" json:"useAdWebV2,omitempty"`
	WordJumpLinkDesc     string   `protobuf:"bytes,26,opt,name=wordJumpLinkDesc,proto3" json:"wordJumpLinkDesc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) Descriptor added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetAdMark added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetAppName added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetBrief added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetDynamicId added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetIconName added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetIconUrl added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetId added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetImg added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetItemIdStr added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetItemsId added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetJumpLinkDesc added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetMsource added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetName added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetOriPrice added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetOuterId added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetPrice added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetPriceStr added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetSchemaPackageName added in v0.0.10

func (m *Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetSchemaPackageName() string

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetSchemaUrl added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetShopGoodType added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetSourceType added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetType added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetUseAdWebV2 added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetWordJumpLinkDesc added in v0.0.10

func (m *Card_Display_AddOnCardInfo_GoodsCard_ListItem) GetWordJumpLinkDesc() string

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) ProtoMessage added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) Reset added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) String added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) XXX_DiscardUnknown added in v0.0.10

func (m *Card_Display_AddOnCardInfo_GoodsCard_ListItem) XXX_DiscardUnknown()

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) XXX_Marshal added in v0.0.10

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

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) XXX_Merge added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) XXX_Size added in v0.0.10

func (*Card_Display_AddOnCardInfo_GoodsCard_ListItem) XXX_Unmarshal added in v0.0.10

type Card_Display_AddOnCardInfo_ReserveAttachCard

type Card_Display_AddOnCardInfo_ReserveAttachCard struct {
	// 预约种类 reserve
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// 预约标题
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	State int64  `protobuf:"varint,3,opt,name=state,proto3" json:"state,omitempty"`
	// 已经有多少人预约了
	ReserveTotal int64 `protobuf:"varint,4,opt,name=reserve_total,json=reserveTotal,proto3" json:"reserve_total,omitempty"`
	// 显示在上面的部分
	DescFirst *Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst `protobuf:"bytes,5,opt,name=desc_first,json=descFirst,proto3" json:"desc_first,omitempty"`
	// 显示在下面的部分
	DescSecond           string   `protobuf:"bytes,6,opt,name=desc_second,json=descSecond,proto3" json:"desc_second,omitempty"`
	OidStr               string   `protobuf:"bytes,7,opt,name=oid_str,json=oidStr,proto3" json:"oid_str,omitempty"`
	OriginState          int64    `protobuf:"varint,8,opt,name=origin_state,json=originState,proto3" json:"origin_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

附加预约信息

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) Descriptor

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) GetDescFirst

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) GetDescSecond

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) GetOidStr

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) GetOriginState

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) GetReserveTotal

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) GetState

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) GetTitle

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) GetType

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) ProtoMessage

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) Reset

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) String

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) XXX_DiscardUnknown

func (m *Card_Display_AddOnCardInfo_ReserveAttachCard) XXX_DiscardUnknown()

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) XXX_Marshal

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

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) XXX_Merge

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) XXX_Size

func (*Card_Display_AddOnCardInfo_ReserveAttachCard) XXX_Unmarshal

type Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst

type Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst struct {
	Text                 string   `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Style                int64    `protobuf:"varint,2,opt,name=style,proto3" json:"style,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) Descriptor

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) GetStyle

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) GetText

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) ProtoMessage

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) Reset

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) String

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) XXX_DiscardUnknown

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) XXX_Marshal

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

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) XXX_Merge

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) XXX_Size

func (*Card_Display_AddOnCardInfo_ReserveAttachCard_DescFirst) XXX_Unmarshal

type Card_Display_AddOnCardInfo_TextVoteCard

type Card_Display_AddOnCardInfo_TextVoteCard struct {
	ChoiceCnt            int32                                                     `protobuf:"varint,1,opt,name=choice_cnt,json=choiceCnt,proto3" json:"choice_cnt,omitempty"`
	DefaultShare         int32                                                     `protobuf:"varint,2,opt,name=default_share,json=defaultShare,proto3" json:"default_share,omitempty"`
	DefaultText          string                                                    `protobuf:"bytes,3,opt,name=default_text,json=defaultText,proto3" json:"default_text,omitempty"`
	Desc                 string                                                    `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"`
	Endtime              int64                                                     `protobuf:"varint,5,opt,name=endtime,proto3" json:"endtime,omitempty"`
	JoinNum              int64                                                     `protobuf:"varint,6,opt,name=join_num,json=joinNum,proto3" json:"join_num,omitempty"`
	Options              []*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption `protobuf:"bytes,7,rep,name=options,proto3" json:"options,omitempty"`
	Status               int64                                                     `protobuf:"varint,8,opt,name=status,proto3" json:"status,omitempty"`
	Type                 int64                                                     `protobuf:"varint,9,opt,name=type,proto3" json:"type,omitempty"`
	Uid                  int64                                                     `protobuf:"varint,10,opt,name=uid,proto3" json:"uid,omitempty"`
	VoteId               int64                                                     `protobuf:"varint,11,opt,name=vote_id,json=voteId,proto3" json:"vote_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                  `json:"-"`
	XXX_unrecognized     []byte                                                    `json:"-"`
	XXX_sizecache        int32                                                     `json:"-"`
}

可能分为文字投票和图片投票两种,遇到再说

func (*Card_Display_AddOnCardInfo_TextVoteCard) Descriptor

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

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetChoiceCnt

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetDefaultShare

func (m *Card_Display_AddOnCardInfo_TextVoteCard) GetDefaultShare() int32

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetDefaultText

func (m *Card_Display_AddOnCardInfo_TextVoteCard) GetDefaultText() string

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetDesc

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetEndtime

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetJoinNum

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetOptions

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetStatus

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetType

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetUid

func (*Card_Display_AddOnCardInfo_TextVoteCard) GetVoteId

func (*Card_Display_AddOnCardInfo_TextVoteCard) ProtoMessage

func (*Card_Display_AddOnCardInfo_TextVoteCard) Reset

func (*Card_Display_AddOnCardInfo_TextVoteCard) String

func (*Card_Display_AddOnCardInfo_TextVoteCard) XXX_DiscardUnknown

func (m *Card_Display_AddOnCardInfo_TextVoteCard) XXX_DiscardUnknown()

func (*Card_Display_AddOnCardInfo_TextVoteCard) XXX_Marshal

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

func (*Card_Display_AddOnCardInfo_TextVoteCard) XXX_Merge

func (*Card_Display_AddOnCardInfo_TextVoteCard) XXX_Size

func (*Card_Display_AddOnCardInfo_TextVoteCard) XXX_Unmarshal

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

type Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption

type Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption struct {
	BtnStr               string   `protobuf:"bytes,1,opt,name=btn_str,json=btnStr,proto3" json:"btn_str,omitempty"`
	Cnt                  int32    `protobuf:"varint,2,opt,name=cnt,proto3" json:"cnt,omitempty"`
	Desc                 string   `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	Idx                  int32    `protobuf:"varint,4,opt,name=idx,proto3" json:"idx,omitempty"`
	Title                string   `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) Descriptor

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) GetBtnStr

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) GetCnt

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) GetDesc

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) GetIdx

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) GetTitle

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) ProtoMessage

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) Reset

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) String

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) XXX_DiscardUnknown

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) XXX_Marshal

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

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) XXX_Merge

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) XXX_Size

func (*Card_Display_AddOnCardInfo_TextVoteCard_TextVoteOption) XXX_Unmarshal

type Card_Display_AddOnCardInfo_UgcAttachCard

type Card_Display_AddOnCardInfo_UgcAttachCard struct {
	Type                 string   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	HeadText             string   `protobuf:"bytes,2,opt,name=head_text,json=headText,proto3" json:"head_text,omitempty"`
	Title                string   `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	ImageUrl             string   `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
	DescSecond           string   `protobuf:"bytes,5,opt,name=desc_second,json=descSecond,proto3" json:"desc_second,omitempty"`
	PlayUrl              string   `protobuf:"bytes,6,opt,name=play_url,json=playUrl,proto3" json:"play_url,omitempty"`
	Duration             string   `protobuf:"bytes,7,opt,name=duration,proto3" json:"duration,omitempty"`
	MultiLine            bool     `protobuf:"varint,8,opt,name=multi_line,json=multiLine,proto3" json:"multi_line,omitempty"`
	OidStr               string   `protobuf:"bytes,9,opt,name=oid_str,json=oidStr,proto3" json:"oid_str,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card_Display_AddOnCardInfo_UgcAttachCard) Descriptor

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

func (*Card_Display_AddOnCardInfo_UgcAttachCard) GetDescSecond

func (*Card_Display_AddOnCardInfo_UgcAttachCard) GetDuration

func (*Card_Display_AddOnCardInfo_UgcAttachCard) GetHeadText

func (*Card_Display_AddOnCardInfo_UgcAttachCard) GetImageUrl

func (*Card_Display_AddOnCardInfo_UgcAttachCard) GetMultiLine

func (*Card_Display_AddOnCardInfo_UgcAttachCard) GetOidStr

func (*Card_Display_AddOnCardInfo_UgcAttachCard) GetPlayUrl

func (*Card_Display_AddOnCardInfo_UgcAttachCard) GetTitle

func (*Card_Display_AddOnCardInfo_UgcAttachCard) GetType

func (*Card_Display_AddOnCardInfo_UgcAttachCard) ProtoMessage

func (*Card_Display_AddOnCardInfo_UgcAttachCard) Reset

func (*Card_Display_AddOnCardInfo_UgcAttachCard) String

func (*Card_Display_AddOnCardInfo_UgcAttachCard) XXX_DiscardUnknown

func (m *Card_Display_AddOnCardInfo_UgcAttachCard) XXX_DiscardUnknown()

func (*Card_Display_AddOnCardInfo_UgcAttachCard) XXX_Marshal

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

func (*Card_Display_AddOnCardInfo_UgcAttachCard) XXX_Merge

func (*Card_Display_AddOnCardInfo_UgcAttachCard) XXX_Size

func (*Card_Display_AddOnCardInfo_UgcAttachCard) XXX_Unmarshal

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

type Card_Display_EmojiInfo

type Card_Display_EmojiInfo struct {
	EmojiDetails         []*Card_Display_EmojiInfo_EmojiDetail `protobuf:"bytes,1,rep,name=emoji_details,json=emojiDetails,proto3" json:"emoji_details,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*Card_Display_EmojiInfo) Descriptor

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

func (*Card_Display_EmojiInfo) GetEmojiDetails

func (*Card_Display_EmojiInfo) ProtoMessage

func (*Card_Display_EmojiInfo) ProtoMessage()

func (*Card_Display_EmojiInfo) Reset

func (m *Card_Display_EmojiInfo) Reset()

func (*Card_Display_EmojiInfo) String

func (m *Card_Display_EmojiInfo) String() string

func (*Card_Display_EmojiInfo) XXX_DiscardUnknown

func (m *Card_Display_EmojiInfo) XXX_DiscardUnknown()

func (*Card_Display_EmojiInfo) XXX_Marshal

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

func (*Card_Display_EmojiInfo) XXX_Merge

func (m *Card_Display_EmojiInfo) XXX_Merge(src proto.Message)

func (*Card_Display_EmojiInfo) XXX_Size

func (m *Card_Display_EmojiInfo) XXX_Size() int

func (*Card_Display_EmojiInfo) XXX_Unmarshal

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

type Card_Display_EmojiInfo_EmojiDetail

type Card_Display_EmojiInfo_EmojiDetail struct {
	EmojiName            string                                   `protobuf:"bytes,1,opt,name=emoji_name,json=emojiName,proto3" json:"emoji_name,omitempty"`
	Id                   int32                                    `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	PackageId            int32                                    `protobuf:"varint,3,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	State                int32                                    `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	Type                 int32                                    `protobuf:"varint,5,opt,name=type,proto3" json:"type,omitempty"`
	Text                 string                                   `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"`
	Url                  string                                   `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"`
	Meta                 *Card_Display_EmojiInfo_EmojiDetail_Meta `protobuf:"bytes,8,opt,name=meta,proto3" json:"meta,omitempty"`
	Mtime                int64                                    `protobuf:"varint,9,opt,name=mtime,proto3" json:"mtime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*Card_Display_EmojiInfo_EmojiDetail) Descriptor

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

func (*Card_Display_EmojiInfo_EmojiDetail) GetEmojiName

func (m *Card_Display_EmojiInfo_EmojiDetail) GetEmojiName() string

func (*Card_Display_EmojiInfo_EmojiDetail) GetId

func (*Card_Display_EmojiInfo_EmojiDetail) GetMeta added in v0.0.9

func (*Card_Display_EmojiInfo_EmojiDetail) GetMtime added in v0.0.9

func (*Card_Display_EmojiInfo_EmojiDetail) GetPackageId

func (m *Card_Display_EmojiInfo_EmojiDetail) GetPackageId() int32

func (*Card_Display_EmojiInfo_EmojiDetail) GetState

func (*Card_Display_EmojiInfo_EmojiDetail) GetText

func (*Card_Display_EmojiInfo_EmojiDetail) GetType

func (*Card_Display_EmojiInfo_EmojiDetail) GetUrl

func (*Card_Display_EmojiInfo_EmojiDetail) ProtoMessage

func (*Card_Display_EmojiInfo_EmojiDetail) ProtoMessage()

func (*Card_Display_EmojiInfo_EmojiDetail) Reset

func (*Card_Display_EmojiInfo_EmojiDetail) String

func (*Card_Display_EmojiInfo_EmojiDetail) XXX_DiscardUnknown

func (m *Card_Display_EmojiInfo_EmojiDetail) XXX_DiscardUnknown()

func (*Card_Display_EmojiInfo_EmojiDetail) XXX_Marshal

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

func (*Card_Display_EmojiInfo_EmojiDetail) XXX_Merge

func (*Card_Display_EmojiInfo_EmojiDetail) XXX_Size

func (*Card_Display_EmojiInfo_EmojiDetail) XXX_Unmarshal

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

type Card_Display_EmojiInfo_EmojiDetail_Meta added in v0.0.9

type Card_Display_EmojiInfo_EmojiDetail_Meta struct {
	Size                 int32    `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card_Display_EmojiInfo_EmojiDetail_Meta) Descriptor added in v0.0.9

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

func (*Card_Display_EmojiInfo_EmojiDetail_Meta) GetSize added in v0.0.9

func (*Card_Display_EmojiInfo_EmojiDetail_Meta) ProtoMessage added in v0.0.9

func (*Card_Display_EmojiInfo_EmojiDetail_Meta) Reset added in v0.0.9

func (*Card_Display_EmojiInfo_EmojiDetail_Meta) String added in v0.0.9

func (*Card_Display_EmojiInfo_EmojiDetail_Meta) XXX_DiscardUnknown added in v0.0.9

func (m *Card_Display_EmojiInfo_EmojiDetail_Meta) XXX_DiscardUnknown()

func (*Card_Display_EmojiInfo_EmojiDetail_Meta) XXX_Marshal added in v0.0.9

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

func (*Card_Display_EmojiInfo_EmojiDetail_Meta) XXX_Merge added in v0.0.9

func (*Card_Display_EmojiInfo_EmojiDetail_Meta) XXX_Size added in v0.0.9

func (*Card_Display_EmojiInfo_EmojiDetail_Meta) XXX_Unmarshal added in v0.0.9

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

type Card_Display_LikeInfo

type Card_Display_LikeInfo struct {
	DisplayText          string                            `protobuf:"bytes,1,opt,name=display_text,json=displayText,proto3" json:"display_text,omitempty"`
	LikeUsers            []*Card_Display_LikeInfo_LikeUser `protobuf:"bytes,2,rep,name=like_users,json=likeUsers,proto3" json:"like_users,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*Card_Display_LikeInfo) Descriptor

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

func (*Card_Display_LikeInfo) GetDisplayText

func (m *Card_Display_LikeInfo) GetDisplayText() string

func (*Card_Display_LikeInfo) GetLikeUsers

func (*Card_Display_LikeInfo) ProtoMessage

func (*Card_Display_LikeInfo) ProtoMessage()

func (*Card_Display_LikeInfo) Reset

func (m *Card_Display_LikeInfo) Reset()

func (*Card_Display_LikeInfo) String

func (m *Card_Display_LikeInfo) String() string

func (*Card_Display_LikeInfo) XXX_DiscardUnknown

func (m *Card_Display_LikeInfo) XXX_DiscardUnknown()

func (*Card_Display_LikeInfo) XXX_Marshal

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

func (*Card_Display_LikeInfo) XXX_Merge

func (m *Card_Display_LikeInfo) XXX_Merge(src proto.Message)

func (*Card_Display_LikeInfo) XXX_Size

func (m *Card_Display_LikeInfo) XXX_Size() int

func (*Card_Display_LikeInfo) XXX_Unmarshal

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

type Card_Display_LikeInfo_LikeUser

type Card_Display_LikeInfo_LikeUser struct {
	Uid                  int64    `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card_Display_LikeInfo_LikeUser) Descriptor

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

func (*Card_Display_LikeInfo_LikeUser) GetName

func (*Card_Display_LikeInfo_LikeUser) GetUid

func (*Card_Display_LikeInfo_LikeUser) ProtoMessage

func (*Card_Display_LikeInfo_LikeUser) ProtoMessage()

func (*Card_Display_LikeInfo_LikeUser) Reset

func (m *Card_Display_LikeInfo_LikeUser) Reset()

func (*Card_Display_LikeInfo_LikeUser) String

func (*Card_Display_LikeInfo_LikeUser) XXX_DiscardUnknown

func (m *Card_Display_LikeInfo_LikeUser) XXX_DiscardUnknown()

func (*Card_Display_LikeInfo_LikeUser) XXX_Marshal

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

func (*Card_Display_LikeInfo_LikeUser) XXX_Merge

func (m *Card_Display_LikeInfo_LikeUser) XXX_Merge(src proto.Message)

func (*Card_Display_LikeInfo_LikeUser) XXX_Size

func (m *Card_Display_LikeInfo_LikeUser) XXX_Size() int

func (*Card_Display_LikeInfo_LikeUser) XXX_Unmarshal

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

type Card_Display_Origin

type Card_Display_Origin struct {
	EmojiInfo            *Card_Display_EmojiInfo       `protobuf:"bytes,1,opt,name=emoji_info,json=emojiInfo,proto3" json:"emoji_info,omitempty"`
	LikeInfo             *Card_Display_LikeInfo        `protobuf:"bytes,2,opt,name=like_info,json=likeInfo,proto3" json:"like_info,omitempty"`
	Origin               *Card_Display_Origin          `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	AddOnCardInfo        []*Card_Display_AddOnCardInfo `protobuf:"bytes,4,rep,name=add_on_card_info,json=addOnCardInfo,proto3" json:"add_on_card_info,omitempty"`
	UsrActionTxt         string                        `protobuf:"bytes,5,opt,name=usr_action_txt,json=usrActionTxt,proto3" json:"usr_action_txt,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*Card_Display_Origin) Descriptor

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

func (*Card_Display_Origin) GetAddOnCardInfo

func (m *Card_Display_Origin) GetAddOnCardInfo() []*Card_Display_AddOnCardInfo

func (*Card_Display_Origin) GetEmojiInfo

func (m *Card_Display_Origin) GetEmojiInfo() *Card_Display_EmojiInfo

func (*Card_Display_Origin) GetLikeInfo

func (m *Card_Display_Origin) GetLikeInfo() *Card_Display_LikeInfo

func (*Card_Display_Origin) GetOrigin

func (m *Card_Display_Origin) GetOrigin() *Card_Display_Origin

func (*Card_Display_Origin) GetUsrActionTxt

func (m *Card_Display_Origin) GetUsrActionTxt() string

func (*Card_Display_Origin) ProtoMessage

func (*Card_Display_Origin) ProtoMessage()

func (*Card_Display_Origin) Reset

func (m *Card_Display_Origin) Reset()

func (*Card_Display_Origin) String

func (m *Card_Display_Origin) String() string

func (*Card_Display_Origin) XXX_DiscardUnknown

func (m *Card_Display_Origin) XXX_DiscardUnknown()

func (*Card_Display_Origin) XXX_Marshal

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

func (*Card_Display_Origin) XXX_Merge

func (m *Card_Display_Origin) XXX_Merge(src proto.Message)

func (*Card_Display_Origin) XXX_Size

func (m *Card_Display_Origin) XXX_Size() int

func (*Card_Display_Origin) XXX_Unmarshal

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

type Card_Extra

type Card_Extra struct {
	IsSpaceTop           int32    `protobuf:"varint,1,opt,name=is_space_top,json=isSpaceTop,proto3" json:"is_space_top,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card_Extra) Descriptor

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

func (*Card_Extra) GetIsSpaceTop

func (m *Card_Extra) GetIsSpaceTop() int32

func (*Card_Extra) ProtoMessage

func (*Card_Extra) ProtoMessage()

func (*Card_Extra) Reset

func (m *Card_Extra) Reset()

func (*Card_Extra) String

func (m *Card_Extra) String() string

func (*Card_Extra) XXX_DiscardUnknown

func (m *Card_Extra) XXX_DiscardUnknown()

func (*Card_Extra) XXX_Marshal

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

func (*Card_Extra) XXX_Merge

func (m *Card_Extra) XXX_Merge(src proto.Message)

func (*Card_Extra) XXX_Size

func (m *Card_Extra) XXX_Size() int

func (*Card_Extra) XXX_Unmarshal

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

type Concern

type Concern struct {
	*StateManager
	// contains filtered or unexported fields
}

func NewConcern

func NewConcern(notify chan<- concern.Notify) *Concern

func (*Concern) Add

func (c *Concern) Add(groupCode int64, mid int64, ctype concern.Type) (*UserInfo, error)

func (*Concern) ClearUserNews added in v0.0.9

func (c *Concern) ClearUserNews(mid int64) error

func (Concern) CurrentLiveKey

func (k Concern) CurrentLiveKey(keys ...interface{}) string

func (Concern) CurrentNewsKey

func (k Concern) CurrentNewsKey(keys ...interface{}) string

func (Concern) DynamicIdKey

func (k Concern) DynamicIdKey(keys ...interface{}) string

func (*Concern) FindOrLoadUser added in v0.0.9

func (c *Concern) FindOrLoadUser(mid int64) (*UserInfo, error)

func (*Concern) FindUser added in v0.0.9

func (c *Concern) FindUser(mid int64, load bool) (*UserInfo, error)

func (*Concern) FindUserLiving added in v0.0.9

func (c *Concern) FindUserLiving(mid int64, load bool) (*LiveInfo, error)

func (*Concern) FindUserNews added in v0.0.9

func (c *Concern) FindUserNews(mid int64, load bool) (*NewsInfo, error)

func (*Concern) GroupWatchNotify added in v0.0.9

func (c *Concern) GroupWatchNotify(groupCode, mid int64, ctype concern.Type)

func (*Concern) ListWatching

func (c *Concern) ListWatching(groupCode int64, ctype concern.Type) ([]*UserInfo, []concern.Type, error)

func (*Concern) ModifyUserRelation added in v0.0.9

func (c *Concern) ModifyUserRelation(mid int64, act int) (*RelationModifyResponse, error)

func (Concern) NotLiveKey added in v0.0.7

func (k Concern) NotLiveKey(keys ...interface{}) string

func (*Concern) Remove

func (c *Concern) Remove(groupCode int64, mid int64, ctype concern.Type) (concern.Type, error)

func (*Concern) Start

func (c *Concern) Start()

func (*Concern) Stop

func (c *Concern) Stop()

func (Concern) UidFirstTimestamp added in v0.0.6

func (k Concern) UidFirstTimestamp(keys ...interface{}) string

func (Concern) UserInfoKey

func (k Concern) UserInfoKey(keys ...interface{}) string

type ConcernEvent

type ConcernEvent interface {
	Type() EventType
}

type ConcernLiveNotify

type ConcernLiveNotify struct {
	GroupCode int64 `json:"group_code"`
	LiveInfo
}

func NewConcernLiveNotify

func NewConcernLiveNotify(groupCode int64, liveInfo *LiveInfo) *ConcernLiveNotify

func (*ConcernLiveNotify) GetGroupCode added in v0.0.10

func (notify *ConcernLiveNotify) GetGroupCode() int64

func (*ConcernLiveNotify) GetUid added in v0.0.10

func (notify *ConcernLiveNotify) GetUid() interface{}

func (*ConcernLiveNotify) ShouldSend added in v0.0.10

func (notify *ConcernLiveNotify) ShouldSend() bool

func (*ConcernLiveNotify) ToMessage added in v0.0.10

func (notify *ConcernLiveNotify) ToMessage() []message.IMessageElement

func (*ConcernLiveNotify) Type

func (notify *ConcernLiveNotify) Type() concern.Type

type ConcernNewsNotify

type ConcernNewsNotify struct {
	GroupCode int64 `json:"group_code"`
	NewsInfo
}

func NewConcernNewsNotify

func NewConcernNewsNotify(groupCode int64, newsInfo *NewsInfo) *ConcernNewsNotify

func (*ConcernNewsNotify) GetGroupCode added in v0.0.10

func (notify *ConcernNewsNotify) GetGroupCode() int64

func (*ConcernNewsNotify) GetUid added in v0.0.10

func (notify *ConcernNewsNotify) GetUid() interface{}

func (*ConcernNewsNotify) ShouldSend added in v0.0.10

func (notify *ConcernNewsNotify) ShouldSend() bool

func (*ConcernNewsNotify) ToMessage added in v0.0.10

func (notify *ConcernNewsNotify) ToMessage() []message.IMessageElement

func (*ConcernNewsNotify) Type

func (notify *ConcernNewsNotify) Type() concern.Type

type DynamicDescType

type DynamicDescType int32
const (
	DynamicDescType_DynamicDescTypeUnknown DynamicDescType = 0
	DynamicDescType_WithOrigin             DynamicDescType = 1
	DynamicDescType_WithImage              DynamicDescType = 2
	DynamicDescType_TextOnly               DynamicDescType = 4
	DynamicDescType_WithVideo              DynamicDescType = 8
	DynamicDescType_WithPost               DynamicDescType = 64
	DynamicDescType_WithMusic              DynamicDescType = 256
	DynamicDescType_WithAnime              DynamicDescType = 512
	// 该内容已经不见了哦
	DynamicDescType_WithMiss DynamicDescType = 1024
	// 评分、头像挂件,这种动态下面有一个小卡片的
	DynamicDescType_WithSketch DynamicDescType = 2048
	// 首次发现于综艺
	DynamicDescType_WithDrama  DynamicDescType = 4099
	DynamicDescType_WithLive   DynamicDescType = 4200
	DynamicDescType_WithLiveV2 DynamicDescType = 4308
)

func (DynamicDescType) EnumDescriptor

func (DynamicDescType) EnumDescriptor() ([]byte, []int)

func (DynamicDescType) String

func (x DynamicDescType) String() string

type DynamicSrvDynamicNewRequest

type DynamicSrvDynamicNewRequest struct {
	Platform string `json:"platform"`
	From     string `json:"from"`
	TypeList string `json:"type_list"`
}

type DynamicSrvSpaceHistoryRequest

type DynamicSrvSpaceHistoryRequest struct {
	OffsetDynamicId int64 `json:"offset_dynamic_id"`
	HostUid         int64 `json:"host_uid"`
	NeedTop         int32 `json:"need_top"`
}

type DynamicSvrDynamicNewResponse

type DynamicSvrDynamicNewResponse struct {
	Code                 int32                              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string                             `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data                 *DynamicSvrDynamicNewResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func DynamicSrvDynamicNew

func DynamicSrvDynamicNew() (*DynamicSvrDynamicNewResponse, error)

func (*DynamicSvrDynamicNewResponse) Descriptor

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

func (*DynamicSvrDynamicNewResponse) GetCode

func (m *DynamicSvrDynamicNewResponse) GetCode() int32

func (*DynamicSvrDynamicNewResponse) GetData

func (*DynamicSvrDynamicNewResponse) GetMessage

func (m *DynamicSvrDynamicNewResponse) GetMessage() string

func (*DynamicSvrDynamicNewResponse) ProtoMessage

func (*DynamicSvrDynamicNewResponse) ProtoMessage()

func (*DynamicSvrDynamicNewResponse) Reset

func (m *DynamicSvrDynamicNewResponse) Reset()

func (*DynamicSvrDynamicNewResponse) String

func (*DynamicSvrDynamicNewResponse) XXX_DiscardUnknown

func (m *DynamicSvrDynamicNewResponse) XXX_DiscardUnknown()

func (*DynamicSvrDynamicNewResponse) XXX_Marshal

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

func (*DynamicSvrDynamicNewResponse) XXX_Merge

func (m *DynamicSvrDynamicNewResponse) XXX_Merge(src proto.Message)

func (*DynamicSvrDynamicNewResponse) XXX_Size

func (m *DynamicSvrDynamicNewResponse) XXX_Size() int

func (*DynamicSvrDynamicNewResponse) XXX_Unmarshal

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

type DynamicSvrDynamicNewResponse_Data

type DynamicSvrDynamicNewResponse_Data struct {
	NewNum               int32    `protobuf:"varint,1,opt,name=new_num,json=newNum,proto3" json:"new_num,omitempty"`
	ExistGap             int32    `protobuf:"varint,2,opt,name=exist_gap,json=existGap,proto3" json:"exist_gap,omitempty"`
	UpdateNum            int32    `protobuf:"varint,3,opt,name=update_num,json=updateNum,proto3" json:"update_num,omitempty"`
	OpenRcmd             int32    `protobuf:"varint,4,opt,name=open_rcmd,json=openRcmd,proto3" json:"open_rcmd,omitempty"`
	Cards                []*Card  `protobuf:"bytes,5,rep,name=cards,proto3" json:"cards,omitempty"`
	MaxDynamicId         int64    `protobuf:"varint,6,opt,name=max_dynamic_id,json=maxDynamicId,proto3" json:"max_dynamic_id,omitempty"`
	HistoryOffset        int64    `protobuf:"varint,7,opt,name=history_offset,json=historyOffset,proto3" json:"history_offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DynamicSvrDynamicNewResponse_Data) Descriptor

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

func (*DynamicSvrDynamicNewResponse_Data) GetCards

func (m *DynamicSvrDynamicNewResponse_Data) GetCards() []*Card

func (*DynamicSvrDynamicNewResponse_Data) GetExistGap

func (m *DynamicSvrDynamicNewResponse_Data) GetExistGap() int32

func (*DynamicSvrDynamicNewResponse_Data) GetHistoryOffset

func (m *DynamicSvrDynamicNewResponse_Data) GetHistoryOffset() int64

func (*DynamicSvrDynamicNewResponse_Data) GetMaxDynamicId

func (m *DynamicSvrDynamicNewResponse_Data) GetMaxDynamicId() int64

func (*DynamicSvrDynamicNewResponse_Data) GetNewNum

func (*DynamicSvrDynamicNewResponse_Data) GetOpenRcmd

func (m *DynamicSvrDynamicNewResponse_Data) GetOpenRcmd() int32

func (*DynamicSvrDynamicNewResponse_Data) GetUpdateNum

func (m *DynamicSvrDynamicNewResponse_Data) GetUpdateNum() int32

func (*DynamicSvrDynamicNewResponse_Data) ProtoMessage

func (*DynamicSvrDynamicNewResponse_Data) ProtoMessage()

func (*DynamicSvrDynamicNewResponse_Data) Reset

func (*DynamicSvrDynamicNewResponse_Data) String

func (*DynamicSvrDynamicNewResponse_Data) XXX_DiscardUnknown

func (m *DynamicSvrDynamicNewResponse_Data) XXX_DiscardUnknown()

func (*DynamicSvrDynamicNewResponse_Data) XXX_Marshal

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

func (*DynamicSvrDynamicNewResponse_Data) XXX_Merge

func (*DynamicSvrDynamicNewResponse_Data) XXX_Size

func (m *DynamicSvrDynamicNewResponse_Data) XXX_Size() int

func (*DynamicSvrDynamicNewResponse_Data) XXX_Unmarshal

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

type DynamicSvrSpaceHistoryResponse

type DynamicSvrSpaceHistoryResponse struct {
	Code                 int32                                `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string                               `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data                 *DynamicSvrSpaceHistoryResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func DynamicSrvSpaceHistory

func DynamicSrvSpaceHistory(hostUid int64) (*DynamicSvrSpaceHistoryResponse, error)

func (*DynamicSvrSpaceHistoryResponse) Descriptor

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

func (*DynamicSvrSpaceHistoryResponse) GetCode

func (*DynamicSvrSpaceHistoryResponse) GetData

func (*DynamicSvrSpaceHistoryResponse) GetMessage

func (m *DynamicSvrSpaceHistoryResponse) GetMessage() string

func (*DynamicSvrSpaceHistoryResponse) ProtoMessage

func (*DynamicSvrSpaceHistoryResponse) ProtoMessage()

func (*DynamicSvrSpaceHistoryResponse) Reset

func (m *DynamicSvrSpaceHistoryResponse) Reset()

func (*DynamicSvrSpaceHistoryResponse) String

func (*DynamicSvrSpaceHistoryResponse) XXX_DiscardUnknown

func (m *DynamicSvrSpaceHistoryResponse) XXX_DiscardUnknown()

func (*DynamicSvrSpaceHistoryResponse) XXX_Marshal

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

func (*DynamicSvrSpaceHistoryResponse) XXX_Merge

func (m *DynamicSvrSpaceHistoryResponse) XXX_Merge(src proto.Message)

func (*DynamicSvrSpaceHistoryResponse) XXX_Size

func (m *DynamicSvrSpaceHistoryResponse) XXX_Size() int

func (*DynamicSvrSpaceHistoryResponse) XXX_Unmarshal

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

type DynamicSvrSpaceHistoryResponse_Data

type DynamicSvrSpaceHistoryResponse_Data struct {
	Cards                []*Card  `protobuf:"bytes,1,rep,name=cards,proto3" json:"cards,omitempty"`
	HasMore              int32    `protobuf:"varint,2,opt,name=has_more,json=hasMore,proto3" json:"has_more,omitempty"`
	NextOffset           int64    `protobuf:"varint,3,opt,name=next_offset,json=nextOffset,proto3" json:"next_offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DynamicSvrSpaceHistoryResponse_Data) Descriptor

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

func (*DynamicSvrSpaceHistoryResponse_Data) GetCards

func (m *DynamicSvrSpaceHistoryResponse_Data) GetCards() []*Card

func (*DynamicSvrSpaceHistoryResponse_Data) GetHasMore

func (*DynamicSvrSpaceHistoryResponse_Data) GetNextOffset

func (m *DynamicSvrSpaceHistoryResponse_Data) GetNextOffset() int64

func (*DynamicSvrSpaceHistoryResponse_Data) ProtoMessage

func (*DynamicSvrSpaceHistoryResponse_Data) ProtoMessage()

func (*DynamicSvrSpaceHistoryResponse_Data) Reset

func (*DynamicSvrSpaceHistoryResponse_Data) String

func (*DynamicSvrSpaceHistoryResponse_Data) XXX_DiscardUnknown

func (m *DynamicSvrSpaceHistoryResponse_Data) XXX_DiscardUnknown()

func (*DynamicSvrSpaceHistoryResponse_Data) XXX_Marshal

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

func (*DynamicSvrSpaceHistoryResponse_Data) XXX_Merge

func (*DynamicSvrSpaceHistoryResponse_Data) XXX_Size

func (*DynamicSvrSpaceHistoryResponse_Data) XXX_Unmarshal

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

type EventType

type EventType int64
const (
	Live EventType = iota
	News
)

type FeedListResponse

type FeedListResponse struct {
	Code                 int32                  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string                 `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data                 *FeedListResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func FeedList

func FeedList(opt ...FeedOpt) (*FeedListResponse, error)

func (*FeedListResponse) Descriptor

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

func (*FeedListResponse) GetCode

func (m *FeedListResponse) GetCode() int32

func (*FeedListResponse) GetData

func (*FeedListResponse) GetMessage

func (m *FeedListResponse) GetMessage() string

func (*FeedListResponse) ProtoMessage

func (*FeedListResponse) ProtoMessage()

func (*FeedListResponse) Reset

func (m *FeedListResponse) Reset()

func (*FeedListResponse) String

func (m *FeedListResponse) String() string

func (*FeedListResponse) XXX_DiscardUnknown

func (m *FeedListResponse) XXX_DiscardUnknown()

func (*FeedListResponse) XXX_Marshal

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

func (*FeedListResponse) XXX_Merge

func (m *FeedListResponse) XXX_Merge(src proto.Message)

func (*FeedListResponse) XXX_Size

func (m *FeedListResponse) XXX_Size() int

func (*FeedListResponse) XXX_Unmarshal

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

type FeedListResponse_Data

type FeedListResponse_Data struct {
	Result               int32                             `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	Page                 string                            `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	Pagesize             string                            `protobuf:"bytes,3,opt,name=pagesize,proto3" json:"pagesize,omitempty"`
	List                 []*FeedListResponse_Data_ListInfo `protobuf:"bytes,4,rep,name=list,proto3" json:"list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*FeedListResponse_Data) Descriptor

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

func (*FeedListResponse_Data) GetList

func (*FeedListResponse_Data) GetPage

func (m *FeedListResponse_Data) GetPage() string

func (*FeedListResponse_Data) GetPagesize

func (m *FeedListResponse_Data) GetPagesize() string

func (*FeedListResponse_Data) GetResult

func (m *FeedListResponse_Data) GetResult() int32

func (*FeedListResponse_Data) ProtoMessage

func (*FeedListResponse_Data) ProtoMessage()

func (*FeedListResponse_Data) Reset

func (m *FeedListResponse_Data) Reset()

func (*FeedListResponse_Data) String

func (m *FeedListResponse_Data) String() string

func (*FeedListResponse_Data) XXX_DiscardUnknown

func (m *FeedListResponse_Data) XXX_DiscardUnknown()

func (*FeedListResponse_Data) XXX_Marshal

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

func (*FeedListResponse_Data) XXX_Merge

func (m *FeedListResponse_Data) XXX_Merge(src proto.Message)

func (*FeedListResponse_Data) XXX_Size

func (m *FeedListResponse_Data) XXX_Size() int

func (*FeedListResponse_Data) XXX_Unmarshal

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

type FeedListResponse_Data_ListInfo

type FeedListResponse_Data_ListInfo struct {
	Cover                string   `protobuf:"bytes,1,opt,name=cover,proto3" json:"cover,omitempty"`
	Face                 string   `protobuf:"bytes,2,opt,name=face,proto3" json:"face,omitempty"`
	Uname                string   `protobuf:"bytes,3,opt,name=uname,proto3" json:"uname,omitempty"`
	Title                string   `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Roomid               int64    `protobuf:"varint,5,opt,name=roomid,proto3" json:"roomid,omitempty"`
	Pic                  string   `protobuf:"bytes,6,opt,name=pic,proto3" json:"pic,omitempty"`
	Online               int64    `protobuf:"varint,7,opt,name=online,proto3" json:"online,omitempty"`
	Link                 string   `protobuf:"bytes,8,opt,name=link,proto3" json:"link,omitempty"`
	Uid                  int64    `protobuf:"varint,9,opt,name=uid,proto3" json:"uid,omitempty"`
	ParentAreaId         int64    `protobuf:"varint,10,opt,name=parent_area_id,json=parentAreaId,proto3" json:"parent_area_id,omitempty"`
	AreaId               int64    `protobuf:"varint,11,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FeedListResponse_Data_ListInfo) Descriptor

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

func (*FeedListResponse_Data_ListInfo) GetAreaId

func (m *FeedListResponse_Data_ListInfo) GetAreaId() int64

func (*FeedListResponse_Data_ListInfo) GetCover

func (m *FeedListResponse_Data_ListInfo) GetCover() string

func (*FeedListResponse_Data_ListInfo) GetFace

func (*FeedListResponse_Data_ListInfo) GetOnline

func (m *FeedListResponse_Data_ListInfo) GetOnline() int64

func (*FeedListResponse_Data_ListInfo) GetParentAreaId

func (m *FeedListResponse_Data_ListInfo) GetParentAreaId() int64

func (*FeedListResponse_Data_ListInfo) GetPic

func (*FeedListResponse_Data_ListInfo) GetRoomid

func (m *FeedListResponse_Data_ListInfo) GetRoomid() int64

func (*FeedListResponse_Data_ListInfo) GetTitle

func (m *FeedListResponse_Data_ListInfo) GetTitle() string

func (*FeedListResponse_Data_ListInfo) GetUid

func (*FeedListResponse_Data_ListInfo) GetUname

func (m *FeedListResponse_Data_ListInfo) GetUname() string

func (*FeedListResponse_Data_ListInfo) ProtoMessage

func (*FeedListResponse_Data_ListInfo) ProtoMessage()

func (*FeedListResponse_Data_ListInfo) Reset

func (m *FeedListResponse_Data_ListInfo) Reset()

func (*FeedListResponse_Data_ListInfo) String

func (*FeedListResponse_Data_ListInfo) XXX_DiscardUnknown

func (m *FeedListResponse_Data_ListInfo) XXX_DiscardUnknown()

func (*FeedListResponse_Data_ListInfo) XXX_Marshal

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

func (*FeedListResponse_Data_ListInfo) XXX_Merge

func (m *FeedListResponse_Data_ListInfo) XXX_Merge(src proto.Message)

func (*FeedListResponse_Data_ListInfo) XXX_Size

func (m *FeedListResponse_Data_ListInfo) XXX_Size() int

func (*FeedListResponse_Data_ListInfo) XXX_Unmarshal

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

type FeedOpt

type FeedOpt func(map[string]int)

func FeedPageOpt

func FeedPageOpt(page int) FeedOpt

func FeedPageSizeOpt

func FeedPageSizeOpt(pageSize int) FeedOpt

type GetAttentionListResponse

type GetAttentionListResponse struct {
	Code                 int32                          `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string                         `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data                 *GetAttentionListResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func GetAttentionList

func GetAttentionList() (*GetAttentionListResponse, error)

func (*GetAttentionListResponse) Descriptor

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

func (*GetAttentionListResponse) GetCode

func (m *GetAttentionListResponse) GetCode() int32

func (*GetAttentionListResponse) GetData

func (*GetAttentionListResponse) GetMessage

func (m *GetAttentionListResponse) GetMessage() string

func (*GetAttentionListResponse) ProtoMessage

func (*GetAttentionListResponse) ProtoMessage()

func (*GetAttentionListResponse) Reset

func (m *GetAttentionListResponse) Reset()

func (*GetAttentionListResponse) String

func (m *GetAttentionListResponse) String() string

func (*GetAttentionListResponse) XXX_DiscardUnknown

func (m *GetAttentionListResponse) XXX_DiscardUnknown()

func (*GetAttentionListResponse) XXX_Marshal

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

func (*GetAttentionListResponse) XXX_Merge

func (m *GetAttentionListResponse) XXX_Merge(src proto.Message)

func (*GetAttentionListResponse) XXX_Size

func (m *GetAttentionListResponse) XXX_Size() int

func (*GetAttentionListResponse) XXX_Unmarshal

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

type GetAttentionListResponse_Data

type GetAttentionListResponse_Data struct {
	List                 []int64  `protobuf:"varint,1,rep,packed,name=list,proto3" json:"list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAttentionListResponse_Data) Descriptor

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

func (*GetAttentionListResponse_Data) GetList

func (m *GetAttentionListResponse_Data) GetList() []int64

func (*GetAttentionListResponse_Data) ProtoMessage

func (*GetAttentionListResponse_Data) ProtoMessage()

func (*GetAttentionListResponse_Data) Reset

func (m *GetAttentionListResponse_Data) Reset()

func (*GetAttentionListResponse_Data) String

func (*GetAttentionListResponse_Data) XXX_DiscardUnknown

func (m *GetAttentionListResponse_Data) XXX_DiscardUnknown()

func (*GetAttentionListResponse_Data) XXX_Marshal

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

func (*GetAttentionListResponse_Data) XXX_Merge

func (m *GetAttentionListResponse_Data) XXX_Merge(src proto.Message)

func (*GetAttentionListResponse_Data) XXX_Size

func (m *GetAttentionListResponse_Data) XXX_Size() int

func (*GetAttentionListResponse_Data) XXX_Unmarshal

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

type GetRoomInfoOldRequest

type GetRoomInfoOldRequest struct {
	Mid int64 `json:"mid"`
}

type GetRoomInfoOldResponse

type GetRoomInfoOldResponse struct {
	Code                 int32                        `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string                       `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data                 *GetRoomInfoOldResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func GetRoomInfoOld

func GetRoomInfoOld(mid int64) (*GetRoomInfoOldResponse, error)

func (*GetRoomInfoOldResponse) Descriptor

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

func (*GetRoomInfoOldResponse) GetCode

func (m *GetRoomInfoOldResponse) GetCode() int32

func (*GetRoomInfoOldResponse) GetData

func (*GetRoomInfoOldResponse) GetMessage

func (m *GetRoomInfoOldResponse) GetMessage() string

func (*GetRoomInfoOldResponse) ProtoMessage

func (*GetRoomInfoOldResponse) ProtoMessage()

func (*GetRoomInfoOldResponse) Reset

func (m *GetRoomInfoOldResponse) Reset()

func (*GetRoomInfoOldResponse) String

func (m *GetRoomInfoOldResponse) String() string

func (*GetRoomInfoOldResponse) XXX_DiscardUnknown

func (m *GetRoomInfoOldResponse) XXX_DiscardUnknown()

func (*GetRoomInfoOldResponse) XXX_Marshal

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

func (*GetRoomInfoOldResponse) XXX_Merge

func (m *GetRoomInfoOldResponse) XXX_Merge(src proto.Message)

func (*GetRoomInfoOldResponse) XXX_Size

func (m *GetRoomInfoOldResponse) XXX_Size() int

func (*GetRoomInfoOldResponse) XXX_Unmarshal

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

type GetRoomInfoOldResponse_Data

type GetRoomInfoOldResponse_Data struct {
	RoomStatus           RoomStatus  `protobuf:"varint,1,opt,name=roomStatus,proto3,enum=bilibili.RoomStatus" json:"roomStatus,omitempty"`
	RoundStatus          RoundStatus `protobuf:"varint,2,opt,name=roundStatus,proto3,enum=bilibili.RoundStatus" json:"roundStatus,omitempty"`
	LiveStatus           LiveStatus  `protobuf:"varint,3,opt,name=liveStatus,proto3,enum=bilibili.LiveStatus" json:"liveStatus,omitempty"`
	Url                  string      `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	Title                string      `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Cover                string      `protobuf:"bytes,6,opt,name=cover,proto3" json:"cover,omitempty"`
	Online               int64       `protobuf:"varint,7,opt,name=online,proto3" json:"online,omitempty"`
	Roomid               int64       `protobuf:"varint,8,opt,name=roomid,proto3" json:"roomid,omitempty"`
	BroadcastType        int32       `protobuf:"varint,9,opt,name=broadcast_type,json=broadcastType,proto3" json:"broadcast_type,omitempty"`
	OnlineHidden         int32       `protobuf:"varint,10,opt,name=online_hidden,json=onlineHidden,proto3" json:"online_hidden,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetRoomInfoOldResponse_Data) Descriptor

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

func (*GetRoomInfoOldResponse_Data) GetBroadcastType

func (m *GetRoomInfoOldResponse_Data) GetBroadcastType() int32

func (*GetRoomInfoOldResponse_Data) GetCover

func (m *GetRoomInfoOldResponse_Data) GetCover() string

func (*GetRoomInfoOldResponse_Data) GetLiveStatus

func (m *GetRoomInfoOldResponse_Data) GetLiveStatus() LiveStatus

func (*GetRoomInfoOldResponse_Data) GetOnline

func (m *GetRoomInfoOldResponse_Data) GetOnline() int64

func (*GetRoomInfoOldResponse_Data) GetOnlineHidden

func (m *GetRoomInfoOldResponse_Data) GetOnlineHidden() int32

func (*GetRoomInfoOldResponse_Data) GetRoomStatus

func (m *GetRoomInfoOldResponse_Data) GetRoomStatus() RoomStatus

func (*GetRoomInfoOldResponse_Data) GetRoomid

func (m *GetRoomInfoOldResponse_Data) GetRoomid() int64

func (*GetRoomInfoOldResponse_Data) GetRoundStatus

func (m *GetRoomInfoOldResponse_Data) GetRoundStatus() RoundStatus

func (*GetRoomInfoOldResponse_Data) GetTitle

func (m *GetRoomInfoOldResponse_Data) GetTitle() string

func (*GetRoomInfoOldResponse_Data) GetUrl

func (m *GetRoomInfoOldResponse_Data) GetUrl() string

func (*GetRoomInfoOldResponse_Data) ProtoMessage

func (*GetRoomInfoOldResponse_Data) ProtoMessage()

func (*GetRoomInfoOldResponse_Data) Reset

func (m *GetRoomInfoOldResponse_Data) Reset()

func (*GetRoomInfoOldResponse_Data) String

func (m *GetRoomInfoOldResponse_Data) String() string

func (*GetRoomInfoOldResponse_Data) XXX_DiscardUnknown

func (m *GetRoomInfoOldResponse_Data) XXX_DiscardUnknown()

func (*GetRoomInfoOldResponse_Data) XXX_Marshal

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

func (*GetRoomInfoOldResponse_Data) XXX_Merge

func (m *GetRoomInfoOldResponse_Data) XXX_Merge(src proto.Message)

func (*GetRoomInfoOldResponse_Data) XXX_Size

func (m *GetRoomInfoOldResponse_Data) XXX_Size() int

func (*GetRoomInfoOldResponse_Data) XXX_Unmarshal

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

type LiveInfo

type LiveInfo struct {
	UserInfo
	Status    LiveStatus `json:"status"`
	LiveTitle string     `json:"live_title"`
	Cover     string     `json:"cover"`

	LiveStatusChanged bool `json:"-"`
	LiveTitleChanged  bool `json:"-"`
}

func NewLiveInfo

func NewLiveInfo(userInfo *UserInfo, liveTitle string, cover string, status LiveStatus) *LiveInfo

func (*LiveInfo) ToString

func (l *LiveInfo) ToString() string

func (*LiveInfo) Type

func (l *LiveInfo) Type() EventType

type LiveStatus

type LiveStatus int32
const (
	LiveStatus_NoLiving LiveStatus = 0
	LiveStatus_Living   LiveStatus = 1
)

func (LiveStatus) EnumDescriptor

func (LiveStatus) EnumDescriptor() ([]byte, []int)

func (LiveStatus) String

func (x LiveStatus) String() string

type NewsInfo

type NewsInfo struct {
	UserInfo
	LastDynamicId int64   `json:"last_dynamic_id"`
	Timestamp     int64   `json:"timestamp"`
	Cards         []*Card `json:"-"`
}

func NewNewsInfo

func NewNewsInfo(userInfo *UserInfo, dynamicId int64, timestamp int64) *NewsInfo

func NewNewsInfoWithDetail

func NewNewsInfoWithDetail(userInfo *UserInfo, cards []*Card) *NewsInfo

func (*NewsInfo) GetCardTextOnly

func (n *NewsInfo) GetCardTextOnly(index int) (*CardTextOnly, error)

func (*NewsInfo) GetCardWithImage

func (n *NewsInfo) GetCardWithImage(index int) (*CardWithImage, error)

func (*NewsInfo) GetCardWithLive

func (n *NewsInfo) GetCardWithLive(index int) (*CardWithLive, error)

func (*NewsInfo) GetCardWithLiveV2

func (n *NewsInfo) GetCardWithLiveV2(index int) (*CardWithLiveV2, error)

func (*NewsInfo) GetCardWithMusic

func (n *NewsInfo) GetCardWithMusic(index int) (*CardWithMusic, error)

func (*NewsInfo) GetCardWithOrig

func (n *NewsInfo) GetCardWithOrig(index int) (*CardWithOrig, error)

func (*NewsInfo) GetCardWithPost

func (n *NewsInfo) GetCardWithPost(index int) (*CardWithPost, error)

func (*NewsInfo) GetCardWithSketch

func (n *NewsInfo) GetCardWithSketch(index int) (*CardWithSketch, error)

func (*NewsInfo) GetCardWithVideo

func (n *NewsInfo) GetCardWithVideo(index int) (*CardWithVideo, error)

func (*NewsInfo) ToString

func (n *NewsInfo) ToString() string

func (*NewsInfo) Type

func (n *NewsInfo) Type() EventType

type RelationFeedRequest

type RelationFeedRequest struct {
	Page     int `json:"page"`
	PageSize int `json:"pagesize"`
}

type RelationModifyRequest

type RelationModifyRequest struct {
	Fid   int64  `json:"fid"`
	Act   int    `json:"act"`
	ReSrc int    `json:"re_src"`
	Csrf  string `json:"csrf"`
}

type RelationModifyResponse

type RelationModifyResponse struct {
	Code                 int32    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Ttl                  int64    `protobuf:"varint,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func RelationModify

func RelationModify(fid int64, act int) (*RelationModifyResponse, error)

func (*RelationModifyResponse) Descriptor

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

func (*RelationModifyResponse) GetCode

func (m *RelationModifyResponse) GetCode() int32

func (*RelationModifyResponse) GetMessage

func (m *RelationModifyResponse) GetMessage() string

func (*RelationModifyResponse) GetTtl

func (m *RelationModifyResponse) GetTtl() int64

func (*RelationModifyResponse) ProtoMessage

func (*RelationModifyResponse) ProtoMessage()

func (*RelationModifyResponse) Reset

func (m *RelationModifyResponse) Reset()

func (*RelationModifyResponse) String

func (m *RelationModifyResponse) String() string

func (*RelationModifyResponse) XXX_DiscardUnknown

func (m *RelationModifyResponse) XXX_DiscardUnknown()

func (*RelationModifyResponse) XXX_Marshal

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

func (*RelationModifyResponse) XXX_Merge

func (m *RelationModifyResponse) XXX_Merge(src proto.Message)

func (*RelationModifyResponse) XXX_Size

func (m *RelationModifyResponse) XXX_Size() int

func (*RelationModifyResponse) XXX_Unmarshal

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

type RoomInitRequest

type RoomInitRequest struct {
	Id int64 `json:"id"`
}

type RoomInitResponse

type RoomInitResponse struct {
	Code                 int32                  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string                 `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data                 *RoomInitResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func RoomInit

func RoomInit(roomId int64) (*RoomInitResponse, error)

func (*RoomInitResponse) Descriptor

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

func (*RoomInitResponse) GetCode

func (m *RoomInitResponse) GetCode() int32

func (*RoomInitResponse) GetData

func (*RoomInitResponse) GetMessage

func (m *RoomInitResponse) GetMessage() string

func (*RoomInitResponse) ProtoMessage

func (*RoomInitResponse) ProtoMessage()

func (*RoomInitResponse) Reset

func (m *RoomInitResponse) Reset()

func (*RoomInitResponse) String

func (m *RoomInitResponse) String() string

func (*RoomInitResponse) XXX_DiscardUnknown

func (m *RoomInitResponse) XXX_DiscardUnknown()

func (*RoomInitResponse) XXX_Marshal

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

func (*RoomInitResponse) XXX_Merge

func (m *RoomInitResponse) XXX_Merge(src proto.Message)

func (*RoomInitResponse) XXX_Size

func (m *RoomInitResponse) XXX_Size() int

func (*RoomInitResponse) XXX_Unmarshal

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

type RoomInitResponse_Data

type RoomInitResponse_Data struct {
	RoomId               int64      `protobuf:"varint,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	ShortId              int64      `protobuf:"varint,2,opt,name=short_id,json=shortId,proto3" json:"short_id,omitempty"`
	Uid                  int64      `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"`
	IsHidden             bool       `protobuf:"varint,5,opt,name=is_hidden,json=isHidden,proto3" json:"is_hidden,omitempty"`
	IsLocked             bool       `protobuf:"varint,6,opt,name=is_locked,json=isLocked,proto3" json:"is_locked,omitempty"`
	LiveStatus           LiveStatus `protobuf:"varint,8,opt,name=live_status,json=liveStatus,proto3,enum=bilibili.LiveStatus" json:"live_status,omitempty"`
	IsSp                 int32      `protobuf:"varint,15,opt,name=is_sp,json=isSp,proto3" json:"is_sp,omitempty"`
	SpecialType          int32      `protobuf:"varint,16,opt,name=special_type,json=specialType,proto3" json:"special_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*RoomInitResponse_Data) Descriptor

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

func (*RoomInitResponse_Data) GetIsHidden

func (m *RoomInitResponse_Data) GetIsHidden() bool

func (*RoomInitResponse_Data) GetIsLocked

func (m *RoomInitResponse_Data) GetIsLocked() bool

func (*RoomInitResponse_Data) GetIsSp

func (m *RoomInitResponse_Data) GetIsSp() int32

func (*RoomInitResponse_Data) GetLiveStatus

func (m *RoomInitResponse_Data) GetLiveStatus() LiveStatus

func (*RoomInitResponse_Data) GetRoomId

func (m *RoomInitResponse_Data) GetRoomId() int64

func (*RoomInitResponse_Data) GetShortId

func (m *RoomInitResponse_Data) GetShortId() int64

func (*RoomInitResponse_Data) GetSpecialType

func (m *RoomInitResponse_Data) GetSpecialType() int32

func (*RoomInitResponse_Data) GetUid

func (m *RoomInitResponse_Data) GetUid() int64

func (*RoomInitResponse_Data) ProtoMessage

func (*RoomInitResponse_Data) ProtoMessage()

func (*RoomInitResponse_Data) Reset

func (m *RoomInitResponse_Data) Reset()

func (*RoomInitResponse_Data) String

func (m *RoomInitResponse_Data) String() string

func (*RoomInitResponse_Data) XXX_DiscardUnknown

func (m *RoomInitResponse_Data) XXX_DiscardUnknown()

func (*RoomInitResponse_Data) XXX_Marshal

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

func (*RoomInitResponse_Data) XXX_Merge

func (m *RoomInitResponse_Data) XXX_Merge(src proto.Message)

func (*RoomInitResponse_Data) XXX_Size

func (m *RoomInitResponse_Data) XXX_Size() int

func (*RoomInitResponse_Data) XXX_Unmarshal

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

type RoomStatus

type RoomStatus int32
const (
	RoomStatus_NonExist RoomStatus = 0
	RoomStatus_Exist    RoomStatus = 1
)

func (RoomStatus) EnumDescriptor

func (RoomStatus) EnumDescriptor() ([]byte, []int)

func (RoomStatus) String

func (x RoomStatus) String() string

type RoundStatus

type RoundStatus int32
const (
	RoundStatus_Off RoundStatus = 0
	RoundStatus_On  RoundStatus = 1
)

func (RoundStatus) EnumDescriptor

func (RoundStatus) EnumDescriptor() ([]byte, []int)

func (RoundStatus) String

func (x RoundStatus) String() string

type SpaceAccInfoRequest

type SpaceAccInfoRequest struct {
	Mid int64 `json:"mid"`
}

type SpecialType

type SpecialType int32
const (
	SpecialType_Normal       SpecialType = 0
	SpecialType_Pay          SpecialType = 1
	SpecialType_YearFestival SpecialType = 2
)

func (SpecialType) EnumDescriptor

func (SpecialType) EnumDescriptor() ([]byte, []int)

func (SpecialType) String

func (x SpecialType) String() string

type StateManager

type StateManager struct {
	*concern_manager.StateManager
	// contains filtered or unexported fields
}

func NewStateManager

func NewStateManager() *StateManager

func (*StateManager) AddLiveInfo

func (c *StateManager) AddLiveInfo(liveInfo *LiveInfo) error

func (*StateManager) AddNewsInfo

func (c *StateManager) AddNewsInfo(newsInfo *NewsInfo) error

func (*StateManager) AddUserInfo

func (c *StateManager) AddUserInfo(userInfo *UserInfo) error

func (*StateManager) CheckDynamicId

func (c *StateManager) CheckDynamicId(dynamic int64) bool

func (*StateManager) ClearNotLiveCount added in v0.0.7

func (c *StateManager) ClearNotLiveCount(uid int64) error

func (StateManager) CurrentLiveKey

func (k StateManager) CurrentLiveKey(keys ...interface{}) string

func (StateManager) CurrentNewsKey

func (k StateManager) CurrentNewsKey(keys ...interface{}) string

func (*StateManager) DeleteNewsInfo

func (c *StateManager) DeleteNewsInfo(newsInfo *NewsInfo) error

func (StateManager) DynamicIdKey

func (k StateManager) DynamicIdKey(keys ...interface{}) string

func (*StateManager) GetLiveInfo

func (c *StateManager) GetLiveInfo(mid int64) (*LiveInfo, error)

func (*StateManager) GetNewsInfo

func (c *StateManager) GetNewsInfo(mid int64) (*NewsInfo, error)

func (*StateManager) GetUidFirstTimestamp added in v0.0.6

func (c *StateManager) GetUidFirstTimestamp(uid int64) (timestamp int64, err error)

func (*StateManager) GetUserInfo

func (c *StateManager) GetUserInfo(mid int64) (*UserInfo, error)

func (*StateManager) IncNotLiveCount added in v0.0.7

func (c *StateManager) IncNotLiveCount(uid int64) (result int)

func (*StateManager) MarkDynamicId

func (c *StateManager) MarkDynamicId(dynamic int64) (replaced bool, err error)

func (StateManager) NotLiveKey added in v0.0.7

func (k StateManager) NotLiveKey(keys ...interface{}) string

func (*StateManager) SetUidFirstTimestampIfNotExist added in v0.0.9

func (c *StateManager) SetUidFirstTimestampIfNotExist(uid int64, timestamp int64) error

func (*StateManager) Start

func (c *StateManager) Start() error

func (StateManager) UidFirstTimestamp added in v0.0.6

func (k StateManager) UidFirstTimestamp(keys ...interface{}) string

func (*StateManager) UnsetUidFirstTimestamp added in v0.0.6

func (c *StateManager) UnsetUidFirstTimestamp(uid int64) error

func (StateManager) UserInfoKey

func (k StateManager) UserInfoKey(keys ...interface{}) string

type UserInfo

type UserInfo struct {
	Mid     int64  `json:"mid"`
	Name    string `json:"name"`
	RoomId  int64  `json:"room_id"`
	RoomUrl string `json:"room_url"`
}

func NewUserInfo

func NewUserInfo(mid, roomId int64, name, url string) *UserInfo

func (*UserInfo) ToString

func (ui *UserInfo) ToString() string

type XSpaceAccInfoResponse

type XSpaceAccInfoResponse struct {
	Code                 int32                       `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message              string                      `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data                 *XSpaceAccInfoResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func XSpaceAccInfo

func XSpaceAccInfo(mid int64) (*XSpaceAccInfoResponse, error)

func (*XSpaceAccInfoResponse) Descriptor

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

func (*XSpaceAccInfoResponse) GetCode

func (m *XSpaceAccInfoResponse) GetCode() int32

func (*XSpaceAccInfoResponse) GetData

func (*XSpaceAccInfoResponse) GetMessage

func (m *XSpaceAccInfoResponse) GetMessage() string

func (*XSpaceAccInfoResponse) ProtoMessage

func (*XSpaceAccInfoResponse) ProtoMessage()

func (*XSpaceAccInfoResponse) Reset

func (m *XSpaceAccInfoResponse) Reset()

func (*XSpaceAccInfoResponse) String

func (m *XSpaceAccInfoResponse) String() string

func (*XSpaceAccInfoResponse) XXX_DiscardUnknown

func (m *XSpaceAccInfoResponse) XXX_DiscardUnknown()

func (*XSpaceAccInfoResponse) XXX_Marshal

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

func (*XSpaceAccInfoResponse) XXX_Merge

func (m *XSpaceAccInfoResponse) XXX_Merge(src proto.Message)

func (*XSpaceAccInfoResponse) XXX_Size

func (m *XSpaceAccInfoResponse) XXX_Size() int

func (*XSpaceAccInfoResponse) XXX_Unmarshal

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

type XSpaceAccInfoResponse_Data

type XSpaceAccInfoResponse_Data struct {
	Mid                  int64                                `protobuf:"varint,1,opt,name=mid,proto3" json:"mid,omitempty"`
	Name                 string                               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Level                int32                                `protobuf:"varint,7,opt,name=level,proto3" json:"level,omitempty"`
	LiveRoom             *XSpaceAccInfoResponse_Data_LiveRoom `protobuf:"bytes,17,opt,name=live_room,json=liveRoom,proto3" json:"live_room,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*XSpaceAccInfoResponse_Data) Descriptor

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

func (*XSpaceAccInfoResponse_Data) GetLevel

func (m *XSpaceAccInfoResponse_Data) GetLevel() int32

func (*XSpaceAccInfoResponse_Data) GetLiveRoom

func (*XSpaceAccInfoResponse_Data) GetMid

func (m *XSpaceAccInfoResponse_Data) GetMid() int64

func (*XSpaceAccInfoResponse_Data) GetName

func (m *XSpaceAccInfoResponse_Data) GetName() string

func (*XSpaceAccInfoResponse_Data) ProtoMessage

func (*XSpaceAccInfoResponse_Data) ProtoMessage()

func (*XSpaceAccInfoResponse_Data) Reset

func (m *XSpaceAccInfoResponse_Data) Reset()

func (*XSpaceAccInfoResponse_Data) String

func (m *XSpaceAccInfoResponse_Data) String() string

func (*XSpaceAccInfoResponse_Data) XXX_DiscardUnknown

func (m *XSpaceAccInfoResponse_Data) XXX_DiscardUnknown()

func (*XSpaceAccInfoResponse_Data) XXX_Marshal

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

func (*XSpaceAccInfoResponse_Data) XXX_Merge

func (m *XSpaceAccInfoResponse_Data) XXX_Merge(src proto.Message)

func (*XSpaceAccInfoResponse_Data) XXX_Size

func (m *XSpaceAccInfoResponse_Data) XXX_Size() int

func (*XSpaceAccInfoResponse_Data) XXX_Unmarshal

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

type XSpaceAccInfoResponse_Data_LiveRoom

type XSpaceAccInfoResponse_Data_LiveRoom struct {
	RoomStatus           int32    `protobuf:"varint,1,opt,name=roomStatus,proto3" json:"roomStatus,omitempty"`
	LiveStatus           int32    `protobuf:"varint,2,opt,name=liveStatus,proto3" json:"liveStatus,omitempty"`
	Url                  string   `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Title                string   `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Cover                string   `protobuf:"bytes,5,opt,name=cover,proto3" json:"cover,omitempty"`
	Roomid               int64    `protobuf:"varint,6,opt,name=roomid,proto3" json:"roomid,omitempty"`
	RoundStatus          int32    `protobuf:"varint,7,opt,name=roundStatus,proto3" json:"roundStatus,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*XSpaceAccInfoResponse_Data_LiveRoom) Descriptor

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

func (*XSpaceAccInfoResponse_Data_LiveRoom) GetCover

func (*XSpaceAccInfoResponse_Data_LiveRoom) GetLiveStatus

func (m *XSpaceAccInfoResponse_Data_LiveRoom) GetLiveStatus() int32

func (*XSpaceAccInfoResponse_Data_LiveRoom) GetRoomStatus

func (m *XSpaceAccInfoResponse_Data_LiveRoom) GetRoomStatus() int32

func (*XSpaceAccInfoResponse_Data_LiveRoom) GetRoomid

func (*XSpaceAccInfoResponse_Data_LiveRoom) GetRoundStatus

func (m *XSpaceAccInfoResponse_Data_LiveRoom) GetRoundStatus() int32

func (*XSpaceAccInfoResponse_Data_LiveRoom) GetTitle

func (*XSpaceAccInfoResponse_Data_LiveRoom) GetUrl

func (*XSpaceAccInfoResponse_Data_LiveRoom) ProtoMessage

func (*XSpaceAccInfoResponse_Data_LiveRoom) ProtoMessage()

func (*XSpaceAccInfoResponse_Data_LiveRoom) Reset

func (*XSpaceAccInfoResponse_Data_LiveRoom) String

func (*XSpaceAccInfoResponse_Data_LiveRoom) XXX_DiscardUnknown

func (m *XSpaceAccInfoResponse_Data_LiveRoom) XXX_DiscardUnknown()

func (*XSpaceAccInfoResponse_Data_LiveRoom) XXX_Marshal

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

func (*XSpaceAccInfoResponse_Data_LiveRoom) XXX_Merge

func (*XSpaceAccInfoResponse_Data_LiveRoom) XXX_Size

func (*XSpaceAccInfoResponse_Data_LiveRoom) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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