Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applicant ¶
type Applicant interface {
Apply() (*ApplyCertResult, error)
}
func NewWithApplyNode ¶ added in v0.3.0
func NewWithApplyNode(node *domain.WorkflowNode) (Applicant, error)
Click to show internal directories.
Click to hide internal directories.