Documentation ¶
Index ¶
- func AddLinkWorkflowNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func AddLinkWorkflowOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func DeleteLinkWorkflowNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func DeleteLinkWorkflowOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func MoveLinkWorkflowNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func MoveLinkWorkflowOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func ShowWorkflowNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func ShowWorkflowOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddLinkWorkflowNotFound ¶
func AddLinkWorkflowNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.WorkflowController, workflowID string) http.ResponseWriter
AddLinkWorkflowNotFound runs the method AddLink of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func AddLinkWorkflowOK ¶
func AddLinkWorkflowOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.WorkflowController, workflowID string) http.ResponseWriter
AddLinkWorkflowOK runs the method AddLink of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func DeleteLinkWorkflowNotFound ¶
func DeleteLinkWorkflowNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.WorkflowController, workflowID string, linkID string) http.ResponseWriter
DeleteLinkWorkflowNotFound runs the method DeleteLink of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func DeleteLinkWorkflowOK ¶
func DeleteLinkWorkflowOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.WorkflowController, workflowID string, linkID string) http.ResponseWriter
DeleteLinkWorkflowOK runs the method DeleteLink of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func MoveLinkWorkflowNotFound ¶
func MoveLinkWorkflowNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.WorkflowController, workflowID string, linkID string) http.ResponseWriter
MoveLinkWorkflowNotFound runs the method MoveLink of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func MoveLinkWorkflowOK ¶
func MoveLinkWorkflowOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.WorkflowController, workflowID string, linkID string) http.ResponseWriter
MoveLinkWorkflowOK runs the method MoveLink of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func ShowWorkflowNotFound ¶
func ShowWorkflowNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.WorkflowController, workflowID string) http.ResponseWriter
ShowWorkflowNotFound runs the method Show of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func ShowWorkflowOK ¶
func ShowWorkflowOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.WorkflowController, workflowID string) http.ResponseWriter
ShowWorkflowOK runs the method Show of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
Types ¶
This section is empty.