Documentation
¶
Index ¶
- type ConfigApi
- type EventApi
- type LogApi
- type MetricApi
- type PermissionApi
- type ProcApi
- func (p *ProcApi) CreateProcess(ctx *echo.Context) error
- func (p *ProcApi) DeleteProcess(ctx *echo.Context) error
- func (p *ProcApi) GetProcessConfig(ctx *echo.Context) error
- func (p *ProcApi) GetProcessList(ctx *echo.Context) error
- func (p *ProcApi) KillAllProcess(ctx *echo.Context) error
- func (p *ProcApi) KillProcess(ctx *echo.Context) error
- func (p *ProcApi) ProcessControl(ctx *echo.Context) error
- func (p *ProcApi) ProcessCreateShare(ctx *echo.Context) error
- func (p *ProcApi) StartAllProcess(ctx *echo.Context) error
- func (p *ProcApi) StartProcess(ctx *echo.Context) error
- func (p *ProcApi) UpdateProcessConfig(ctx *echo.Context) error
- type PushApi
- type TaskApi
- func (t *TaskApi) CreateTask(ctx *echo.Context) error
- func (t *TaskApi) CreateTaskApiKey(ctx *echo.Context) error
- func (t *TaskApi) DeleteTaskByID(ctx *echo.Context) error
- func (t *TaskApi) EditTask(ctx *echo.Context) error
- func (t *TaskApi) GetTaskByID(ctx *echo.Context) error
- func (t *TaskApi) GetTaskList(ctx *echo.Context) error
- func (t *TaskApi) RunTaskByKey(ctx *echo.Context) error
- func (t *TaskApi) StartTask(ctx *echo.Context) error
- func (t *TaskApi) StopTask(ctx *echo.Context) error
- type UserApi
- type WsApi
- type WsConnetInstance
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigApi ¶
func NewConfigApi ¶
func NewConfigApi(configLogic *logic.ConfigLogic, ILogLogic search.ILogLogic) *ConfigApi
func (*ConfigApi) GetSystemConfiguration ¶
type EventApi ¶
type EventApi struct {
// contains filtered or unexported fields
}
func NewEventApi ¶
func NewEventApi(eventLogic *logic.EventLogic) *EventApi
type LogApi ¶
type MetricApi ¶
type MetricApi struct {
// contains filtered or unexported fields
}
func NewMetricApi ¶
func NewMetricApi(metricLogic *logic.MetricLogic) *MetricApi
func (*MetricApi) GetLogicStatsticMetric ¶
type PermissionApi ¶
type PermissionApi struct {
// contains filtered or unexported fields
}
func NewPermissionApi ¶
func NewPermissionApi(permissionLogic *logic.PermissionLogic) *PermissionApi
func (*PermissionApi) EditPermssion ¶
func (p *PermissionApi) EditPermssion(ctx *echo.Context) error
func (*PermissionApi) GetPermissionList ¶
func (p *PermissionApi) GetPermissionList(ctx *echo.Context) error
type ProcApi ¶
type ProcApi struct {
// contains filtered or unexported fields
}
func NewProcApi ¶
func NewProcApi( processCtlLogic *logic.ProcessCtlLogic, wsShareLogic *logic.WsShareLogic, permissionApi *PermissionApi) *ProcApi
type WsApi ¶
type WsApi struct {
// contains filtered or unexported fields
}
func NewWsApi ¶
func NewWsApi( processCtlLogic *logic.ProcessCtlLogic, wsShareLogic *logic.WsShareLogic, eventLogic *logic.EventLogic, permissionApi *PermissionApi) *WsApi
type WsConnetInstance ¶
type WsConnetInstance struct {
WsConnect *websocket.Conn
CancelFunc context.CancelFunc
// contains filtered or unexported fields
}
func (*WsConnetInstance) Close ¶
func (w *WsConnetInstance) Close() error
Click to show internal directories.
Click to hide internal directories.