handler

package
v0.0.0-...-e3944dc Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHealthHandlers

func NewHealthHandlers() *healthHandlers

func NewPipelineHandlers

func NewPipelineHandlers(service domain.PipelineService) *pipelineHandlers

Types

type HealthHandlers

type HealthHandlers interface {
	HealthCheck(c *fiber.Ctx) error
}

type PipelineHandlers

type PipelineHandlers interface {
	Lock(c *fiber.Ctx) error
	Unlock(c *fiber.Ctx) error
	GetStatus(c *fiber.Ctx) error
	GetLockedPipelines(c *fiber.Ctx) error
	Index(c *fiber.Ctx) error
	LockAndRedirect(c *fiber.Ctx) error
}

Jump to

Keyboard shortcuts

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