Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobController ¶
type JobController struct {
// contains filtered or unexported fields
}
func NewJobController ¶
func NewJobController(logger *zap.Logger, service services.JobService) *JobController
func (*JobController) Create ¶
func (c *JobController) Create(ctx *gin.Context)
func (*JobController) Delete ¶
func (c *JobController) Delete(ctx *gin.Context)
func (*JobController) Kill ¶
func (c *JobController) Kill(ctx *gin.Context)
func (*JobController) List ¶
func (c *JobController) List(ctx *gin.Context)
func (*JobController) Update ¶
func (c *JobController) Update(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.