Documentation
¶
Index ¶
- func AddAbbreviate(toAddAbbreviate model.GqaPluginXtkfkAbbreviate, username string) (err error)
- func AddDocument(toAddDocument model.GqaPluginXtkfkDocument, username string) (err error)
- func AddDownload(toAddDownload model.GqaPluginXtkfkDownload, username string) (err error)
- func AddHonour(toAddHonour model.GqaPluginXtkfkHonour, username string) (err error)
- func AddNews(toAddNews model.GqaPluginXtkfkNews, username string) (err error)
- func AddProject(toAddProject model.GqaPluginXtkfkProject, username string) (err error)
- func DeleteAbbreviateById(id uint, username string) (err error)
- func DeleteDocumentById(id uint, username string) (err error)
- func DeleteDownloadById(id uint, username string) (err error)
- func DeleteHonourById(id uint, username string) (err error)
- func DeleteNewsById(id uint, username string) (err error)
- func DeleteProjectById(id uint, username string) (err error)
- func EditAbbreviate(toEditAbbreviate model.GqaPluginXtkfkAbbreviate, username string) (err error)
- func EditDocument(toEditDocument model.GqaPluginXtkfkDocument, username string) (err error)
- func EditDownload(toEditDownload model.GqaPluginXtkfkDownload, username string) (err error)
- func EditHonour(toEditHonour model.GqaPluginXtkfkHonour, username string) (err error)
- func EditNews(toEditNews model.GqaPluginXtkfkNews, username string) (err error)
- func EditProject(toEditProject model.GqaPluginXtkfkProject, username string) (err error)
- func EditProjectDetail(toEditProjectDetail model.RequestEditProjectDetail) (err error)
- func GetAbbreviateList(getAbbreviateList model.RequestGetAbbreviateList, username string) (err error, document []model.GqaPluginXtkfkAbbreviate, total int64)
- func GetDocumentList(getDocumentList model.RequestGetDocumentList, username string) (err error, document []model.GqaPluginXtkfkDocument, total int64)
- func GetDownloadList(getDownloadList model.RequestGetDownloadList, username string) (err error, download []model.GqaPluginXtkfkDownload, total int64)
- func GetHonourList(getHonourList model.RequestGetHonourList, username string) (err error, honour []model.GqaPluginXtkfkHonour, total int64)
- func GetNewsList(getNewsList model.RequestGetNewsList, username string) (err error, news []model.GqaPluginXtkfkNews, total int64)
- func GetProjectList(getProjectList model.RequestGetProjectList, username string) (err error, project []model.GqaPluginXtkfkProject, total int64)
- func QueryAbbreviateById(id uint, username string) (err error, documentInfo model.GqaPluginXtkfkAbbreviate)
- func QueryDocumentById(id uint, username string) (err error, documentInfo model.GqaPluginXtkfkDocument)
- func QueryDownloadById(id uint, username string) (err error, downloadInfo model.GqaPluginXtkfkDownload)
- func QueryHonourById(id uint, username string) (err error, honourInfo model.GqaPluginXtkfkHonour)
- func QueryNewsById(id uint, username string) (err error, newsInfo model.GqaPluginXtkfkNews)
- func QueryProjectById(id uint, username string) (err error, projectInfo model.GqaPluginXtkfkProject)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAbbreviate ¶
func AddAbbreviate(toAddAbbreviate model.GqaPluginXtkfkAbbreviate, username string) (err error)
func AddDocument ¶
func AddDocument(toAddDocument model.GqaPluginXtkfkDocument, username string) (err error)
func AddDownload ¶
func AddDownload(toAddDownload model.GqaPluginXtkfkDownload, username string) (err error)
func AddHonour ¶
func AddHonour(toAddHonour model.GqaPluginXtkfkHonour, username string) (err error)
func AddProject ¶
func AddProject(toAddProject model.GqaPluginXtkfkProject, username string) (err error)
func DeleteAbbreviateById ¶
func DeleteDocumentById ¶
func DeleteDownloadById ¶
func DeleteHonourById ¶
func DeleteNewsById ¶
func DeleteProjectById ¶
func EditAbbreviate ¶
func EditAbbreviate(toEditAbbreviate model.GqaPluginXtkfkAbbreviate, username string) (err error)
func EditDocument ¶
func EditDocument(toEditDocument model.GqaPluginXtkfkDocument, username string) (err error)
func EditDownload ¶
func EditDownload(toEditDownload model.GqaPluginXtkfkDownload, username string) (err error)
func EditHonour ¶
func EditHonour(toEditHonour model.GqaPluginXtkfkHonour, username string) (err error)
func EditProject ¶
func EditProject(toEditProject model.GqaPluginXtkfkProject, username string) (err error)
func EditProjectDetail ¶
func EditProjectDetail(toEditProjectDetail model.RequestEditProjectDetail) (err error)
func GetAbbreviateList ¶
func GetAbbreviateList(getAbbreviateList model.RequestGetAbbreviateList, username string) (err error, document []model.GqaPluginXtkfkAbbreviate, total int64)
func GetDocumentList ¶
func GetDocumentList(getDocumentList model.RequestGetDocumentList, username string) (err error, document []model.GqaPluginXtkfkDocument, total int64)
func GetDownloadList ¶
func GetDownloadList(getDownloadList model.RequestGetDownloadList, username string) (err error, download []model.GqaPluginXtkfkDownload, total int64)
func GetHonourList ¶
func GetHonourList(getHonourList model.RequestGetHonourList, username string) (err error, honour []model.GqaPluginXtkfkHonour, total int64)
func GetNewsList ¶
func GetNewsList(getNewsList model.RequestGetNewsList, username string) (err error, news []model.GqaPluginXtkfkNews, total int64)
func GetProjectList ¶
func GetProjectList(getProjectList model.RequestGetProjectList, username string) (err error, project []model.GqaPluginXtkfkProject, total int64)
func QueryAbbreviateById ¶
func QueryAbbreviateById(id uint, username string) (err error, documentInfo model.GqaPluginXtkfkAbbreviate)
func QueryDocumentById ¶
func QueryDocumentById(id uint, username string) (err error, documentInfo model.GqaPluginXtkfkDocument)
func QueryDownloadById ¶
func QueryDownloadById(id uint, username string) (err error, downloadInfo model.GqaPluginXtkfkDownload)
func QueryHonourById ¶
func QueryHonourById(id uint, username string) (err error, honourInfo model.GqaPluginXtkfkHonour)
func QueryNewsById ¶
func QueryNewsById(id uint, username string) (err error, newsInfo model.GqaPluginXtkfkNews)
func QueryProjectById ¶
func QueryProjectById(id uint, username string) (err error, projectInfo model.GqaPluginXtkfkProject)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.