api

package
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JobRestfulApiHandler

type JobRestfulApiHandler struct {
	ioc.ObjectImpl
	// contains filtered or unexported fields
}

func (*JobRestfulApiHandler) CreateJob

func (h *JobRestfulApiHandler) CreateJob(r *restful.Request, w *restful.Response)

func (*JobRestfulApiHandler) DeleteJob

func (h *JobRestfulApiHandler) DeleteJob(r *restful.Request, w *restful.Response)

func (*JobRestfulApiHandler) DescribeJob

func (h *JobRestfulApiHandler) DescribeJob(r *restful.Request, w *restful.Response)

func (*JobRestfulApiHandler) Init

func (h *JobRestfulApiHandler) Init() error

func (*JobRestfulApiHandler) Name

func (h *JobRestfulApiHandler) Name() string

func (*JobRestfulApiHandler) QueryJob

func (h *JobRestfulApiHandler) QueryJob(r *restful.Request, w *restful.Response)

type JobSet

type JobSet struct {
	Total int64      `json:"total"`
	Items []*job.Job `json:"items"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL