Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2017 Changes in this version + type FunctionManagerAPI struct + APIAuthorizer runtime.Authorizer + APIKeyAuthenticator func(string, string, security.TokenAuthentication) runtime.Authenticator + BasicAuthenticator func(security.UserPassAuthentication) runtime.Authenticator + BearerAuthenticator func(string, security.ScopedTokenAuthentication) runtime.Authenticator + CommandLineOptionsGroups []swag.CommandLineOptionsGroup + CookieAuth func(string) (interface{}, error) + JSONConsumer runtime.Consumer + JSONProducer runtime.Producer + Logger func(string, ...interface{}) + Middleware func(middleware.Builder) http.Handler + RunnerGetFunctionRunsHandler runner.GetFunctionRunsHandler + RunnerGetRunHandler runner.GetRunHandler + RunnerGetRunsHandler runner.GetRunsHandler + RunnerRunFunctionHandler runner.RunFunctionHandler + ServeError func(http.ResponseWriter, *http.Request, error) + ServerShutdown func() + StoreAddFunctionHandler store.AddFunctionHandler + StoreDeleteFunctionHandler store.DeleteFunctionHandler + StoreGetFunctionHandler store.GetFunctionHandler + StoreGetFunctionsHandler store.GetFunctionsHandler + StoreUpdateFunctionHandler store.UpdateFunctionHandler + func NewFunctionManagerAPI(spec *loads.Document) *FunctionManagerAPI + func (o *FunctionManagerAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]runtime.Authenticator + func (o *FunctionManagerAPI) Authorizer() runtime.Authorizer + func (o *FunctionManagerAPI) ConsumersFor(mediaTypes []string) map[string]runtime.Consumer + func (o *FunctionManagerAPI) Context() *middleware.Context + func (o *FunctionManagerAPI) DefaultConsumes() string + func (o *FunctionManagerAPI) DefaultProduces() string + func (o *FunctionManagerAPI) Formats() strfmt.Registry + func (o *FunctionManagerAPI) HandlerFor(method, path string) (http.Handler, bool) + func (o *FunctionManagerAPI) Init() + func (o *FunctionManagerAPI) ProducersFor(mediaTypes []string) map[string]runtime.Producer + func (o *FunctionManagerAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *FunctionManagerAPI) Serve(builder middleware.Builder) http.Handler + func (o *FunctionManagerAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error) + func (o *FunctionManagerAPI) SetDefaultConsumes(mediaType string) + func (o *FunctionManagerAPI) SetDefaultProduces(mediaType string) + func (o *FunctionManagerAPI) SetSpec(spec *loads.Document) + func (o *FunctionManagerAPI) Validate() error