Documentation
¶
Overview ¶
Package web provides HTTP handlers and REST API endpoints for workflow management.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIHandlers ¶
type APIHandlers struct {
// contains filtered or unexported fields
}
func NewAPIHandlers ¶
func NewAPIHandlers( repository *workflow.Repository, validator *validator.Validate, registry *registry.Registry, ) *APIHandlers
func (*APIHandlers) GetWorkflow ¶
func (h *APIHandlers) GetWorkflow(c fiber.Ctx) error
func (*APIHandlers) GetWorkflows ¶
func (h *APIHandlers) GetWorkflows(c fiber.Ctx) error
func (*APIHandlers) HealthCheck ¶
func (h *APIHandlers) HealthCheck(c fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.