Documentation ¶
Index ¶
- type SchemaController
- type SwaggerController
- type WebController
- type WorkflowController
- func (c *WorkflowController) AddLink(ctx *app.AddLinkWorkflowContext) error
- func (c *WorkflowController) DeleteLink(ctx *app.DeleteLinkWorkflowContext) error
- func (c *WorkflowController) MoveLink(ctx *app.MoveLinkWorkflowContext) error
- func (c *WorkflowController) Show(ctx *app.ShowWorkflowContext) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaController ¶
type SchemaController struct {
*goa.Controller
}
SchemaController implements the schema resource.
func NewSchemaController ¶
func NewSchemaController(service *goa.Service) *SchemaController
NewSchemaController creates a schema controller.
type SwaggerController ¶
type SwaggerController struct {
*goa.Controller
}
SwaggerController implements the swagger resource.
func NewSwaggerController ¶
func NewSwaggerController(service *goa.Service) *SwaggerController
NewSwaggerController creates a swagger controller.
type WebController ¶
type WebController struct {
*goa.Controller
}
WebController implements the public resource.
type WorkflowController ¶
type WorkflowController struct { *goa.Controller // contains filtered or unexported fields }
WorkflowController implements the workflow resource.
func NewWorkflow ¶
func NewWorkflow(service *goa.Service, graph *graph.Workflow) *WorkflowController
NewWorkflow creates a workflow controller.
func (*WorkflowController) AddLink ¶
func (c *WorkflowController) AddLink(ctx *app.AddLinkWorkflowContext) error
func (*WorkflowController) DeleteLink ¶
func (c *WorkflowController) DeleteLink(ctx *app.DeleteLinkWorkflowContext) error
func (*WorkflowController) MoveLink ¶
func (c *WorkflowController) MoveLink(ctx *app.MoveLinkWorkflowContext) error
func (*WorkflowController) Show ¶
func (c *WorkflowController) Show(ctx *app.ShowWorkflowContext) (err error)
Click to show internal directories.
Click to hide internal directories.