http

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func ProvideHandler

func ProvideHandler(jobHandler HttpHandler) Handler

type HttpHandler

type HttpHandler struct {
	// contains filtered or unexported fields
}

func ProvideHTTPHandler

func ProvideHTTPHandler(jobService service.Job, taskService service.Task) HttpHandler

func (*HttpHandler) CreateJob

func (j *HttpHandler) CreateJob(c *gin.Context)

func (*HttpHandler) GetJobDetail

func (j *HttpHandler) GetJobDetail(c *gin.Context)

func (*HttpHandler) GetSpecificTaskDetail

func (j *HttpHandler) GetSpecificTaskDetail(c *gin.Context)

func (*HttpHandler) ListJob

func (j *HttpHandler) ListJob(c *gin.Context)

type RouterResult

type RouterResult bool

func ProvideHTTPRouter

func ProvideHTTPRouter(handler Handler, server httpServer.Server) RouterResult

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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