Documentation ¶
Index ¶
- func CreateQuoteOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.JSON)
- func CreateQuoteUnauthorized(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func ListByIDQuoteNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func ListByIDQuoteOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.JSON)
- func ListByIDQuoteUnauthorized(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func ListQuoteOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) (http.ResponseWriter, *app.JSON)
- func ListQuoteUnauthorized(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func LoginQuoteNoContent(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
- func LoginQuoteUnauthorized(t goatest.TInterface, ctx context.Context, service *goa.Service, ...) http.ResponseWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateQuoteOK ¶
func CreateQuoteOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.QuoteController, payload *app.CreateQuotePayload) (http.ResponseWriter, *app.JSON)
CreateQuoteOK 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 CreateQuoteUnauthorized ¶
func CreateQuoteUnauthorized(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.QuoteController, payload *app.CreateQuotePayload) http.ResponseWriter
CreateQuoteUnauthorized 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. If ctx is nil then context.Background() is used. If service is nil then a default service is created.
func ListByIDQuoteNotFound ¶
func ListByIDQuoteNotFound(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.QuoteController, userID string) http.ResponseWriter
ListByIDQuoteNotFound runs the method ListByID 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 ListByIDQuoteOK ¶
func ListByIDQuoteOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.QuoteController, userID string) (http.ResponseWriter, *app.JSON)
ListByIDQuoteOK runs the method ListByID 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 ListByIDQuoteUnauthorized ¶
func ListByIDQuoteUnauthorized(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.QuoteController, userID string) http.ResponseWriter
ListByIDQuoteUnauthorized runs the method ListByID 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 ListQuoteOK ¶
func ListQuoteOK(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.QuoteController) (http.ResponseWriter, *app.JSON)
ListQuoteOK 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 ListQuoteUnauthorized ¶
func ListQuoteUnauthorized(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.QuoteController) http.ResponseWriter
ListQuoteUnauthorized 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 LoginQuoteNoContent ¶
func LoginQuoteNoContent(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.QuoteController) http.ResponseWriter
LoginQuoteNoContent runs the method Login 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 LoginQuoteUnauthorized ¶
func LoginQuoteUnauthorized(t goatest.TInterface, ctx context.Context, service *goa.Service, ctrl app.QuoteController) http.ResponseWriter
LoginQuoteUnauthorized runs the method Login 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.