# Packages
No description provided by the author
# Functions
MountWebController "mounts" a Web resource controller on the given service.
MountWorkflowController "mounts" a Workflow resource controller on the given service.
NewAddLinkWorkflowContext parses the incoming request URL and body, performs validations and creates the context used by the workflow controller addLink action.
NewDeleteLinkWorkflowContext parses the incoming request URL and body, performs validations and creates the context used by the workflow controller deleteLink action.
NewMoveLinkWorkflowContext parses the incoming request URL and body, performs validations and creates the context used by the workflow controller moveLink action.
NewShowWorkflowContext parses the incoming request URL and body, performs validations and creates the context used by the workflow controller show action.
WorkflowHref returns the resource href.
# Structs
AddLinkWorkflowContext provides the workflow addLink action context.
DeleteLinkWorkflowContext provides the workflow deleteLink action context.
MoveLinkWorkflowContext provides the workflow moveLink action context.
ShowWorkflowContext provides the workflow show action context.
# Interfaces
WebController is the controller interface for the Web actions.
WorkflowController is the controller interface for the Workflow actions.