Documentation ¶
Index ¶
- func CreateTaskDefinitionError(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqTask)
- func CreateTaskDefinitionErrorFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqTaskFull)
- func CreateTaskOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqTask)
- func CreateTaskOKFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqTaskFull)
- func DeleteTaskOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func DeleteTaskTaskCouldNotBeDeleted(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func DeleteTaskTaskNotIdentified(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func InspectTaskErrorCreatingTheTask(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqTask)
- func InspectTaskErrorCreatingTheTaskFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqTaskFull)
- func InspectTaskOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqTask)
- func InspectTaskOKFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqTaskFull)
- func InspectTaskTaskNotIdentified(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func ListDatabindNoContent(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func ListDatabindOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, app.AtqDatabindUploadCollection)
- func ListDatabindOKError(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, app.AtqDatabindUploadErrorCollection)
- func PingMonitoringAlive(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func StatusSwarmOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqSwarm)
- func StatusSwarmOKError(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqSwarmError)
- func StatusSwarmSwarmError(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqSwarm)
- func StatusSwarmSwarmErrorError(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqSwarmError)
- func UploadDatabindOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqDatabindUpload)
- func UploadDatabindOKError(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqDatabindUploadError)
- func UploadDatabindTheFileDoesnTHaveAnAcceptedCompression(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqDatabindUpload)
- func UploadDatabindTheFileDoesnTHaveAnAcceptedCompressionError(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqDatabindUploadError)
- func UploadDatabindUploadError(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqDatabindUpload)
- func UploadDatabindUploadErrorError(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.AtqDatabindUploadError)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTaskDefinitionError ¶
func CreateTaskDefinitionError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, payload *app.TaskPayload) (http.ResponseWriter, *app.AtqTask)
CreateTaskDefinitionError runs the method Create of the given controller with the given parameters and payload. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func CreateTaskDefinitionErrorFull ¶
func CreateTaskDefinitionErrorFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, payload *app.TaskPayload) (http.ResponseWriter, *app.AtqTaskFull)
CreateTaskDefinitionErrorFull runs the method Create of the given controller with the given parameters and payload. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func CreateTaskOK ¶
func CreateTaskOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, payload *app.TaskPayload) (http.ResponseWriter, *app.AtqTask)
CreateTaskOK runs the method Create of the given controller with the given parameters and payload. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func CreateTaskOKFull ¶
func CreateTaskOKFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, payload *app.TaskPayload) (http.ResponseWriter, *app.AtqTaskFull)
CreateTaskOKFull runs the method Create of the given controller with the given parameters and payload. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func DeleteTaskOK ¶
func DeleteTaskOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, id string) http.ResponseWriter
DeleteTaskOK runs the method Delete 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 DeleteTaskTaskCouldNotBeDeleted ¶
func DeleteTaskTaskCouldNotBeDeleted(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, id string) http.ResponseWriter
DeleteTaskTaskCouldNotBeDeleted runs the method Delete 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 DeleteTaskTaskNotIdentified ¶
func DeleteTaskTaskNotIdentified(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, id string) http.ResponseWriter
DeleteTaskTaskNotIdentified runs the method Delete 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 InspectTaskErrorCreatingTheTask ¶
func InspectTaskErrorCreatingTheTask(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, id string) (http.ResponseWriter, *app.AtqTask)
InspectTaskErrorCreatingTheTask runs the method Inspect of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func InspectTaskErrorCreatingTheTaskFull ¶
func InspectTaskErrorCreatingTheTaskFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, id string) (http.ResponseWriter, *app.AtqTaskFull)
InspectTaskErrorCreatingTheTaskFull runs the method Inspect of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func InspectTaskOK ¶
func InspectTaskOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, id string) (http.ResponseWriter, *app.AtqTask)
InspectTaskOK runs the method Inspect of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func InspectTaskOKFull ¶
func InspectTaskOKFull(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, id string) (http.ResponseWriter, *app.AtqTaskFull)
InspectTaskOKFull runs the method Inspect of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func InspectTaskTaskNotIdentified ¶
func InspectTaskTaskNotIdentified(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.TaskController, id string) http.ResponseWriter
InspectTaskTaskNotIdentified runs the method Inspect 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 ListDatabindNoContent ¶
func ListDatabindNoContent(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DatabindController) http.ResponseWriter
ListDatabindNoContent runs the method List 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 ListDatabindOK ¶
func ListDatabindOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DatabindController) (http.ResponseWriter, app.AtqDatabindUploadCollection)
ListDatabindOK runs the method List of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func ListDatabindOKError ¶
func ListDatabindOKError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DatabindController) (http.ResponseWriter, app.AtqDatabindUploadErrorCollection)
ListDatabindOKError runs the method List of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func PingMonitoringAlive ¶
func PingMonitoringAlive(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.MonitoringController) http.ResponseWriter
PingMonitoringAlive runs the method Ping 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 StatusSwarmOK ¶
func StatusSwarmOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.SwarmController) (http.ResponseWriter, *app.AtqSwarm)
StatusSwarmOK runs the method Status of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func StatusSwarmOKError ¶
func StatusSwarmOKError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.SwarmController) (http.ResponseWriter, *app.AtqSwarmError)
StatusSwarmOKError runs the method Status of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func StatusSwarmSwarmError ¶
func StatusSwarmSwarmError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.SwarmController) (http.ResponseWriter, *app.AtqSwarm)
StatusSwarmSwarmError runs the method Status of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func StatusSwarmSwarmErrorError ¶
func StatusSwarmSwarmErrorError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.SwarmController) (http.ResponseWriter, *app.AtqSwarmError)
StatusSwarmSwarmErrorError runs the method Status of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func UploadDatabindOK ¶
func UploadDatabindOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DatabindController) (http.ResponseWriter, *app.AtqDatabindUpload)
UploadDatabindOK runs the method Upload of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func UploadDatabindOKError ¶
func UploadDatabindOKError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DatabindController) (http.ResponseWriter, *app.AtqDatabindUploadError)
UploadDatabindOKError runs the method Upload of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func UploadDatabindTheFileDoesnTHaveAnAcceptedCompression ¶
func UploadDatabindTheFileDoesnTHaveAnAcceptedCompression(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DatabindController) (http.ResponseWriter, *app.AtqDatabindUpload)
UploadDatabindTheFileDoesnTHaveAnAcceptedCompression runs the method Upload of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func UploadDatabindTheFileDoesnTHaveAnAcceptedCompressionError ¶
func UploadDatabindTheFileDoesnTHaveAnAcceptedCompressionError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DatabindController) (http.ResponseWriter, *app.AtqDatabindUploadError)
UploadDatabindTheFileDoesnTHaveAnAcceptedCompressionError runs the method Upload of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func UploadDatabindUploadError ¶
func UploadDatabindUploadError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DatabindController) (http.ResponseWriter, *app.AtqDatabindUpload)
UploadDatabindUploadError runs the method Upload of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func UploadDatabindUploadErrorError ¶
func UploadDatabindUploadErrorError(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.DatabindController) (http.ResponseWriter, *app.AtqDatabindUploadError)
UploadDatabindUploadErrorError runs the method Upload of the given controller with the given parameters. It returns the response writer so it's possible to inspect the response headers and the media type struct written to the response. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
Types ¶
This section is empty.