Documentation
¶
Index ¶
- Variables
- func GetDocRouter(docHTML string, docYAML string) http.Handler
- func GetRouter() http.Handler
- func NewJobManagement() codegen.ServerInterface
- type JobManagement
- func (m *JobManagement) CreateJob(ctx echo.Context) error
- func (m *JobManagement) GetJob(ctx echo.Context, _ codegen.JobID) error
- func (m *JobManagement) GetJobList(ctx echo.Context) error
- func (m *JobManagement) GetJobStatus(ctx echo.Context, _ codegen.JobID) error
- func (m *JobManagement) UpdateJobPriority(ctx echo.Context, _ codegen.JobID) error
- func (m *JobManagement) UpdateJobStatus(ctx echo.Context, _ codegen.JobID) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( APIPath string DocPath string )
Functions ¶
func NewJobManagement ¶
func NewJobManagement() codegen.ServerInterface
Types ¶
type JobManagement ¶
type JobManagement struct{}
func (*JobManagement) GetJobList ¶
func (m *JobManagement) GetJobList(ctx echo.Context) error
func (*JobManagement) GetJobStatus ¶
func (*JobManagement) UpdateJobPriority ¶
func (*JobManagement) UpdateJobStatus ¶
Click to show internal directories.
Click to hide internal directories.