Versions in this module Expand all Collapse all v1 v1.2.1 Apr 24, 2024 v1.2.0 Apr 24, 2024 Changes in this version + const AddNotificationEndpointCreatedCode + const ConfigInfoOKCode + const ExportConfigOKCode + const ListConfigOKCode + const NotificationEndpointListOKCode + const PostConfigsImportOKCode + const ResetConfigOKCode + const SetConfigOKCode + var PostConfigsImportMaxParseMemory int64 = 32 << 20 + type AddNotificationEndpoint struct + Context *middleware.Context + Handler AddNotificationEndpointHandler + func NewAddNotificationEndpoint(ctx *middleware.Context, handler AddNotificationEndpointHandler) *AddNotificationEndpoint + func (o *AddNotificationEndpoint) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type AddNotificationEndpointCreated struct + Payload *models.SetNotificationEndpointResponse + func NewAddNotificationEndpointCreated() *AddNotificationEndpointCreated + func (o *AddNotificationEndpointCreated) SetPayload(payload *models.SetNotificationEndpointResponse) + func (o *AddNotificationEndpointCreated) WithPayload(payload *models.SetNotificationEndpointResponse) *AddNotificationEndpointCreated + func (o *AddNotificationEndpointCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddNotificationEndpointDefault struct + Payload *models.APIError + func NewAddNotificationEndpointDefault(code int) *AddNotificationEndpointDefault + func (o *AddNotificationEndpointDefault) SetPayload(payload *models.APIError) + func (o *AddNotificationEndpointDefault) SetStatusCode(code int) + func (o *AddNotificationEndpointDefault) WithPayload(payload *models.APIError) *AddNotificationEndpointDefault + func (o *AddNotificationEndpointDefault) WithStatusCode(code int) *AddNotificationEndpointDefault + func (o *AddNotificationEndpointDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddNotificationEndpointHandler interface + Handle func(AddNotificationEndpointParams, *models.Principal) middleware.Responder + type AddNotificationEndpointHandlerFunc func(AddNotificationEndpointParams, *models.Principal) middleware.Responder + func (fn AddNotificationEndpointHandlerFunc) Handle(params AddNotificationEndpointParams, principal *models.Principal) middleware.Responder + type AddNotificationEndpointParams struct + Body *models.NotificationEndpoint + HTTPRequest *http.Request + func NewAddNotificationEndpointParams() AddNotificationEndpointParams + func (o *AddNotificationEndpointParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type AddNotificationEndpointURL struct + func (o *AddNotificationEndpointURL) Build() (*url.URL, error) + func (o *AddNotificationEndpointURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *AddNotificationEndpointURL) Must(u *url.URL, err error) *url.URL + func (o *AddNotificationEndpointURL) SetBasePath(bp string) + func (o *AddNotificationEndpointURL) String() string + func (o *AddNotificationEndpointURL) StringFull(scheme, host string) string + func (o *AddNotificationEndpointURL) WithBasePath(bp string) *AddNotificationEndpointURL + type ConfigInfo struct + Context *middleware.Context + Handler ConfigInfoHandler + func NewConfigInfo(ctx *middleware.Context, handler ConfigInfoHandler) *ConfigInfo + func (o *ConfigInfo) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ConfigInfoDefault struct + Payload *models.APIError + func NewConfigInfoDefault(code int) *ConfigInfoDefault + func (o *ConfigInfoDefault) SetPayload(payload *models.APIError) + func (o *ConfigInfoDefault) SetStatusCode(code int) + func (o *ConfigInfoDefault) WithPayload(payload *models.APIError) *ConfigInfoDefault + func (o *ConfigInfoDefault) WithStatusCode(code int) *ConfigInfoDefault + func (o *ConfigInfoDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ConfigInfoHandler interface + Handle func(ConfigInfoParams, *models.Principal) middleware.Responder + type ConfigInfoHandlerFunc func(ConfigInfoParams, *models.Principal) middleware.Responder + func (fn ConfigInfoHandlerFunc) Handle(params ConfigInfoParams, principal *models.Principal) middleware.Responder + type ConfigInfoOK struct + Payload []*models.Configuration + func NewConfigInfoOK() *ConfigInfoOK + func (o *ConfigInfoOK) SetPayload(payload []*models.Configuration) + func (o *ConfigInfoOK) WithPayload(payload []*models.Configuration) *ConfigInfoOK + func (o *ConfigInfoOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ConfigInfoParams struct + HTTPRequest *http.Request + Name string + func NewConfigInfoParams() ConfigInfoParams + func (o *ConfigInfoParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type ConfigInfoURL struct + Name string + func (o *ConfigInfoURL) Build() (*url.URL, error) + func (o *ConfigInfoURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *ConfigInfoURL) Must(u *url.URL, err error) *url.URL + func (o *ConfigInfoURL) SetBasePath(bp string) + func (o *ConfigInfoURL) String() string + func (o *ConfigInfoURL) StringFull(scheme, host string) string + func (o *ConfigInfoURL) WithBasePath(bp string) *ConfigInfoURL + type ExportConfig struct + Context *middleware.Context + Handler ExportConfigHandler + func NewExportConfig(ctx *middleware.Context, handler ExportConfigHandler) *ExportConfig + func (o *ExportConfig) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ExportConfigDefault struct + Payload *models.APIError + func NewExportConfigDefault(code int) *ExportConfigDefault + func (o *ExportConfigDefault) SetPayload(payload *models.APIError) + func (o *ExportConfigDefault) SetStatusCode(code int) + func (o *ExportConfigDefault) WithPayload(payload *models.APIError) *ExportConfigDefault + func (o *ExportConfigDefault) WithStatusCode(code int) *ExportConfigDefault + func (o *ExportConfigDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ExportConfigHandler interface + Handle func(ExportConfigParams, *models.Principal) middleware.Responder + type ExportConfigHandlerFunc func(ExportConfigParams, *models.Principal) middleware.Responder + func (fn ExportConfigHandlerFunc) Handle(params ExportConfigParams, principal *models.Principal) middleware.Responder + type ExportConfigOK struct + Payload *models.ConfigExportResponse + func NewExportConfigOK() *ExportConfigOK + func (o *ExportConfigOK) SetPayload(payload *models.ConfigExportResponse) + func (o *ExportConfigOK) WithPayload(payload *models.ConfigExportResponse) *ExportConfigOK + func (o *ExportConfigOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ExportConfigParams struct + HTTPRequest *http.Request + func NewExportConfigParams() ExportConfigParams + func (o *ExportConfigParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type ExportConfigURL struct + func (o *ExportConfigURL) Build() (*url.URL, error) + func (o *ExportConfigURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *ExportConfigURL) Must(u *url.URL, err error) *url.URL + func (o *ExportConfigURL) SetBasePath(bp string) + func (o *ExportConfigURL) String() string + func (o *ExportConfigURL) StringFull(scheme, host string) string + func (o *ExportConfigURL) WithBasePath(bp string) *ExportConfigURL + type ListConfig struct + Context *middleware.Context + Handler ListConfigHandler + func NewListConfig(ctx *middleware.Context, handler ListConfigHandler) *ListConfig + func (o *ListConfig) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ListConfigDefault struct + Payload *models.APIError + func NewListConfigDefault(code int) *ListConfigDefault + func (o *ListConfigDefault) SetPayload(payload *models.APIError) + func (o *ListConfigDefault) SetStatusCode(code int) + func (o *ListConfigDefault) WithPayload(payload *models.APIError) *ListConfigDefault + func (o *ListConfigDefault) WithStatusCode(code int) *ListConfigDefault + func (o *ListConfigDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListConfigHandler interface + Handle func(ListConfigParams, *models.Principal) middleware.Responder + type ListConfigHandlerFunc func(ListConfigParams, *models.Principal) middleware.Responder + func (fn ListConfigHandlerFunc) Handle(params ListConfigParams, principal *models.Principal) middleware.Responder + type ListConfigOK struct + Payload *models.ListConfigResponse + func NewListConfigOK() *ListConfigOK + func (o *ListConfigOK) SetPayload(payload *models.ListConfigResponse) + func (o *ListConfigOK) WithPayload(payload *models.ListConfigResponse) *ListConfigOK + func (o *ListConfigOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListConfigParams struct + HTTPRequest *http.Request + Limit *int32 + Offset *int32 + func NewListConfigParams() ListConfigParams + func (o *ListConfigParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type ListConfigURL struct + Limit *int32 + Offset *int32 + func (o *ListConfigURL) Build() (*url.URL, error) + func (o *ListConfigURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *ListConfigURL) Must(u *url.URL, err error) *url.URL + func (o *ListConfigURL) SetBasePath(bp string) + func (o *ListConfigURL) String() string + func (o *ListConfigURL) StringFull(scheme, host string) string + func (o *ListConfigURL) WithBasePath(bp string) *ListConfigURL + type NotificationEndpointList struct + Context *middleware.Context + Handler NotificationEndpointListHandler + func NewNotificationEndpointList(ctx *middleware.Context, handler NotificationEndpointListHandler) *NotificationEndpointList + func (o *NotificationEndpointList) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type NotificationEndpointListDefault struct + Payload *models.APIError + func NewNotificationEndpointListDefault(code int) *NotificationEndpointListDefault + func (o *NotificationEndpointListDefault) SetPayload(payload *models.APIError) + func (o *NotificationEndpointListDefault) SetStatusCode(code int) + func (o *NotificationEndpointListDefault) WithPayload(payload *models.APIError) *NotificationEndpointListDefault + func (o *NotificationEndpointListDefault) WithStatusCode(code int) *NotificationEndpointListDefault + func (o *NotificationEndpointListDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type NotificationEndpointListHandler interface + Handle func(NotificationEndpointListParams, *models.Principal) middleware.Responder + type NotificationEndpointListHandlerFunc func(NotificationEndpointListParams, *models.Principal) middleware.Responder + func (fn NotificationEndpointListHandlerFunc) Handle(params NotificationEndpointListParams, principal *models.Principal) middleware.Responder + type NotificationEndpointListOK struct + Payload *models.NotifEndpointResponse + func NewNotificationEndpointListOK() *NotificationEndpointListOK + func (o *NotificationEndpointListOK) SetPayload(payload *models.NotifEndpointResponse) + func (o *NotificationEndpointListOK) WithPayload(payload *models.NotifEndpointResponse) *NotificationEndpointListOK + func (o *NotificationEndpointListOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type NotificationEndpointListParams struct + HTTPRequest *http.Request + func NewNotificationEndpointListParams() NotificationEndpointListParams + func (o *NotificationEndpointListParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type NotificationEndpointListURL struct + func (o *NotificationEndpointListURL) Build() (*url.URL, error) + func (o *NotificationEndpointListURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *NotificationEndpointListURL) Must(u *url.URL, err error) *url.URL + func (o *NotificationEndpointListURL) SetBasePath(bp string) + func (o *NotificationEndpointListURL) String() string + func (o *NotificationEndpointListURL) StringFull(scheme, host string) string + func (o *NotificationEndpointListURL) WithBasePath(bp string) *NotificationEndpointListURL + type PostConfigsImport struct + Context *middleware.Context + Handler PostConfigsImportHandler + func NewPostConfigsImport(ctx *middleware.Context, handler PostConfigsImportHandler) *PostConfigsImport + func (o *PostConfigsImport) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type PostConfigsImportDefault struct + Payload *models.APIError + func NewPostConfigsImportDefault(code int) *PostConfigsImportDefault + func (o *PostConfigsImportDefault) SetPayload(payload *models.APIError) + func (o *PostConfigsImportDefault) SetStatusCode(code int) + func (o *PostConfigsImportDefault) WithPayload(payload *models.APIError) *PostConfigsImportDefault + func (o *PostConfigsImportDefault) WithStatusCode(code int) *PostConfigsImportDefault + func (o *PostConfigsImportDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type PostConfigsImportHandler interface + Handle func(PostConfigsImportParams, *models.Principal) middleware.Responder + type PostConfigsImportHandlerFunc func(PostConfigsImportParams, *models.Principal) middleware.Responder + func (fn PostConfigsImportHandlerFunc) Handle(params PostConfigsImportParams, principal *models.Principal) middleware.Responder + type PostConfigsImportOK struct + func NewPostConfigsImportOK() *PostConfigsImportOK + func (o *PostConfigsImportOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type PostConfigsImportParams struct + File io.ReadCloser + HTTPRequest *http.Request + func NewPostConfigsImportParams() PostConfigsImportParams + func (o *PostConfigsImportParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type PostConfigsImportURL struct + func (o *PostConfigsImportURL) Build() (*url.URL, error) + func (o *PostConfigsImportURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *PostConfigsImportURL) Must(u *url.URL, err error) *url.URL + func (o *PostConfigsImportURL) SetBasePath(bp string) + func (o *PostConfigsImportURL) String() string + func (o *PostConfigsImportURL) StringFull(scheme, host string) string + func (o *PostConfigsImportURL) WithBasePath(bp string) *PostConfigsImportURL + type ResetConfig struct + Context *middleware.Context + Handler ResetConfigHandler + func NewResetConfig(ctx *middleware.Context, handler ResetConfigHandler) *ResetConfig + func (o *ResetConfig) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ResetConfigDefault struct + Payload *models.APIError + func NewResetConfigDefault(code int) *ResetConfigDefault + func (o *ResetConfigDefault) SetPayload(payload *models.APIError) + func (o *ResetConfigDefault) SetStatusCode(code int) + func (o *ResetConfigDefault) WithPayload(payload *models.APIError) *ResetConfigDefault + func (o *ResetConfigDefault) WithStatusCode(code int) *ResetConfigDefault + func (o *ResetConfigDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ResetConfigHandler interface + Handle func(ResetConfigParams, *models.Principal) middleware.Responder + type ResetConfigHandlerFunc func(ResetConfigParams, *models.Principal) middleware.Responder + func (fn ResetConfigHandlerFunc) Handle(params ResetConfigParams, principal *models.Principal) middleware.Responder + type ResetConfigOK struct + Payload *models.SetConfigResponse + func NewResetConfigOK() *ResetConfigOK + func (o *ResetConfigOK) SetPayload(payload *models.SetConfigResponse) + func (o *ResetConfigOK) WithPayload(payload *models.SetConfigResponse) *ResetConfigOK + func (o *ResetConfigOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ResetConfigParams struct + HTTPRequest *http.Request + Name string + func NewResetConfigParams() ResetConfigParams + func (o *ResetConfigParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type ResetConfigURL struct + Name string + func (o *ResetConfigURL) Build() (*url.URL, error) + func (o *ResetConfigURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *ResetConfigURL) Must(u *url.URL, err error) *url.URL + func (o *ResetConfigURL) SetBasePath(bp string) + func (o *ResetConfigURL) String() string + func (o *ResetConfigURL) StringFull(scheme, host string) string + func (o *ResetConfigURL) WithBasePath(bp string) *ResetConfigURL + type SetConfig struct + Context *middleware.Context + Handler SetConfigHandler + func NewSetConfig(ctx *middleware.Context, handler SetConfigHandler) *SetConfig + func (o *SetConfig) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type SetConfigDefault struct + Payload *models.APIError + func NewSetConfigDefault(code int) *SetConfigDefault + func (o *SetConfigDefault) SetPayload(payload *models.APIError) + func (o *SetConfigDefault) SetStatusCode(code int) + func (o *SetConfigDefault) WithPayload(payload *models.APIError) *SetConfigDefault + func (o *SetConfigDefault) WithStatusCode(code int) *SetConfigDefault + func (o *SetConfigDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type SetConfigHandler interface + Handle func(SetConfigParams, *models.Principal) middleware.Responder + type SetConfigHandlerFunc func(SetConfigParams, *models.Principal) middleware.Responder + func (fn SetConfigHandlerFunc) Handle(params SetConfigParams, principal *models.Principal) middleware.Responder + type SetConfigOK struct + Payload *models.SetConfigResponse + func NewSetConfigOK() *SetConfigOK + func (o *SetConfigOK) SetPayload(payload *models.SetConfigResponse) + func (o *SetConfigOK) WithPayload(payload *models.SetConfigResponse) *SetConfigOK + func (o *SetConfigOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type SetConfigParams struct + Body *models.SetConfigRequest + HTTPRequest *http.Request + Name string + func NewSetConfigParams() SetConfigParams + func (o *SetConfigParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type SetConfigURL struct + Name string + func (o *SetConfigURL) Build() (*url.URL, error) + func (o *SetConfigURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *SetConfigURL) Must(u *url.URL, err error) *url.URL + func (o *SetConfigURL) SetBasePath(bp string) + func (o *SetConfigURL) String() string + func (o *SetConfigURL) StringFull(scheme, host string) string + func (o *SetConfigURL) WithBasePath(bp string) *SetConfigURL