Documentation ¶
Index ¶
- type AuthController
- type BaseController
- type ConfigController
- type ContactController
- type EmailController
- type LinkController
- type LogController
- type MainController
- type PrivilegeController
- type ProfileController
- func (this *ProfileController) Activity()
- func (this *ProfileController) Edit()
- func (this *ProfileController) FollowDoc()
- func (this *ProfileController) FollowUser()
- func (this *ProfileController) Info()
- func (this *ProfileController) Modify()
- func (this *ProfileController) Password()
- func (this *ProfileController) SavePass()
- type RoleController
- func (this *RoleController) Add()
- func (this *RoleController) Delete()
- func (this *RoleController) Edit()
- func (this *RoleController) GrantPrivilege()
- func (this *RoleController) List()
- func (this *RoleController) Modify()
- func (this *RoleController) Privilege()
- func (this *RoleController) ResetUser()
- func (this *RoleController) Save()
- func (this *RoleController) User()
- type SpaceController
- type Space_UserController
- type StaticController
- func (this *StaticController) CollectDocRank()
- func (this *StaticController) Default()
- func (this *StaticController) DocCountByTime()
- func (this *StaticController) Monitor()
- func (this *StaticController) ServerStatus()
- func (this *StaticController) ServerTime()
- func (this *StaticController) SpaceDocsRank()
- type TagController
- type UserController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct {
BaseController
}
func (*AuthController) Add ¶
func (this *AuthController) Add()
func (*AuthController) Delete ¶
func (this *AuthController) Delete()
func (*AuthController) Doc ¶
func (this *AuthController) Doc()
func (*AuthController) Edit ¶
func (this *AuthController) Edit()
func (*AuthController) List ¶
func (this *AuthController) List()
func (*AuthController) Modify ¶
func (this *AuthController) Modify()
func (*AuthController) Save ¶
func (this *AuthController) Save()
func (*AuthController) Used ¶
func (this *AuthController) Used()
type BaseController ¶
type BaseController struct {
controllers.TemplateController
}
type ConfigController ¶
type ConfigController struct {
BaseController
}
func (*ConfigController) Global ¶
func (this *ConfigController) Global()
func (*ConfigController) Modify ¶
func (this *ConfigController) Modify()
type ContactController ¶
type ContactController struct {
BaseController
}
func (*ContactController) Add ¶
func (this *ContactController) Add()
func (*ContactController) Delete ¶
func (this *ContactController) Delete()
func (*ContactController) Edit ¶
func (this *ContactController) Edit()
func (*ContactController) List ¶
func (this *ContactController) List()
func (*ContactController) Modify ¶
func (this *ContactController) Modify()
func (*ContactController) Save ¶
func (this *ContactController) Save()
type EmailController ¶
type EmailController struct {
BaseController
}
func (*EmailController) Add ¶
func (this *EmailController) Add()
func (*EmailController) Delete ¶
func (this *EmailController) Delete()
func (*EmailController) Edit ¶
func (this *EmailController) Edit()
func (*EmailController) List ¶
func (this *EmailController) List()
func (*EmailController) Modify ¶
func (this *EmailController) Modify()
func (*EmailController) Save ¶
func (this *EmailController) Save()
func (*EmailController) Test ¶
func (this *EmailController) Test()
func (*EmailController) Used ¶
func (this *EmailController) Used()
type LinkController ¶
type LinkController struct {
BaseController
}
func (*LinkController) Add ¶
func (this *LinkController) Add()
func (*LinkController) Delete ¶
func (this *LinkController) Delete()
func (*LinkController) Edit ¶
func (this *LinkController) Edit()
func (*LinkController) List ¶
func (this *LinkController) List()
func (*LinkController) Modify ¶
func (this *LinkController) Modify()
func (*LinkController) Save ¶
func (this *LinkController) Save()
type LogController ¶
type LogController struct {
BaseController
}
func (*LogController) Document ¶
func (this *LogController) Document()
func (*LogController) Info ¶
func (this *LogController) Info()
func (*LogController) System ¶
func (this *LogController) System()
type MainController ¶
type MainController struct {
BaseController
}
func (*MainController) Default ¶
func (this *MainController) Default()
func (*MainController) Index ¶
func (this *MainController) Index()
type PrivilegeController ¶
type PrivilegeController struct {
BaseController
}
func (*PrivilegeController) Add ¶
func (this *PrivilegeController) Add()
func (*PrivilegeController) Delete ¶
func (this *PrivilegeController) Delete()
func (*PrivilegeController) Edit ¶
func (this *PrivilegeController) Edit()
func (*PrivilegeController) List ¶
func (this *PrivilegeController) List()
func (*PrivilegeController) Modify ¶
func (this *PrivilegeController) Modify()
func (*PrivilegeController) Save ¶
func (this *PrivilegeController) Save()
type ProfileController ¶
type ProfileController struct {
BaseController
}
func (*ProfileController) Activity ¶
func (this *ProfileController) Activity()
func (*ProfileController) Edit ¶
func (this *ProfileController) Edit()
func (*ProfileController) FollowDoc ¶
func (this *ProfileController) FollowDoc()
func (*ProfileController) FollowUser ¶
func (this *ProfileController) FollowUser()
func (*ProfileController) Info ¶
func (this *ProfileController) Info()
func (*ProfileController) Modify ¶
func (this *ProfileController) Modify()
func (*ProfileController) Password ¶
func (this *ProfileController) Password()
func (*ProfileController) SavePass ¶
func (this *ProfileController) SavePass()
type RoleController ¶
type RoleController struct {
BaseController
}
func (*RoleController) Add ¶
func (this *RoleController) Add()
func (*RoleController) Delete ¶
func (this *RoleController) Delete()
func (*RoleController) Edit ¶
func (this *RoleController) Edit()
func (*RoleController) GrantPrivilege ¶
func (this *RoleController) GrantPrivilege()
func (*RoleController) List ¶
func (this *RoleController) List()
func (*RoleController) Modify ¶
func (this *RoleController) Modify()
func (*RoleController) Privilege ¶
func (this *RoleController) Privilege()
func (*RoleController) ResetUser ¶
func (this *RoleController) ResetUser()
func (*RoleController) Save ¶
func (this *RoleController) Save()
func (*RoleController) User ¶
func (this *RoleController) User()
type SpaceController ¶
type SpaceController struct {
BaseController
}
func (*SpaceController) Add ¶
func (this *SpaceController) Add()
func (*SpaceController) Delete ¶
func (this *SpaceController) Delete()
func (*SpaceController) Download ¶
func (this *SpaceController) Download()
func (*SpaceController) Edit ¶
func (this *SpaceController) Edit()
func (*SpaceController) List ¶
func (this *SpaceController) List()
func (*SpaceController) Member ¶
func (this *SpaceController) Member()
func (*SpaceController) Modify ¶
func (this *SpaceController) Modify()
func (*SpaceController) Save ¶
func (this *SpaceController) Save()
type Space_UserController ¶
type Space_UserController struct {
BaseController
}
func (*Space_UserController) Modify ¶
func (this *Space_UserController) Modify()
func (*Space_UserController) Remove ¶
func (this *Space_UserController) Remove()
func (*Space_UserController) Save ¶
func (this *Space_UserController) Save()
type StaticController ¶
type StaticController struct {
BaseController
}
func (*StaticController) CollectDocRank ¶
func (this *StaticController) CollectDocRank()
func (*StaticController) Default ¶
func (this *StaticController) Default()
func (*StaticController) DocCountByTime ¶
func (this *StaticController) DocCountByTime()
func (*StaticController) Monitor ¶
func (this *StaticController) Monitor()
func (*StaticController) ServerStatus ¶
func (this *StaticController) ServerStatus()
func (*StaticController) ServerTime ¶
func (this *StaticController) ServerTime()
func (*StaticController) SpaceDocsRank ¶
func (this *StaticController) SpaceDocsRank()
type TagController ¶
type TagController struct {
BaseController
}
func (*TagController) Add ¶
func (this *TagController) Add()
func (*TagController) Delete ¶
func (this *TagController) Delete()
func (*TagController) List ¶
func (this *TagController) List()
func (*TagController) Save ¶
func (this *TagController) Save()
type UserController ¶
type UserController struct {
BaseController
}
func (*UserController) Add ¶
func (this *UserController) Add()
func (*UserController) Edit ¶
func (this *UserController) Edit()
func (*UserController) Forbidden ¶
func (this *UserController) Forbidden()
func (*UserController) Info ¶
func (this *UserController) Info()
func (*UserController) List ¶
func (this *UserController) List()
func (*UserController) Modify ¶
func (this *UserController) Modify()
func (*UserController) Recover ¶
func (this *UserController) Recover()
func (*UserController) Save ¶
func (this *UserController) Save()
Click to show internal directories.
Click to hide internal directories.