private_service

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2022 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddDocument

func AddDocument(toAddDocument model.GqaPluginXkDocument, username string) (err error)

func AddDownload

func AddDownload(toAddDownload model.GqaPluginXkDownload, username string) (err error)

func AddHonour

func AddHonour(toAddHonour model.GqaPluginXkHonour, username string) (err error)

func AddNews

func AddNews(toAddNews model.GqaPluginXkNews, username string) (err error)

func AddProject

func AddProject(toAddProject model.GqaPluginXkProject, username string) (err error)

func DeleteDocument

func DeleteDocument(id uint, username string) (err error)

func DeleteDownload

func DeleteDownload(id uint, username string) (err error)

func DeleteHonour

func DeleteHonour(id uint, username string) (err error)

func DeleteNews

func DeleteNews(id uint, username string) (err error)

func DeleteProject

func DeleteProject(id uint, username string) (err error)

func EditDocument

func EditDocument(toEditDocument model.GqaPluginXkDocument, username string) (err error)

func EditDownload

func EditDownload(toEditDownload model.GqaPluginXkDownload, username string) (err error)

func EditHonour

func EditHonour(toEditHonour model.GqaPluginXkHonour, username string) (err error)

func EditNews

func EditNews(toEditNews model.GqaPluginXkNews, username string) (err error)

func EditProject

func EditProject(toEditProject model.GqaPluginXkProject, username string) (err error)

func EditProjectDetail

func EditProjectDetail(toEditProjectDetail model.RequestEditProjectDetail) (err error)

func GetDocumentList

func GetDocumentList(getDocumentList model.RequestDocumentList, username string) (err error, document []model.GqaPluginXkDocument, total int64)

func GetDownloadList

func GetDownloadList(getDownloadList model.RequestDownloadList, username string) (err error, download []model.GqaPluginXkDownload, total int64)

func GetHonourList

func GetHonourList(getHonourList model.RequestHonourList, username string) (err error, honour []model.GqaPluginXkHonour, total int64)

func GetNewsList

func GetNewsList(getNewsList model.RequestNewsList, username string) (err error, news []model.GqaPluginXkNews, total int64)

func GetProjectList

func GetProjectList(getProjectList model.RequestProjectList, username string) (err error, project []model.GqaPluginXkProject, total int64)

func QueryDocumentById

func QueryDocumentById(id uint, username string) (err error, documentInfo model.GqaPluginXkDocument)

func QueryDownloadById

func QueryDownloadById(id uint, username string) (err error, downloadInfo model.GqaPluginXkDownload)

func QueryHonourById

func QueryHonourById(id uint, username string) (err error, honourInfo model.GqaPluginXkHonour)

func QueryNewsById

func QueryNewsById(id uint, username string) (err error, newsInfo model.GqaPluginXkNews)

func QueryProjectById

func QueryProjectById(id uint, username string) (err error, projectInfo model.GqaPluginXkProject)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL