Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AnchorInfo is a globally accessible object for table anchor_info operations. AnchorInfo = anchorInfoDao{internal.NewAnchorInfoDao()} )
View Source
var ( // AnchorInfoHistory is a globally accessible object for table anchor_info_history operations. AnchorInfoHistory = anchorInfoHistoryDao{internal.NewAnchorInfoHistoryDao()} )
View Source
var ( // LiveCookie is a globally accessible object for table live_cookie operations. LiveCookie = liveCookieDao{internal.NewLiveCookieDao()} )
View Source
var ( // LiveHistory is a globally accessible object for table live_history operations. LiveHistory = liveHistoryDao{internal.NewLiveHistoryDao()} )
View Source
var ( // LiveManage is a globally accessible object for table live_manage operations. LiveManage = liveManageDao{internal.NewLiveManageDao()} )
View Source
var ( // LiveRoomInfo is a globally accessible object for table live_room_info operations. LiveRoomInfo = liveRoomInfoDao{internal.NewLiveRoomInfoDao()} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.