Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applicant ¶
type Applicant interface {
Apply(ctx context.Context) (*ApplyResult, error)
}
func NewWithWorkflowNode ¶
func NewWithWorkflowNode(config ApplicantWithWorkflowNodeConfig) (Applicant, error)
type ApplicantWithWorkflowNodeConfig ¶
type ApplicantWithWorkflowNodeConfig struct {
Node *domain.WorkflowNode
Logger *slog.Logger
}
Click to show internal directories.
Click to hide internal directories.