Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseInfoRes ¶
type BaseInfoRes struct { util.CommonErrorExtra Data BaseInfo `json:"data"` }
type ExternalVideo ¶
Video 视频
type Externaldata ¶
Externaldata 数据开放服务.
func NewExternaldata ¶
func NewExternaldata(context *context.Context) *Externaldata
NewExternaldata .
type LikeInfo ¶
type LikeInfo struct { util.CommonError ResultList []struct { Date string `json:"date"` Like int64 `json:"like"` } `json:"result_list"` }
type LikeInfoRes ¶
type LikeInfoRes struct { util.CommonErrorExtra Data LikeInfo `json:"data"` }
Click to show internal directories.
Click to hide internal directories.