Documentation ¶
Index ¶
- Constants
- Variables
- type ApiAuthController
- type BaseController
- func (this *BaseController) DebugLog(message string)
- func (this *BaseController) ErrorLog(message string)
- func (this *BaseController) InfoLog(message string)
- func (this *BaseController) Prepare()
- func (this *BaseController) RecordLog(message string, level int)
- func (this *BaseController) SetPaginator(per int, nums int64) *utils.Paginator
- func (this *BaseController) WarningLog(message string)
- type ConfigureController
- type ContactController
- type GroupController
- type JsonResponse
- type LogController
- type LoginController
- type MainController
- func (this *MainController) Default()
- func (this *MainController) GetActiveProjectRank()
- func (this *MainController) GetContact()
- func (this *MainController) GetMyProjectCount()
- func (this *MainController) GetPublishData()
- func (this *MainController) Index()
- func (this *MainController) ServerStatus()
- type NodeController
- type NodesController
- func (this *NodesController) Add()
- func (this *NodesController) Delete()
- func (this *NodesController) Edit()
- func (this *NodesController) ImportNode()
- func (this *NodesController) List()
- func (this *NodesController) Modify()
- func (this *NodesController) Node()
- func (this *NodesController) Remove()
- func (this *NodesController) Save()
- type NoticeController
- type ProfileController
- type ProjectController
- func (this *ProjectController) Add()
- func (this *ProjectController) Config()
- func (this *ProjectController) ConfigSave()
- func (this *ProjectController) Copy()
- func (this *ProjectController) Delete()
- func (this *ProjectController) Edit()
- func (this *ProjectController) Info()
- func (this *ProjectController) List()
- func (this *ProjectController) Modify()
- func (this *ProjectController) Node()
- func (this *ProjectController) NodeSave()
- func (this *ProjectController) Save()
- type PublishController
- func (this *PublishController) DoPublish()
- func (this *PublishController) DoReset()
- func (this *PublishController) History()
- func (this *PublishController) Info()
- func (this *PublishController) Project()
- func (this *PublishController) Publish()
- func (this *PublishController) Reset()
- func (this *PublishController) TaskLog()
- type StatisticsController
- type TaskController
- type TaskLogController
- type UserController
Constants ¶
View Source
const ( TASKLOG_STATUS_FINISH = "2" TASKLOG_SUCCESS = "1" )
Variables ¶
View Source
var Version string
Functions ¶
This section is empty.
Types ¶
type ApiAuthController ¶
type ApiAuthController struct {
BaseController
}
func (*ApiAuthController) Add ¶
func (this *ApiAuthController) Add()
func (*ApiAuthController) Edit ¶
func (this *ApiAuthController) Edit()
func (*ApiAuthController) List ¶
func (this *ApiAuthController) List()
func (*ApiAuthController) Save ¶
func (this *ApiAuthController) Save()
type BaseController ¶
type BaseController struct { beego.Controller UserID string User map[string]string }
func (*BaseController) DebugLog ¶
func (this *BaseController) DebugLog(message string)
func (*BaseController) ErrorLog ¶
func (this *BaseController) ErrorLog(message string)
func (*BaseController) InfoLog ¶
func (this *BaseController) InfoLog(message string)
func (*BaseController) RecordLog ¶
func (this *BaseController) RecordLog(message string, level int)
insert action log
func (*BaseController) SetPaginator ¶
func (this *BaseController) SetPaginator(per int, nums int64) *utils.Paginator
paginator
func (*BaseController) WarningLog ¶
func (this *BaseController) WarningLog(message string)
type ConfigureController ¶
type ConfigureController struct {
BaseController
}
func (*ConfigureController) AddEmailConfig ¶
func (this *ConfigureController) AddEmailConfig()
添加邮件配置
type ContactController ¶
type ContactController struct {
BaseController
}
type GroupController ¶
type GroupController struct {
BaseController
}
type JsonResponse ¶
type LogController ¶
type LogController struct {
BaseController
}
type LoginController ¶
type LoginController struct {
BaseController
}
func (*LoginController) Captcha ¶
func (this *LoginController) Captcha()
func (*LoginController) Index ¶
func (this *LoginController) Index()
type MainController ¶
type MainController struct {
BaseController
}
func (*MainController) Default ¶
func (this *MainController) Default()
func (*MainController) GetActiveProjectRank ¶
func (this *MainController) GetActiveProjectRank()
ajax 获取活跃项目排行榜
func (*MainController) GetMyProjectCount ¶
func (this *MainController) GetMyProjectCount()
ajax 获取我的项目总数
func (*MainController) Index ¶
func (this *MainController) Index()
type NodeController ¶
type NodeController struct {
BaseController
}
type NodesController ¶
type NodesController struct {
BaseController
}
type NoticeController ¶
type NoticeController struct {
BaseController
}
type ProfileController ¶
type ProfileController struct {
BaseController
}
type ProjectController ¶
type ProjectController struct {
BaseController
}
type PublishController ¶
type PublishController struct {
BaseController
}
type StatisticsController ¶
type StatisticsController struct {
BaseController
}
func (*StatisticsController) Statistics ¶
func (this *StatisticsController) Statistics()
type TaskController ¶
type TaskController struct {
BaseController
}
func (*TaskController) Center ¶
func (this *TaskController) Center()
func (*TaskController) GetExcutingTask ¶
func (this *TaskController) GetExcutingTask()
func (*TaskController) GetTaskLog ¶
func (this *TaskController) GetTaskLog()
func (*TaskController) GetTaskLogByProjectId ¶
func (this *TaskController) GetTaskLogByProjectId()
func (*TaskController) Node ¶
func (this *TaskController) Node()
func (*TaskController) Task ¶
func (this *TaskController) Task()
type TaskLogController ¶
type TaskLogController struct {
BaseController
}
type UserController ¶
type UserController struct {
BaseController
}
func (*UserController) Delete ¶
func (this *UserController) Delete()
Click to show internal directories.
Click to hide internal directories.