Documentation
¶
Index ¶
- type JobRestfulApiHandler
- func (h *JobRestfulApiHandler) CreateJob(r *restful.Request, w *restful.Response)
- func (h *JobRestfulApiHandler) DeleteJob(r *restful.Request, w *restful.Response)
- func (h *JobRestfulApiHandler) DescribeJob(r *restful.Request, w *restful.Response)
- func (h *JobRestfulApiHandler) Init() error
- func (h *JobRestfulApiHandler) Name() string
- func (h *JobRestfulApiHandler) QueryJob(r *restful.Request, w *restful.Response)
- type JobSet
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
Click to show internal directories.
Click to hide internal directories.