Versions in this module Expand all Collapse all v0 v0.0.2 May 9, 2018 Changes in this version + type OptikonAPI struct + APIKeyAuthenticator func(string, string, security.TokenAuthentication) runtime.Authenticator + BasicAuthenticator func(security.UserPassAuthentication) runtime.Authenticator + BearerAuthenticator func(string, security.ScopedTokenAuthentication) runtime.Authenticator + ClustersAddClusterHandler clusters.AddClusterHandler + ClustersDeleteClusterHandler clusters.DeleteClusterHandler + ClustersGetClusterByIDHandler clusters.GetClusterByIDHandler + ClustersGetClustersHandler clusters.GetClustersHandler + ClustersUpdateClusterHandler clusters.UpdateClusterHandler + CommandLineOptionsGroups []swag.CommandLineOptionsGroup + JSONConsumer runtime.Consumer + JSONProducer runtime.Producer + Logger func(string, ...interface{}) + Middleware func(middleware.Builder) http.Handler + MultipartformConsumer runtime.Consumer + ReleasesAddReleasesHandler releases.AddReleasesHandler + ReleasesDeleteReleaseHandler releases.DeleteReleaseHandler + ReleasesGetReleaseByIDHandler releases.GetReleaseByIDHandler + ReleasesGetReleasesHandler releases.GetReleasesHandler + ReleasesUpdateReleaseHandler releases.UpdateReleaseHandler + ServeError func(http.ResponseWriter, *http.Request, error) + ServerShutdown func() + func NewOptikonAPI(spec *loads.Document) *OptikonAPI + func (o *OptikonAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]runtime.Authenticator + func (o *OptikonAPI) Authorizer() runtime.Authorizer + func (o *OptikonAPI) ConsumersFor(mediaTypes []string) map[string]runtime.Consumer + func (o *OptikonAPI) Context() *middleware.Context + func (o *OptikonAPI) DefaultConsumes() string + func (o *OptikonAPI) DefaultProduces() string + func (o *OptikonAPI) Formats() strfmt.Registry + func (o *OptikonAPI) HandlerFor(method, path string) (http.Handler, bool) + func (o *OptikonAPI) Init() + func (o *OptikonAPI) ProducersFor(mediaTypes []string) map[string]runtime.Producer + func (o *OptikonAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *OptikonAPI) Serve(builder middleware.Builder) http.Handler + func (o *OptikonAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error) + func (o *OptikonAPI) SetDefaultConsumes(mediaType string) + func (o *OptikonAPI) SetDefaultProduces(mediaType string) + func (o *OptikonAPI) SetSpec(spec *loads.Document) + func (o *OptikonAPI) Validate() error v0.0.1 Apr 28, 2018