Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnchorInfo ¶ added in v0.0.3
type AnchorInfo struct {
g.Meta `orm:"table:anchor_info, do:true"`
Id interface{} //
AnchorName interface{} //
Url interface{} //
Signature interface{} //
Platform interface{} //
UniqueId interface{} //
FollowerCount interface{} //
FollowingCount interface{} //
LikeCount interface{} //
VideoCount interface{} //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
}
AnchorInfo is the golang structure of table anchor_info for DAO operations like Where/Data.
type AnchorInfoHistory ¶ added in v0.0.3
type AnchorInfoHistory struct {
g.Meta `orm:"table:anchor_info_history, do:true"`
Id interface{} //
AnchorId interface{} //
AnchorName interface{} //
Signature interface{} //
FollowerCount interface{} //
FollowingCount interface{} //
LikeCount interface{} //
VideoCount interface{} //
CollectedDate interface{} //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
}
AnchorInfoHistory is the golang structure of table anchor_info_history for DAO operations like Where/Data.
type LiveCookie ¶
type LiveCookie struct {
g.Meta `orm:"table:live_cookie, do:true"`
Id interface{} //
Platform interface{} //
Cookie interface{} //
Remark interface{} //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
}
LiveCookie is the golang structure of table live_cookie for DAO operations like Where/Data.
type LiveHistory ¶
type LiveHistory struct {
g.Meta `orm:"table:live_history, do:true"`
Id interface{} //
LiveId interface{} //
Anchor interface{} //
StartedAt *gtime.Time //
EndedAt *gtime.Time //
Duration interface{} //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
IsDelete interface{} //
}
LiveHistory is the golang structure of table live_history for DAO operations like Where/Data.
type LiveManage ¶
type LiveManage struct {
g.Meta `orm:"table:live_manage, do:true"`
Id any //
RoomUrl any //
Interval any //
Format any //
MonitorType any //
MonitorStartAt any //
MonitorStopAt any //
Remark any //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
Quality any //
SegmentTime any //
MonitorOnly any //
}
LiveManage is the golang structure of table live_manage for DAO operations like Where/Data.
type LiveRoomInfo ¶
type LiveRoomInfo struct {
g.Meta `orm:"table:live_room_info, do:true"`
Id any //
LiveId any //
RoomName any //
Anchor any //
Platform any //
Status any //
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
IsTop any //
ToppedAt *gtime.Time //
}
LiveRoomInfo is the golang structure of table live_room_info for DAO operations like Where/Data.
Click to show internal directories.
Click to hide internal directories.