Documentation ¶
Index ¶
- type CShellController
- func (*CShellController) DeleteHostByConfig(hostId string)
- func (*CShellController) GetHostByConfig(hostId string) (res dto.HostConfig)
- func (*CShellController) GetHostList() []string
- func (*CShellController) GetKeys() []string
- func (*CShellController) GetTags() []string
- func (c *CShellController) PostHostByConfig(hostId string)
- type ConsoleController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CShellController ¶
type CShellController struct {
Ctx iris.Context
}
func (*CShellController) DeleteHostByConfig ¶
func (*CShellController) DeleteHostByConfig(hostId string)
func (*CShellController) GetHostByConfig ¶
func (*CShellController) GetHostByConfig(hostId string) (res dto.HostConfig)
func (*CShellController) GetHostList ¶
func (*CShellController) GetHostList() []string
func (*CShellController) GetKeys ¶
func (*CShellController) GetKeys() []string
func (*CShellController) GetTags ¶
func (*CShellController) GetTags() []string
func (*CShellController) PostHostByConfig ¶
func (c *CShellController) PostHostByConfig(hostId string)
type ConsoleController ¶
type ConsoleController struct { }
func (*ConsoleController) GetByWildcard ¶
func (c *ConsoleController) GetByWildcard(ctx iris.Context, path string) error
Click to show internal directories.
Click to hide internal directories.