Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2017 Changes in this version + const GetFunctionRunsInternalServerErrorCode + const GetFunctionRunsNotFoundCode + const GetFunctionRunsOKCode + const GetRunInternalServerErrorCode + const GetRunNotFoundCode + const GetRunOKCode + const GetRunsInternalServerErrorCode + const GetRunsNotFoundCode + const GetRunsOKCode + const RunFunctionAcceptedCode + const RunFunctionBadGatewayCode + const RunFunctionBadRequestCode + const RunFunctionInternalServerErrorCode + const RunFunctionNotFoundCode + const RunFunctionOKCode + const RunFunctionUnprocessableEntityCode + type GetFunctionRuns struct + Context *middleware.Context + Handler GetFunctionRunsHandler + func NewGetFunctionRuns(ctx *middleware.Context, handler GetFunctionRunsHandler) *GetFunctionRuns + func (o *GetFunctionRuns) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetFunctionRunsHandler interface + Handle func(GetFunctionRunsParams, interface{}) middleware.Responder + type GetFunctionRunsHandlerFunc func(GetFunctionRunsParams, interface{}) middleware.Responder + func (fn GetFunctionRunsHandlerFunc) Handle(params GetFunctionRunsParams, principal interface{}) middleware.Responder + type GetFunctionRunsInternalServerError struct + Payload *models.Error + func NewGetFunctionRunsInternalServerError() *GetFunctionRunsInternalServerError + func (o *GetFunctionRunsInternalServerError) SetPayload(payload *models.Error) + func (o *GetFunctionRunsInternalServerError) WithPayload(payload *models.Error) *GetFunctionRunsInternalServerError + func (o *GetFunctionRunsInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetFunctionRunsNotFound struct + Payload *models.Error + func NewGetFunctionRunsNotFound() *GetFunctionRunsNotFound + func (o *GetFunctionRunsNotFound) SetPayload(payload *models.Error) + func (o *GetFunctionRunsNotFound) WithPayload(payload *models.Error) *GetFunctionRunsNotFound + func (o *GetFunctionRunsNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetFunctionRunsOK struct + Payload models.GetFunctionRunsOKBody + func NewGetFunctionRunsOK() *GetFunctionRunsOK + func (o *GetFunctionRunsOK) SetPayload(payload models.GetFunctionRunsOKBody) + func (o *GetFunctionRunsOK) WithPayload(payload models.GetFunctionRunsOKBody) *GetFunctionRunsOK + func (o *GetFunctionRunsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetFunctionRunsParams struct + FunctionName string + HTTPRequest *http.Request + func NewGetFunctionRunsParams() GetFunctionRunsParams + func (o *GetFunctionRunsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetFunctionRunsURL struct + FunctionName string + func (o *GetFunctionRunsURL) Build() (*url.URL, error) + func (o *GetFunctionRunsURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetFunctionRunsURL) Must(u *url.URL, err error) *url.URL + func (o *GetFunctionRunsURL) SetBasePath(bp string) + func (o *GetFunctionRunsURL) String() string + func (o *GetFunctionRunsURL) StringFull(scheme, host string) string + func (o *GetFunctionRunsURL) WithBasePath(bp string) *GetFunctionRunsURL + type GetRun struct + Context *middleware.Context + Handler GetRunHandler + func NewGetRun(ctx *middleware.Context, handler GetRunHandler) *GetRun + func (o *GetRun) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetRunHandler interface + Handle func(GetRunParams, interface{}) middleware.Responder + type GetRunHandlerFunc func(GetRunParams, interface{}) middleware.Responder + func (fn GetRunHandlerFunc) Handle(params GetRunParams, principal interface{}) middleware.Responder + type GetRunInternalServerError struct + Payload *models.Error + func NewGetRunInternalServerError() *GetRunInternalServerError + func (o *GetRunInternalServerError) SetPayload(payload *models.Error) + func (o *GetRunInternalServerError) WithPayload(payload *models.Error) *GetRunInternalServerError + func (o *GetRunInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetRunNotFound struct + Payload *models.Error + func NewGetRunNotFound() *GetRunNotFound + func (o *GetRunNotFound) SetPayload(payload *models.Error) + func (o *GetRunNotFound) WithPayload(payload *models.Error) *GetRunNotFound + func (o *GetRunNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetRunOK struct + Payload *models.Run + func NewGetRunOK() *GetRunOK + func (o *GetRunOK) SetPayload(payload *models.Run) + func (o *GetRunOK) WithPayload(payload *models.Run) *GetRunOK + func (o *GetRunOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetRunParams struct + FunctionName string + HTTPRequest *http.Request + RunName strfmt.UUID + func NewGetRunParams() GetRunParams + func (o *GetRunParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetRunURL struct + FunctionName string + RunName strfmt.UUID + func (o *GetRunURL) Build() (*url.URL, error) + func (o *GetRunURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetRunURL) Must(u *url.URL, err error) *url.URL + func (o *GetRunURL) SetBasePath(bp string) + func (o *GetRunURL) String() string + func (o *GetRunURL) StringFull(scheme, host string) string + func (o *GetRunURL) WithBasePath(bp string) *GetRunURL + type GetRuns struct + Context *middleware.Context + Handler GetRunsHandler + func NewGetRuns(ctx *middleware.Context, handler GetRunsHandler) *GetRuns + func (o *GetRuns) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetRunsHandler interface + Handle func(GetRunsParams, interface{}) middleware.Responder + type GetRunsHandlerFunc func(GetRunsParams, interface{}) middleware.Responder + func (fn GetRunsHandlerFunc) Handle(params GetRunsParams, principal interface{}) middleware.Responder + type GetRunsInternalServerError struct + Payload *models.Error + func NewGetRunsInternalServerError() *GetRunsInternalServerError + func (o *GetRunsInternalServerError) SetPayload(payload *models.Error) + func (o *GetRunsInternalServerError) WithPayload(payload *models.Error) *GetRunsInternalServerError + func (o *GetRunsInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetRunsNotFound struct + Payload *models.Error + func NewGetRunsNotFound() *GetRunsNotFound + func (o *GetRunsNotFound) SetPayload(payload *models.Error) + func (o *GetRunsNotFound) WithPayload(payload *models.Error) *GetRunsNotFound + func (o *GetRunsNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetRunsOK struct + Payload models.GetRunsOKBody + func NewGetRunsOK() *GetRunsOK + func (o *GetRunsOK) SetPayload(payload models.GetRunsOKBody) + func (o *GetRunsOK) WithPayload(payload models.GetRunsOKBody) *GetRunsOK + func (o *GetRunsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetRunsParams struct + HTTPRequest *http.Request + func NewGetRunsParams() GetRunsParams + func (o *GetRunsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetRunsURL struct + func (o *GetRunsURL) Build() (*url.URL, error) + func (o *GetRunsURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetRunsURL) Must(u *url.URL, err error) *url.URL + func (o *GetRunsURL) SetBasePath(bp string) + func (o *GetRunsURL) String() string + func (o *GetRunsURL) StringFull(scheme, host string) string + func (o *GetRunsURL) WithBasePath(bp string) *GetRunsURL + type RunFunction struct + Context *middleware.Context + Handler RunFunctionHandler + func NewRunFunction(ctx *middleware.Context, handler RunFunctionHandler) *RunFunction + func (o *RunFunction) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type RunFunctionAccepted struct + Payload *models.Run + func NewRunFunctionAccepted() *RunFunctionAccepted + func (o *RunFunctionAccepted) SetPayload(payload *models.Run) + func (o *RunFunctionAccepted) WithPayload(payload *models.Run) *RunFunctionAccepted + func (o *RunFunctionAccepted) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type RunFunctionBadGateway struct + Payload *models.Error + func NewRunFunctionBadGateway() *RunFunctionBadGateway + func (o *RunFunctionBadGateway) SetPayload(payload *models.Error) + func (o *RunFunctionBadGateway) WithPayload(payload *models.Error) *RunFunctionBadGateway + func (o *RunFunctionBadGateway) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type RunFunctionBadRequest struct + Payload *models.Error + func NewRunFunctionBadRequest() *RunFunctionBadRequest + func (o *RunFunctionBadRequest) SetPayload(payload *models.Error) + func (o *RunFunctionBadRequest) WithPayload(payload *models.Error) *RunFunctionBadRequest + func (o *RunFunctionBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type RunFunctionHandler interface + Handle func(RunFunctionParams, interface{}) middleware.Responder + type RunFunctionHandlerFunc func(RunFunctionParams, interface{}) middleware.Responder + func (fn RunFunctionHandlerFunc) Handle(params RunFunctionParams, principal interface{}) middleware.Responder + type RunFunctionInternalServerError struct + Payload *models.Error + func NewRunFunctionInternalServerError() *RunFunctionInternalServerError + func (o *RunFunctionInternalServerError) SetPayload(payload *models.Error) + func (o *RunFunctionInternalServerError) WithPayload(payload *models.Error) *RunFunctionInternalServerError + func (o *RunFunctionInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type RunFunctionNotFound struct + Payload *models.Error + func NewRunFunctionNotFound() *RunFunctionNotFound + func (o *RunFunctionNotFound) SetPayload(payload *models.Error) + func (o *RunFunctionNotFound) WithPayload(payload *models.Error) *RunFunctionNotFound + func (o *RunFunctionNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type RunFunctionOK struct + Payload *models.Run + func NewRunFunctionOK() *RunFunctionOK + func (o *RunFunctionOK) SetPayload(payload *models.Run) + func (o *RunFunctionOK) WithPayload(payload *models.Run) *RunFunctionOK + func (o *RunFunctionOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type RunFunctionParams struct + Body *models.Run + FunctionName string + HTTPRequest *http.Request + func NewRunFunctionParams() RunFunctionParams + func (o *RunFunctionParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type RunFunctionURL struct + FunctionName string + func (o *RunFunctionURL) Build() (*url.URL, error) + func (o *RunFunctionURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *RunFunctionURL) Must(u *url.URL, err error) *url.URL + func (o *RunFunctionURL) SetBasePath(bp string) + func (o *RunFunctionURL) String() string + func (o *RunFunctionURL) StringFull(scheme, host string) string + func (o *RunFunctionURL) WithBasePath(bp string) *RunFunctionURL + type RunFunctionUnprocessableEntity struct + Payload *models.Error + func NewRunFunctionUnprocessableEntity() *RunFunctionUnprocessableEntity + func (o *RunFunctionUnprocessableEntity) SetPayload(payload *models.Error) + func (o *RunFunctionUnprocessableEntity) WithPayload(payload *models.Error) *RunFunctionUnprocessableEntity + func (o *RunFunctionUnprocessableEntity) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)