workflows

package
v1.0.42 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStepModal added in v0.1.24

func NewStepModal(props NewStepModalProps) htmx.Node

NewStepModal ...

func NewWorkflowModal added in v0.1.23

func NewWorkflowModal() htmx.Node

NewWorkflowModal ...

func WorkflowStep added in v0.1.24

func WorkflowStep(props WorkflowStepProps, children ...htmx.Node) htmx.Node

WorkflowStep ...

func WorkflowsTable

func WorkflowsTable(props WorkflowsTableProps, children ...htmx.Node) htmx.Node

WorkflowsTable ...

Types

type NewStepModalProps added in v0.1.24

type NewStepModalProps struct {
	Workflow models.Workflow
}

NewStepModalProps ...

type NewWorkflowModalProps added in v0.1.23

type NewWorkflowModalProps struct{}

NewWorkflowModalProps ...

type WorkflowStepProps added in v0.1.24

type WorkflowStepProps struct {
	ClassNames htmx.ClassNames
	State      models.WorkflowState
	WorkflowID uuid.UUID
}

WorkflowStepProps ...

type WorkflowsTableProps

type WorkflowsTableProps struct {
	URL       string
	Workflows []*models.Workflow
	Offset    int
	Limit     int
	Total     int
}

WorkflowsTableProps ...

Jump to

Keyboard shortcuts

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