Versions in this module Expand all Collapse all v1 v1.3.1 May 23, 2018 Changes in this version + func RecursiveFun(parent_id int, prefix, dpath string, this *DocumentController, ...) + type AccountController struct + func (this *AccountController) Bind() + func (this *AccountController) Captcha() + func (this *AccountController) FindPassword() + func (this *AccountController) Login() + func (this *AccountController) Logout() + func (this *AccountController) Note() + func (this *AccountController) Oauth() + func (this *AccountController) ValidEmail() + type BaseController struct + EnableAnonymous bool + EnableDocumentHistory bool + Member *models.Member + Option map[string]string + OssDomain string + Sitename string + func (this *BaseController) BaseUrl() string + func (this *BaseController) Crawl() + func (this *BaseController) ExecuteViewPathTemplate(tplName string, data interface{}) (string, error) + func (this *BaseController) GetSeoByPage(page string, defSeo map[string]string) + func (this *BaseController) JsonResult(errCode int, errMsg string, data ...interface{}) + func (this *BaseController) Prepare() + func (this *BaseController) Search() + func (this *BaseController) SetFollow() + func (this *BaseController) SetMember(member models.Member) + func (this *BaseController) ShowErrorPage(errCode int, errMsg string) + func (this *BaseController) Sitemap() + func (this *BaseController) StaticFile() + type BookController struct + func (this *BookController) Comment() + func (this *BookController) Create() + func (this *BookController) CreateToken() + func (this *BookController) Dashboard() + func (this *BookController) Delete() + func (this *BookController) DownloadProject() + func (this *BookController) Generate() + func (this *BookController) Index() + func (this *BookController) IsPermission() (*models.BookResult, error) + func (this *BookController) PrivatelyOwned() + func (this *BookController) Release() + func (this *BookController) SaveBook() + func (this *BookController) SaveSort() + func (this *BookController) Score() + func (this *BookController) Setting() + func (this *BookController) Star() + func (this *BookController) Transfer() + func (this *BookController) UploadCover() + func (this *BookController) UploadProject() + func (this *BookController) Users() + type BookMemberController struct + func (this *BookMemberController) AddMember() + func (this *BookMemberController) ChangeRole() + func (this *BookMemberController) IsPermission() (*models.BookResult, error) + func (this *BookMemberController) RemoveMember() + type BookmarkController struct + func (this *BookmarkController) Bookmark() + func (this *BookmarkController) List() + func (this *BookmarkController) Prepare() + type CateController struct + func (this *CateController) List() + type CommentController struct + func (c *CommentController) Create() + func (c *CommentController) Index() + func (c *CommentController) Lists() + type CookieRemember struct + Account string + MemberId int + Time time.Time + type DocumentController struct + func (this *DocumentController) Compare() + func (this *DocumentController) Content() + func (this *DocumentController) Create() + func (this *DocumentController) CreateMulti() + func (this *DocumentController) Delete() + func (this *DocumentController) DeleteHistory() + func (this *DocumentController) DownloadAttachment() + func (this *DocumentController) Edit() + func (this *DocumentController) Export() + func (this *DocumentController) History() + func (this *DocumentController) Index() + func (this *DocumentController) QrCode() + func (this *DocumentController) Read() + func (this *DocumentController) RemoveAttachment() + func (this *DocumentController) RestoreHistory() + func (this *DocumentController) Search() + func (this *DocumentController) Upload() + type ErrorController struct + func (this *ErrorController) Error403() + func (this *ErrorController) Error404() + func (this *ErrorController) Error500() + type HomeController struct + func (this *HomeController) Index() + type LabelController struct + func (this *LabelController) Index() + func (this *LabelController) List() + func (this *LabelController) Prepare() + type LocalhostController struct + func (this *LocalhostController) RenderMarkdown() + type ManagerController struct + func (this *ManagerController) AddFriendlink() + func (this *ManagerController) AttachDelete() + func (this *ManagerController) AttachDetailed() + func (this *ManagerController) AttachList() + func (this *ManagerController) Books() + func (this *ManagerController) Category() + func (this *ManagerController) ChangeMemberRole() + func (this *ManagerController) Comments() + func (this *ManagerController) CreateMember() + func (this *ManagerController) CreateToken() + func (this *ManagerController) DelCate() + func (this *ManagerController) DelFriendlink() + func (this *ManagerController) DeleteBook() + func (this *ManagerController) DeleteComment() + func (this *ManagerController) DeleteMember() + func (this *ManagerController) EditBook() + func (this *ManagerController) EditMember() + func (this *ManagerController) FriendLink() + func (this *ManagerController) Index() + func (this *ManagerController) Prepare() + func (this *ManagerController) PrivatelyOwned() + func (this *ManagerController) Seo() + func (this *ManagerController) Setting() + func (this *ManagerController) Sitemap() + func (this *ManagerController) Transfer() + func (this *ManagerController) UpdateBookSort() + func (this *ManagerController) UpdateCate() + func (this *ManagerController) UpdateCateIcon() + func (this *ManagerController) UpdateFriendlink() + func (this *ManagerController) UpdateMemberStatus() + func (this *ManagerController) Users() + type RecordController struct + func (this *RecordController) Clear() + func (this *RecordController) Delete() + func (this *RecordController) List() + func (this *RecordController) Prepare() + type SearchController struct + func (this *SearchController) Index() + type SettingController struct + func (this *SettingController) Index() + func (this *SettingController) Password() + func (this *SettingController) Qrcode() + func (this *SettingController) Star() + func (this *SettingController) Upload() + type Sort struct + Id int + Identify string + Pid int + SortOrder int + type UserController struct + UcenterMember models.Member + func (this *UserController) Collection() + func (this *UserController) Fans() + func (this *UserController) Follow() + func (this *UserController) Index() + func (this *UserController) NoteList() + func (this *UserController) Prepare()