v1

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

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

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

Documentation

Overview

Package v1 is a generated protocol buffer package.

It is generated from these files:

app/service/bbq/search/api/grpc/v1/api.proto

It has these top-level messages:

SaveVideoRequest
VideoESInfo
VideoESTags
SaveVideoResponse
RecVideoInfo
RecVideoDataRequest
RecVideoDataResponse
VideoDataRequest
VideoDataResponse
ESVideoDataRequest
ESVideoDataResponse
DelVideoBySVIDRequest
DelVideoBySVIDResponse

Index

Constants

This section is empty.

Variables

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

Functions

func RegisterSearchServer

func RegisterSearchServer(s *grpc.Server, srv SearchServer)

Types

type DelVideoBySVIDRequest

type DelVideoBySVIDRequest struct {
	SVIDs []int64 `protobuf:"varint,1,rep,packed,name=svids" json:"query" form:"svids" validate:"required"`
}

func (*DelVideoBySVIDRequest) Descriptor

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

func (*DelVideoBySVIDRequest) Marshal

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

func (*DelVideoBySVIDRequest) MarshalTo

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

func (*DelVideoBySVIDRequest) ProtoMessage

func (*DelVideoBySVIDRequest) ProtoMessage()

func (*DelVideoBySVIDRequest) Reset

func (m *DelVideoBySVIDRequest) Reset()

func (*DelVideoBySVIDRequest) Size

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

func (*DelVideoBySVIDRequest) String

func (this *DelVideoBySVIDRequest) String() string

func (*DelVideoBySVIDRequest) Unmarshal

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

type DelVideoBySVIDResponse

type DelVideoBySVIDResponse struct {
}

func (*DelVideoBySVIDResponse) Descriptor

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

func (*DelVideoBySVIDResponse) Marshal

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

func (*DelVideoBySVIDResponse) MarshalTo

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

func (*DelVideoBySVIDResponse) ProtoMessage

func (*DelVideoBySVIDResponse) ProtoMessage()

func (*DelVideoBySVIDResponse) Reset

func (m *DelVideoBySVIDResponse) Reset()

func (*DelVideoBySVIDResponse) Size

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

func (*DelVideoBySVIDResponse) String

func (this *DelVideoBySVIDResponse) String() string

func (*DelVideoBySVIDResponse) Unmarshal

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

type ESVideoDataRequest

type ESVideoDataRequest struct {
	Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query" form:"query" validate:"required"`
}

func (*ESVideoDataRequest) Descriptor

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

func (*ESVideoDataRequest) Marshal

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

func (*ESVideoDataRequest) MarshalTo

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

func (*ESVideoDataRequest) ProtoMessage

func (*ESVideoDataRequest) ProtoMessage()

func (*ESVideoDataRequest) Reset

func (m *ESVideoDataRequest) Reset()

func (*ESVideoDataRequest) Size

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

func (*ESVideoDataRequest) String

func (this *ESVideoDataRequest) String() string

func (*ESVideoDataRequest) Unmarshal

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

type ESVideoDataResponse

type ESVideoDataResponse struct {
	Total int64           `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	List  []*RecVideoInfo `protobuf:"bytes,2,rep,name=list" json:"list"`
}

func (*ESVideoDataResponse) Descriptor

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

func (*ESVideoDataResponse) Marshal

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

func (*ESVideoDataResponse) MarshalTo

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

func (*ESVideoDataResponse) ProtoMessage

func (*ESVideoDataResponse) ProtoMessage()

func (*ESVideoDataResponse) Reset

func (m *ESVideoDataResponse) Reset()

func (*ESVideoDataResponse) Size

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

func (*ESVideoDataResponse) String

func (this *ESVideoDataResponse) String() string

func (*ESVideoDataResponse) Unmarshal

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

type RecVideoDataRequest

type RecVideoDataRequest struct {
	Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query" form:"query" validate:"required"`
}

func (*RecVideoDataRequest) Descriptor

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

func (*RecVideoDataRequest) Marshal

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

func (*RecVideoDataRequest) MarshalTo

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

func (*RecVideoDataRequest) ProtoMessage

func (*RecVideoDataRequest) ProtoMessage()

func (*RecVideoDataRequest) Reset

func (m *RecVideoDataRequest) Reset()

func (*RecVideoDataRequest) Size

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

func (*RecVideoDataRequest) String

func (this *RecVideoDataRequest) String() string

func (*RecVideoDataRequest) Unmarshal

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

type RecVideoDataResponse

type RecVideoDataResponse struct {
	Total int64           `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	List  []*RecVideoInfo `protobuf:"bytes,2,rep,name=list" json:"list"`
}

func (*RecVideoDataResponse) Descriptor

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

func (*RecVideoDataResponse) Marshal

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

func (*RecVideoDataResponse) MarshalTo

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

func (*RecVideoDataResponse) ProtoMessage

func (*RecVideoDataResponse) ProtoMessage()

func (*RecVideoDataResponse) Reset

func (m *RecVideoDataResponse) Reset()

func (*RecVideoDataResponse) Size

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

func (*RecVideoDataResponse) String

func (this *RecVideoDataResponse) String() string

func (*RecVideoDataResponse) Unmarshal

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

type RecVideoInfo

type RecVideoInfo struct {
	SVID               int64          `protobuf:"varint,1,opt,name=svid,proto3" json:"svid" form:"svid"`
	Title              string         `protobuf:"bytes,2,opt,name=title,proto3" json:"title" form:"title"`
	Content            string         `protobuf:"bytes,3,opt,name=content,proto3" json:"content" form:"content"`
	MID                int64          `protobuf:"varint,4,opt,name=mid,proto3" json:"mid" form:"mid"`
	CID                int64          `protobuf:"varint,5,opt,name=cid,proto3" json:"cid" form:"cid"`
	Pubtime            int64          `protobuf:"varint,6,opt,name=pubtime,proto3" json:"pubtime" form:"pubtime"`
	Ctime              int64          `protobuf:"varint,7,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	Mtime              int64          `protobuf:"varint,8,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	Duration           int64          `protobuf:"varint,9,opt,name=duration,proto3" json:"duration" form:"duration"`
	Original           int64          `protobuf:"varint,10,opt,name=original,proto3" json:"original" form:"original"`
	State              int64          `protobuf:"varint,11,opt,name=state,proto3" json:"state" form:"state"`
	VerID              int64          `protobuf:"varint,12,opt,name=ver_id,json=verId,proto3" json:"ver_id" form:"ver_id"`
	Ver                string         `protobuf:"bytes,13,opt,name=ver,proto3" json:"ver" form:"ver"`
	From               int64          `protobuf:"varint,14,opt,name=from,proto3" json:"from" form:"from"`
	AVID               int64          `protobuf:"varint,15,opt,name=avid,proto3" json:"avid" form:"avid"`
	Tid                int64          `protobuf:"varint,16,opt,name=tid,proto3" json:"tid" form:"tid"`
	SubTid             int64          `protobuf:"varint,17,opt,name=sub_tid,json=subTid,proto3" json:"sub_tid" form:"sub_tid"`
	Score              int64          `protobuf:"varint,18,opt,name=score,proto3" json:"score" form:"score"`
	RoughScore         int64          `protobuf:"varint,19,opt,name=rough_score,json=roughScore,proto3" json:"rough_score" form:"rough_score"`
	Tags               []*VideoESTags `protobuf:"bytes,20,rep,name=tags" json:"tags" form:"tags"`
	PlayHive           int64          `protobuf:"varint,21,opt,name=play_hive,json=playHive,proto3" json:"play_hive" form:"play_hive"`
	FavHive            int64          `protobuf:"varint,22,opt,name=fav_hive,json=favHive,proto3" json:"fav_hive" form:"fav_hive"`
	CoinHive           int64          `protobuf:"varint,23,opt,name=coin_hive,json=coinHive,proto3" json:"coin_hive" form:"coin_hive"`
	SubtitlesHive      int64          `protobuf:"varint,24,opt,name=subtitles_hive,json=subtitlesHive,proto3" json:"subtitles_hive" form:"subtitles_hive"`
	LikesHive          int64          `protobuf:"varint,25,opt,name=likes_hive,json=likesHive,proto3" json:"likes_hive" form:"likes_hive"`
	ShareHive          int64          `protobuf:"varint,26,opt,name=share_hive,json=shareHive,proto3" json:"share_hive" form:"share_hive"`
	ReportHive         int64          `protobuf:"varint,27,opt,name=report_hive,json=reportHive,proto3" json:"report_hive" form:"report_hive"`
	DurationDailyHive  int64          `` /* 133-byte string literal not displayed */
	DurationAllHive    int64          `protobuf:"varint,29,opt,name=duration_all_hive,json=durationAllHive,proto3" json:"duration_all_hive" form:"duration_all_hive"`
	ReplyHive          int64          `protobuf:"varint,30,opt,name=reply_hive,json=replyHive,proto3" json:"reply_hive" form:"reply_hive"`
	ShareDailyHive     int64          `protobuf:"varint,31,opt,name=share_daily_hive,json=shareDailyHive,proto3" json:"share_daily_hive" form:"share_daily_hive"`
	PlayDailyHive      int64          `protobuf:"varint,32,opt,name=play_daily_hive,json=playDailyHive,proto3" json:"play_daily_hive" form:"play_daily_hive"`
	SubtitlesDailyHive int64          `` /* 137-byte string literal not displayed */
	LikesDailyHive     int64          `protobuf:"varint,34,opt,name=likes_daily_hive,json=likesDailyHive,proto3" json:"likes_daily_hive" form:"likes_daily_hive"`
	FavDailyHive       int64          `protobuf:"varint,35,opt,name=fav_daily_hive,json=favDailyHive,proto3" json:"fav_daily_hive" form:"fav_daily_hive"`
	ReplyDailyHive     int64          `protobuf:"varint,36,opt,name=reply_daily_hive,json=replyDailyHive,proto3" json:"reply_daily_hive" form:"reply_daily_hive"`
	AccessHive         int64          `protobuf:"varint,37,opt,name=access_hive,json=accessHive,proto3" json:"access_hive" form:"access_hive"`
	Play               int64          `protobuf:"varint,38,opt,name=play,proto3" json:"play" form:"play"`
	Subtitles          int64          `protobuf:"varint,39,opt,name=subtitles,proto3" json:"subtitles" form:"subtitles"`
	Like               int64          `protobuf:"varint,40,opt,name=like,proto3" json:"like" form:"like"`
	Share              int64          `protobuf:"varint,41,opt,name=share,proto3" json:"share" form:"share"`
	Report             int64          `protobuf:"varint,42,opt,name=report,proto3" json:"report" form:"report"`
	SimilarID          []int64        `protobuf:"varint,43,rep,packed,name=similar_id,json=similarId" json:"similar_id" form:"similar_id"`
	ESScore            float64        `protobuf:"fixed32,44,opt,name=es_score,json=esScore,proto3,casttype=float64" json:"es_score" form:"es_score"`
	CustomScore        []float64      `protobuf:"fixed32,45,rep,packed,name=custom_score,json=customScore,casttype=float64" json:"custom_score" form:"custom_score"`
	ISFullScreen       int64          `protobuf:"varint,46,opt,name=is_full_screen,json=isFullScreen,proto3" json:"is_full_screen" form:"is_full_screen"`
}

func (*RecVideoInfo) Descriptor

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

func (*RecVideoInfo) Marshal

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

func (*RecVideoInfo) MarshalTo

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

func (*RecVideoInfo) ProtoMessage

func (*RecVideoInfo) ProtoMessage()

func (*RecVideoInfo) Reset

func (m *RecVideoInfo) Reset()

func (*RecVideoInfo) Size

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

func (*RecVideoInfo) String

func (this *RecVideoInfo) String() string

func (*RecVideoInfo) Unmarshal

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

type SaveVideoRequest

type SaveVideoRequest struct {
	List []*VideoESInfo `protobuf:"bytes,1,rep,name=list" json:"list" form:"list" validate:"required"`
}

func (*SaveVideoRequest) Descriptor

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

func (*SaveVideoRequest) Marshal

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

func (*SaveVideoRequest) MarshalTo

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

func (*SaveVideoRequest) ProtoMessage

func (*SaveVideoRequest) ProtoMessage()

func (*SaveVideoRequest) Reset

func (m *SaveVideoRequest) Reset()

func (*SaveVideoRequest) Size

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

func (*SaveVideoRequest) String

func (this *SaveVideoRequest) String() string

func (*SaveVideoRequest) Unmarshal

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

type SaveVideoResponse

type SaveVideoResponse struct {
}

func (*SaveVideoResponse) Descriptor

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

func (*SaveVideoResponse) Marshal

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

func (*SaveVideoResponse) MarshalTo

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

func (*SaveVideoResponse) ProtoMessage

func (*SaveVideoResponse) ProtoMessage()

func (*SaveVideoResponse) Reset

func (m *SaveVideoResponse) Reset()

func (*SaveVideoResponse) Size

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

func (*SaveVideoResponse) String

func (this *SaveVideoResponse) String() string

func (*SaveVideoResponse) Unmarshal

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

type SearchClient

type SearchClient interface {
	SaveVideo(ctx context.Context, in *SaveVideoRequest, opts ...grpc.CallOption) (*SaveVideoResponse, error)
	VideoData(ctx context.Context, in *VideoDataRequest, opts ...grpc.CallOption) (*VideoDataResponse, error)
	RecVideoData(ctx context.Context, in *RecVideoDataRequest, opts ...grpc.CallOption) (*RecVideoDataResponse, error)
	ESVideoData(ctx context.Context, in *ESVideoDataRequest, opts ...grpc.CallOption) (*ESVideoDataResponse, error)
	DelVideoBySVID(ctx context.Context, in *DelVideoBySVIDRequest, opts ...grpc.CallOption) (*DelVideoBySVIDResponse, error)
}

func NewSearchClient

func NewSearchClient(cc *grpc.ClientConn) SearchClient

type VideoDataRequest

type VideoDataRequest struct {
	Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query" form:"query" validate:"required"`
}

func (*VideoDataRequest) Descriptor

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

func (*VideoDataRequest) Marshal

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

func (*VideoDataRequest) MarshalTo

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

func (*VideoDataRequest) ProtoMessage

func (*VideoDataRequest) ProtoMessage()

func (*VideoDataRequest) Reset

func (m *VideoDataRequest) Reset()

func (*VideoDataRequest) Size

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

func (*VideoDataRequest) String

func (this *VideoDataRequest) String() string

func (*VideoDataRequest) Unmarshal

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

type VideoDataResponse

type VideoDataResponse struct {
	Total int64          `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	List  []*VideoESInfo `protobuf:"bytes,2,rep,name=list" json:"list"`
}

func (*VideoDataResponse) Descriptor

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

func (*VideoDataResponse) Marshal

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

func (*VideoDataResponse) MarshalTo

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

func (*VideoDataResponse) ProtoMessage

func (*VideoDataResponse) ProtoMessage()

func (*VideoDataResponse) Reset

func (m *VideoDataResponse) Reset()

func (*VideoDataResponse) Size

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

func (*VideoDataResponse) String

func (this *VideoDataResponse) String() string

func (*VideoDataResponse) Unmarshal

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

type VideoESInfo

type VideoESInfo struct {
	SVID               int64          `protobuf:"varint,1,opt,name=svid,proto3" json:"svid" form:"svid"`
	Title              string         `protobuf:"bytes,2,opt,name=title,proto3" json:"title" form:"title"`
	Content            string         `protobuf:"bytes,3,opt,name=content,proto3" json:"content" form:"content"`
	MID                int64          `protobuf:"varint,4,opt,name=mid,proto3" json:"mid" form:"mid"`
	CID                int64          `protobuf:"varint,5,opt,name=cid,proto3" json:"cid" form:"cid"`
	Pubtime            int64          `protobuf:"varint,6,opt,name=pubtime,proto3" json:"pubtime" form:"pubtime"`
	Ctime              int64          `protobuf:"varint,7,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	Mtime              int64          `protobuf:"varint,8,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	Duration           int64          `protobuf:"varint,9,opt,name=duration,proto3" json:"duration" form:"duration"`
	Original           int64          `protobuf:"varint,10,opt,name=original,proto3" json:"original" form:"original"`
	State              int64          `protobuf:"varint,11,opt,name=state,proto3" json:"state" form:"state"`
	VerID              int64          `protobuf:"varint,12,opt,name=ver_id,json=verId,proto3" json:"ver_id" form:"ver_id"`
	Ver                string         `protobuf:"bytes,13,opt,name=ver,proto3" json:"ver" form:"ver"`
	From               int64          `protobuf:"varint,14,opt,name=from,proto3" json:"from" form:"from"`
	AVID               int64          `protobuf:"varint,15,opt,name=avid,proto3" json:"avid" form:"avid"`
	Tid                int64          `protobuf:"varint,16,opt,name=tid,proto3" json:"tid" form:"tid"`
	SubTid             int64          `protobuf:"varint,17,opt,name=sub_tid,json=subTid,proto3" json:"sub_tid" form:"sub_tid"`
	Score              int64          `protobuf:"varint,18,opt,name=score,proto3" json:"score" form:"score"`
	RoughScore         int64          `protobuf:"varint,19,opt,name=rough_score,json=roughScore,proto3" json:"rough_score" form:"rough_score"`
	Tags               []*VideoESTags `protobuf:"bytes,20,rep,name=tags" json:"tags" form:"tags"`
	PlayHive           int64          `protobuf:"varint,21,opt,name=play_hive,json=playHive,proto3" json:"play_hive" form:"play_hive"`
	FavHive            int64          `protobuf:"varint,22,opt,name=fav_hive,json=favHive,proto3" json:"fav_hive" form:"fav_hive"`
	CoinHive           int64          `protobuf:"varint,23,opt,name=coin_hive,json=coinHive,proto3" json:"coin_hive" form:"coin_hive"`
	SubtitlesHive      int64          `protobuf:"varint,24,opt,name=subtitles_hive,json=subtitlesHive,proto3" json:"subtitles_hive" form:"subtitles_hive"`
	LikesHive          int64          `protobuf:"varint,25,opt,name=likes_hive,json=likesHive,proto3" json:"likes_hive" form:"likes_hive"`
	ShareHive          int64          `protobuf:"varint,26,opt,name=share_hive,json=shareHive,proto3" json:"share_hive" form:"share_hive"`
	ReportHive         int64          `protobuf:"varint,27,opt,name=report_hive,json=reportHive,proto3" json:"report_hive" form:"report_hive"`
	DurationDailyHive  int64          `` /* 133-byte string literal not displayed */
	DurationAllHive    int64          `protobuf:"varint,29,opt,name=duration_all_hive,json=durationAllHive,proto3" json:"duration_all_hive" form:"duration_all_hive"`
	ReplyHive          int64          `protobuf:"varint,30,opt,name=reply_hive,json=replyHive,proto3" json:"reply_hive" form:"reply_hive"`
	ShareDailyHive     int64          `protobuf:"varint,31,opt,name=share_daily_hive,json=shareDailyHive,proto3" json:"share_daily_hive" form:"share_daily_hive"`
	PlayDailyHive      int64          `protobuf:"varint,32,opt,name=play_daily_hive,json=playDailyHive,proto3" json:"play_daily_hive" form:"play_daily_hive"`
	SubtitlesDailyHive int64          `` /* 137-byte string literal not displayed */
	LikesDailyHive     int64          `protobuf:"varint,34,opt,name=likes_daily_hive,json=likesDailyHive,proto3" json:"likes_daily_hive" form:"likes_daily_hive"`
	FavDailyHive       int64          `protobuf:"varint,35,opt,name=fav_daily_hive,json=favDailyHive,proto3" json:"fav_daily_hive" form:"fav_daily_hive"`
	ReplyDailyHive     int64          `protobuf:"varint,36,opt,name=reply_daily_hive,json=replyDailyHive,proto3" json:"reply_daily_hive" form:"reply_daily_hive"`
	AccessHive         int64          `protobuf:"varint,37,opt,name=access_hive,json=accessHive,proto3" json:"access_hive" form:"access_hive"`
	Play               int64          `protobuf:"varint,38,opt,name=play,proto3" json:"play" form:"play"`
	Subtitles          int64          `protobuf:"varint,39,opt,name=subtitles,proto3" json:"subtitles" form:"subtitles"`
	Like               int64          `protobuf:"varint,40,opt,name=like,proto3" json:"like" form:"like"`
	Share              int64          `protobuf:"varint,41,opt,name=share,proto3" json:"share" form:"share"`
	Report             int64          `protobuf:"varint,42,opt,name=report,proto3" json:"report" form:"report"`
	SimilarID          []int64        `protobuf:"varint,43,rep,packed,name=similar_id,json=similarId" json:"similar_id" form:"similar_id"`
	ISFullScreen       int64          `protobuf:"varint,44,opt,name=is_full_screen,json=isFullScreen,proto3" json:"is_full_screen" form:"is_full_screen"`
}

func (*VideoESInfo) Descriptor

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

func (*VideoESInfo) Marshal

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

func (*VideoESInfo) MarshalTo

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

func (*VideoESInfo) ProtoMessage

func (*VideoESInfo) ProtoMessage()

func (*VideoESInfo) Reset

func (m *VideoESInfo) Reset()

func (*VideoESInfo) Size

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

func (*VideoESInfo) String

func (this *VideoESInfo) String() string

func (*VideoESInfo) Unmarshal

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

type VideoESTags

type VideoESTags struct {
	ID   int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id" form:"id"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" form:"name"`
	Type int64  `protobuf:"varint,3,opt,name=type,proto3" json:"type" form:"type"`
}

func (*VideoESTags) Descriptor

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

func (*VideoESTags) Marshal

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

func (*VideoESTags) MarshalTo

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

func (*VideoESTags) ProtoMessage

func (*VideoESTags) ProtoMessage()

func (*VideoESTags) Reset

func (m *VideoESTags) Reset()

func (*VideoESTags) Size

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

func (*VideoESTags) String

func (this *VideoESTags) String() string

func (*VideoESTags) Unmarshal

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

Jump to

Keyboard shortcuts

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