Skip to content

workflow

import "go-cli-template/internal/workflow"

Index

Variables

var (
// ErrNotImplemented is returned when a workflow is not yet implemented
ErrNotImplemented = errors.New("workflow not implemented")
)

type Service

Service holds shared dependencies for workflows.

type Service struct {
}

func New

func New() *Service

New builds a new workflow service container.

Source

See internal/workflow/ for implementation details.