Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Admin is globally public accessible object for table admin operations. Admin = adminDao{ internal.NewAdminDao(), } )
View Source
var ( // Article is globally public accessible object for table article operations. Article = articleDao{ internal.NewArticleDao(), } )
View Source
var ( // ArticleGrp is globally public accessible object for table article_grp operations. ArticleGrp = articleGrpDao{ internal.NewArticleGrpDao(), } )
View Source
var ( // Link is globally public accessible object for table link operations. Link = linkDao{ internal.NewLinkDao(), } )
View Source
var ( // Reading is globally public accessible object for table reading operations. Reading = readingDao{ internal.NewReadingDao(), } )
View Source
var ( // Reply is globally public accessible object for table reply operations. Reply = replyDao{ internal.NewReplyDao(), } )
View Source
var ( // Sentence is globally public accessible object for table sentence operations. Sentence = sentenceDao{ internal.NewSentenceDao(), } )
View Source
var ( // SentenceTag is globally public accessible object for table sentence_tag operations. SentenceTag = sentenceTagDao{ internal.NewSentenceTagDao(), } )
View Source
var ( // Tag is globally public accessible object for table tag operations. Tag = tagDao{ internal.NewTagDao(), } )
View Source
var ( // TagGrp is globally public accessible object for table tag_grp operations. TagGrp = tagGrpDao{ internal.NewTagGrpDao(), } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.