Documentation
¶
Index ¶
- type CommandController
- type DBAController
- type ExampleController
- type FileSystemController
- type HTTPErrorController
- type HelpAboutController
- type ImageController
- type PlansController
- type RepositoriesController
- type SecurityGateController
- type SystemSettingsController
- type TasksController
- type UserSettingsController
- type UsersController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandController ¶
type CommandController struct {
markup.RestController `class:"rest-controller"`
Service service.CommandService `inject:"#command-service"`
}
CommandController 命令控制器
func (*CommandController) Init ¶
func (inst *CommandController) Init(ec glass.EngineConnection) error
Init 初始化命令控制器
type DBAController ¶
type DBAController struct {
markup.Component `class:"rest-controller"`
Service service.DBAService `inject:"#dba-service"`
}
func (*DBAController) Init ¶
func (inst *DBAController) Init(ec glass.EngineConnection) error
type ExampleController ¶
type ExampleController struct {
markup.RestController `class:"rest-controller"`
}
func (*ExampleController) Init ¶
func (inst *ExampleController) Init(ec glass.EngineConnection) error
type FileSystemController ¶
type FileSystemController struct {
markup.RestController `class:"rest-controller"`
Service service.FileSystemService `inject:"#filesystem-service"`
}
FileSystemController 文件系统控制器
func (*FileSystemController) Init ¶
func (inst *FileSystemController) Init(ec0 glass.EngineConnection) error
Init 初始化文件系统控制器
type HTTPErrorController ¶
type HTTPErrorController struct {
markup.RestController `class:"rest-controller"`
}
func (*HTTPErrorController) Init ¶
func (inst *HTTPErrorController) Init(ec glass.EngineConnection) error
type HelpAboutController ¶ added in v0.0.9
type HelpAboutController struct {
markup.RestController `class:"rest-controller"`
}
func (*HelpAboutController) Init ¶ added in v0.0.9
func (inst *HelpAboutController) Init(ec glass.EngineConnection) error
type ImageController ¶ added in v0.0.9
type ImageController struct {
markup.RestController `class:"rest-controller"`
Context application.Context `inject:"context"`
}
func (*ImageController) Init ¶ added in v0.0.9
func (inst *ImageController) Init(ec glass.EngineConnection) error
type PlansController ¶
type PlansController struct {
markup.RestController `class:"rest-controller"`
}
PlansController ...
func (*PlansController) Init ¶
func (inst *PlansController) Init(ec glass.EngineConnection) error
Init ...
type RepositoriesController ¶
type RepositoriesController struct {
markup.RestController `class:"rest-controller"`
Service service.RepositoryService `inject:"#repository-service"`
}
RepositoriesController 仓库控制器
func (*RepositoriesController) Init ¶
func (inst *RepositoriesController) Init(ec glass.EngineConnection) error
Init 初始化仓库控制器
type SecurityGateController ¶
type SecurityGateController struct {
markup.Component `class:"rest-controller"`
Bind string `inject:"${server.bind}"`
}
func (*SecurityGateController) Init ¶
func (inst *SecurityGateController) Init(ec glass.EngineConnection) error
type SystemSettingsController ¶ added in v0.0.9
type SystemSettingsController struct {
markup.RestController `class:"rest-controller"`
}
func (*SystemSettingsController) Init ¶ added in v0.0.9
func (inst *SystemSettingsController) Init(ec glass.EngineConnection) error
type TasksController ¶
type TasksController struct {
markup.RestController `class:"rest-controller"`
Tasks service.TaskService `inject:"#task-service"`
}
TasksController ...
func (*TasksController) Init ¶
func (inst *TasksController) Init(ec glass.EngineConnection) error
Init ...
type UserSettingsController ¶ added in v0.0.9
type UserSettingsController struct {
markup.RestController `class:"rest-controller"`
}
func (*UserSettingsController) Init ¶ added in v0.0.9
func (inst *UserSettingsController) Init(ec glass.EngineConnection) error
type UsersController ¶
type UsersController struct {
markup.RestController `class:"rest-controller"`
}
UsersController ...
func (*UsersController) Init ¶
func (inst *UsersController) Init(ec glass.EngineConnection) error
Init ...
Source Files
¶
- base_handler.go
- command_controller.go
- dba_controller.go
- error_handler.go
- example_controller.go
- filesystem_controller.go
- help_about_controller.go
- image_controller.go
- plans_controller.go
- repositories_controller.go
- security_gate_controller.go
- system_settings_controller.go
- tasks_controller.go
- user_settings_controller.go
- users_controller.go
Click to show internal directories.
Click to hide internal directories.