package
1.0.0
Repository: https://github.com/corepackage/workflow.git
Documentation: pkg.go.dev

# Functions

AuthValidate : to validate incoming request.
CORSValidate : to validate the cors policy for the workflow.
GetConfig : get existing config.
SetConfig : running config for workflow.
Validate : Validating access request.

# Structs

APIStep - properties explicit to logic type step.
Authorizer - To specify authorization method for the respective workflow.
No description provided by the author
CORS - properties for the access control to workflow.
type JSONData struct{}.
LogicStep - properties explicit to logic type step.
PrimaryKey - Unique key to identify a single instance.
No description provided by the author
Step - It defines a single step.
StepError - properties defined for step error.
Workflow - Structure of workflow configuration.

# Interfaces

No description provided by the author