Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AppInfo is globally public accessible object for table app_info operations. AppInfo = appInfoDao{ internal.NewAppInfoDao(), } )
View Source
var ( // HotComments is globally public accessible object for table hot_comments operations. HotComments = hotCommentsDao{ internal.NewHotCommentsDao(), } )
View Source
var ( // RequestLog is globally public accessible object for table request_log operations. RequestLog = requestLogDao{ internal.NewRequestLogDao(), } )
View Source
var ( // ResponseLog is globally public accessible object for table response_log operations. ResponseLog = responseLogDao{ internal.NewResponseLogDao(), } )
View Source
var ( // Songs is globally public accessible object for table songs operations. Songs = songsDao{ internal.NewSongsDao(), } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.