Documentation ¶
Index ¶
- type AboutController
- type AuthController
- type ExampleController
- type ExecutableController
- type ExecutableImportController
- type FileQueryController
- type IntentTemplateController
- type LocalRepositoryController
- type PlatformController
- type RemoteRepositoryController
- type RepositoryImportController
- type RunIntentController
- type UploadController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AboutController ¶ added in v0.0.7
type AboutController struct { markup.RestController `class:"rest-controller"` AboutService service.AboutService `inject:"#AboutService"` UpdateService service.CheckUpdateService `inject:"#CheckUpdateService"` Responder glass.MainResponder `inject:"#glass-main-responder"` Profile string `inject:"${application.profiles.active}"` }
AboutController About 控制器
func (*AboutController) Init ¶ added in v0.0.7
func (inst *AboutController) Init(ec glass.EngineConnection) error
Init 初始化
type AuthController ¶
type AuthController struct { markup.RestController `class:"rest-controller"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
AuthController 控制器
func (*AuthController) Init ¶
func (inst *AuthController) Init(ec glass.EngineConnection) error
Init 初始化
type ExampleController ¶
type ExampleController struct { markup.RestController `class:"rest-controller"` ExampleService service.ExampleService // `inject:"#ExampleService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
ExampleController Example 控制器
func (*ExampleController) Init ¶
func (inst *ExampleController) Init(ec glass.EngineConnection) error
Init 初始化
type ExecutableController ¶
type ExecutableController struct { markup.RestController `class:"rest-controller"` ExecutableService service.ExecutableService `inject:"#ExecutableService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
ExecutableController 仓库控制器
func (*ExecutableController) Init ¶
func (inst *ExecutableController) Init(ec glass.EngineConnection) error
Init 初始化
type ExecutableImportController ¶
type ExecutableImportController struct { markup.RestController `class:"rest-controller"` ExecutableImportService service.ExecutableImportService `inject:"#ExecutableImportService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
ExecutableImportController 仓库控制器
func (*ExecutableImportController) Init ¶
func (inst *ExecutableImportController) Init(ec glass.EngineConnection) error
Init 初始化
type FileQueryController ¶ added in v0.0.7
type FileQueryController struct { markup.RestController `class:"rest-controller"` FileQueryService service.FileQueryService `inject:"#FileQueryService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
FileQueryController FileQuery 控制器
func (*FileQueryController) Init ¶ added in v0.0.7
func (inst *FileQueryController) Init(ec glass.EngineConnection) error
Init 初始化
type IntentTemplateController ¶
type IntentTemplateController struct { markup.RestController `class:"rest-controller"` IntentTemplateService service.IntentTemplateService `inject:"#IntentTemplateService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
IntentTemplateController IntentTemplate 控制器
func (*IntentTemplateController) Init ¶
func (inst *IntentTemplateController) Init(ec glass.EngineConnection) error
Init 初始化
type LocalRepositoryController ¶
type LocalRepositoryController struct { markup.RestController `class:"rest-controller"` RepoService service.LocalRepositoryService `inject:"#LocalRepositoryService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
LocalRepositoryController 仓库控制器
func (*LocalRepositoryController) Init ¶
func (inst *LocalRepositoryController) Init(ec glass.EngineConnection) error
Init 初始化
type PlatformController ¶
type PlatformController struct { markup.RestController `class:"rest-controller"` PlatformService service.PlatformService `inject:"#PlatformService"` ProfileService service.ProfileService `inject:"#ProfileService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
PlatformController Platform 控制器
func (*PlatformController) Init ¶
func (inst *PlatformController) Init(ec glass.EngineConnection) error
Init 初始化
type RemoteRepositoryController ¶
type RemoteRepositoryController struct { markup.RestController `class:"rest-controller"` RepoService service.RemoteRepositoryService `inject:"#RemoteRepositoryService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
RemoteRepositoryController 仓库控制器
func (*RemoteRepositoryController) Init ¶
func (inst *RemoteRepositoryController) Init(ec glass.EngineConnection) error
Init 初始化
type RepositoryImportController ¶
type RepositoryImportController struct { markup.RestController `class:"rest-controller"` RepoStateLoader service.LocalRepositoryStateLoader `inject:"#LocalRepositoryStateLoader"` ImportService service.RepositoryImportService `inject:"#RepositoryImportService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
RepositoryImportController 仓库控制器
func (*RepositoryImportController) Init ¶
func (inst *RepositoryImportController) Init(ec glass.EngineConnection) error
Init 初始化
type RunIntentController ¶
type RunIntentController struct { markup.RestController `class:"rest-controller"` IntentService service.IntentService `inject:"#IntentService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
RunIntentController RunIntent 控制器
func (*RunIntentController) Init ¶
func (inst *RunIntentController) Init(ec glass.EngineConnection) error
Init 初始化
type UploadController ¶ added in v0.0.14
type UploadController struct { markup.RestController `class:"rest-controller"` FileSystemService service.FileSystemService `inject:"#FileSystemService"` Responder glass.MainResponder `inject:"#glass-main-responder"` }
UploadController Upload 控制器
func (*UploadController) Init ¶ added in v0.0.14
func (inst *UploadController) Init(ec glass.EngineConnection) error
Init 初始化
Source Files ¶
- about_controller.go
- auth_controller.go
- example_controller.go
- executable_controller.go
- executable_import_controller.go
- file_query_controller.go
- intent_controller.go
- intent_template_controller.go
- local_repository_controller.go
- platform_controller.go
- remote_repository_controller.go
- repository_import_controller.go
- upload_controller.go
- user_main_repository_controller.go
Click to show internal directories.
Click to hide internal directories.