Versions in this module Expand all Collapse all v1 v1.0.0 Jul 12, 2026 Changes in this version + const ApiKeyAuthScopes + const BearerAuthScopes + func Handler(si ServerInterface) http.Handler + func HandlerFromMux(si ServerInterface, r chi.Router) http.Handler + func HandlerFromMuxWithBaseURL(si ServerInterface, r chi.Router, baseURL string) http.Handler + func HandlerWithOptions(si ServerInterface, options ChiServerOptions) http.Handler + func Mount(r chi.Router, s *Server) + type ActivityBefore = time.Time + type ActivityCursor = string + type ActivityEvent struct + CreatedAt time.Time + Id uint32 + Movie Movie + Payload *map[string]interface{} + Type ActivityEventType + type ActivityEventType string + const ActivityEventTypeDownloadCompleted + const ActivityEventTypeDownloadFailed + const ActivityEventTypeDriftConfirmed + const ActivityEventTypeDriftDetected + const ActivityEventTypeGrabbed + const ActivityEventTypeImportFailed + const ActivityEventTypeImported + func (e ActivityEventType) Valid() bool + type ActivityLimit = int + type ActivityList struct + Events []ActivityEvent + NextCursor *string + type ActivityListJSONResponse ActivityList + type ActivityMovieID = uint32 + type ActivitySince = time.Time + type ActivityType = []string + type AddMovie = AddMovieRequest + type AddMovie201JSONResponse Movie + func (response AddMovie201JSONResponse) VisitAddMovieResponse(w http.ResponseWriter) error + type AddMovie403JSONResponse struct + func (response AddMovie403JSONResponse) VisitAddMovieResponse(w http.ResponseWriter) error + type AddMovie409JSONResponse struct + func (response AddMovie409JSONResponse) VisitAddMovieResponse(w http.ResponseWriter) error + type AddMovie500JSONResponse struct + func (response AddMovie500JSONResponse) VisitAddMovieResponse(w http.ResponseWriter) error + type AddMovieJSONRequestBody = AddMovieRequest + type AddMovieRequest struct + QualityProfile *string + TmdbId uint32 + type AddMovieRequestObject struct + Body *AddMovieJSONRequestBody + type AddMovieResponseObject interface + VisitAddMovieResponse func(w http.ResponseWriter) error + type AddSeries = AddSeriesRequest + type AddSeries201JSONResponse struct + func (response AddSeries201JSONResponse) VisitAddSeriesResponse(w http.ResponseWriter) error + type AddSeries403JSONResponse struct + func (response AddSeries403JSONResponse) VisitAddSeriesResponse(w http.ResponseWriter) error + type AddSeries409JSONResponse struct + func (response AddSeries409JSONResponse) VisitAddSeriesResponse(w http.ResponseWriter) error + type AddSeries500JSONResponse struct + func (response AddSeries500JSONResponse) VisitAddSeriesResponse(w http.ResponseWriter) error + type AddSeriesJSONRequestBody = AddSeriesRequest + type AddSeriesRequest struct + Preset *AddSeriesRequestPreset + QualityProfile *string + TvdbId uint32 + type AddSeriesRequestObject struct + Body *AddSeriesJSONRequestBody + type AddSeriesRequestPreset string + const AddSeriesRequestPresetAll + const AddSeriesRequestPresetExisting + const AddSeriesRequestPresetFuture + const AddSeriesRequestPresetMissing + const AddSeriesRequestPresetNone + const AddSeriesRequestPresetPilot + func (e AddSeriesRequestPreset) Valid() bool + type AddSeriesResponseObject interface + VisitAddSeriesResponse func(w http.ResponseWriter) error + type ApiKey struct + CreatedAt time.Time + Id uint32 + LastUsedAt *time.Time + Name string + type ApiKeyCreated struct + CreatedAt time.Time + Id uint32 + LastUsedAt *time.Time + Name string + RawToken string + type ApiKeyID = uint32 + type ApproveRequest = ApproveRequestRequest + type ApproveRequest200JSONResponse struct + func (response ApproveRequest200JSONResponse) VisitApproveRequestResponse(w http.ResponseWriter) error + type ApproveRequest403JSONResponse struct + func (response ApproveRequest403JSONResponse) VisitApproveRequestResponse(w http.ResponseWriter) error + type ApproveRequest404JSONResponse struct + func (response ApproveRequest404JSONResponse) VisitApproveRequestResponse(w http.ResponseWriter) error + type ApproveRequest500JSONResponse struct + func (response ApproveRequest500JSONResponse) VisitApproveRequestResponse(w http.ResponseWriter) error + type ApproveRequestJSONRequestBody = ApproveRequestRequest + type ApproveRequestRequest struct + QualityProfile *string + type ApproveRequestRequestObject struct + Body *ApproveRequestJSONRequestBody + Id ResourceID + type ApproveRequestResponseObject interface + VisitApproveRequestResponse func(w http.ResponseWriter) error + type AuthConfig = AuthConfigView + type AuthConfigJSONResponse AuthConfigView + type AuthConfigPatch struct + OidcDefaultRole *AuthConfigPatchOidcDefaultRole + RegistrationMode *AuthConfigPatchRegistrationMode + SessionTtl *string + type AuthConfigPatchOidcDefaultRole string + const AuthConfigPatchOidcDefaultRoleAdmin + const AuthConfigPatchOidcDefaultRoleMember + const AuthConfigPatchOidcDefaultRoleRequestOnly + func (e AuthConfigPatchOidcDefaultRole) Valid() bool + type AuthConfigPatchRegistrationMode string + const AuthConfigPatchRegistrationModeDisabled + const AuthConfigPatchRegistrationModeInvite + const AuthConfigPatchRegistrationModeOpen + func (e AuthConfigPatchRegistrationMode) Valid() bool + type AuthConfigView struct + OidcDefaultRole AuthConfigViewOidcDefaultRole + RegistrationMode AuthConfigViewRegistrationMode + SessionTtl string + type AuthConfigViewOidcDefaultRole string + const AuthConfigViewOidcDefaultRoleAdmin + const AuthConfigViewOidcDefaultRoleMember + const AuthConfigViewOidcDefaultRoleRequestOnly + func (e AuthConfigViewOidcDefaultRole) Valid() bool + type AuthConfigViewRegistrationMode string + const AuthConfigViewRegistrationModeDisabled + const AuthConfigViewRegistrationModeInvite + const AuthConfigViewRegistrationModeOpen + func (e AuthConfigViewRegistrationMode) Valid() bool + type AuthMe200JSONResponse User + func (response AuthMe200JSONResponse) VisitAuthMeResponse(w http.ResponseWriter) error + type AuthMe401JSONResponse struct + func (response AuthMe401JSONResponse) VisitAuthMeResponse(w http.ResponseWriter) error + type AuthMeRequestObject struct + type AuthMeResponseObject interface + VisitAuthMeResponse func(w http.ResponseWriter) error + type BadRequest = Error + type BadRequestJSONResponse Error + type BrowseEpisodeReleases200JSONResponse struct + func (response BrowseEpisodeReleases200JSONResponse) VisitBrowseEpisodeReleasesResponse(w http.ResponseWriter) error + type BrowseEpisodeReleases404JSONResponse struct + func (response BrowseEpisodeReleases404JSONResponse) VisitBrowseEpisodeReleasesResponse(w http.ResponseWriter) error + type BrowseEpisodeReleases500JSONResponse struct + func (response BrowseEpisodeReleases500JSONResponse) VisitBrowseEpisodeReleasesResponse(w http.ResponseWriter) error + type BrowseEpisodeReleasesRequestObject struct + EpisodeId EpisodeID + Id ResourceID + type BrowseEpisodeReleasesResponseObject interface + VisitBrowseEpisodeReleasesResponse func(w http.ResponseWriter) error + type BrowseSeasonReleases200JSONResponse struct + func (response BrowseSeasonReleases200JSONResponse) VisitBrowseSeasonReleasesResponse(w http.ResponseWriter) error + type BrowseSeasonReleases404JSONResponse struct + func (response BrowseSeasonReleases404JSONResponse) VisitBrowseSeasonReleasesResponse(w http.ResponseWriter) error + type BrowseSeasonReleases500JSONResponse struct + func (response BrowseSeasonReleases500JSONResponse) VisitBrowseSeasonReleasesResponse(w http.ResponseWriter) error + type BrowseSeasonReleasesRequestObject struct + Id ResourceID + Number SeasonNumber + type BrowseSeasonReleasesResponseObject interface + VisitBrowseSeasonReleasesResponse func(w http.ResponseWriter) error + type BrowseSeriesReleases200JSONResponse struct + func (response BrowseSeriesReleases200JSONResponse) VisitBrowseSeriesReleasesResponse(w http.ResponseWriter) error + type BrowseSeriesReleases404JSONResponse struct + func (response BrowseSeriesReleases404JSONResponse) VisitBrowseSeriesReleasesResponse(w http.ResponseWriter) error + type BrowseSeriesReleases500JSONResponse struct + func (response BrowseSeriesReleases500JSONResponse) VisitBrowseSeriesReleasesResponse(w http.ResponseWriter) error + type BrowseSeriesReleasesRequestObject struct + Id ResourceID + type BrowseSeriesReleasesResponseObject interface + VisitBrowseSeriesReleasesResponse func(w http.ResponseWriter) error + type CalendarFrom = time.Time + type CalendarTo = time.Time + type CancelImport204Response = ImportCancelledResponse + func (response CancelImport204Response) VisitCancelImportResponse(w http.ResponseWriter) error + type CancelImport403JSONResponse struct + func (response CancelImport403JSONResponse) VisitCancelImportResponse(w http.ResponseWriter) error + type CancelImport404JSONResponse struct + func (response CancelImport404JSONResponse) VisitCancelImportResponse(w http.ResponseWriter) error + type CancelImport422JSONResponse struct + func (response CancelImport422JSONResponse) VisitCancelImportResponse(w http.ResponseWriter) error + type CancelImportRequestObject struct + Id ResourceID + type CancelImportResponseObject interface + VisitCancelImportResponse func(w http.ResponseWriter) error + type CancelQueueItem204Response = NoContentResponse + func (response CancelQueueItem204Response) VisitCancelQueueItemResponse(w http.ResponseWriter) error + type CancelQueueItem403JSONResponse struct + func (response CancelQueueItem403JSONResponse) VisitCancelQueueItemResponse(w http.ResponseWriter) error + type CancelQueueItem404JSONResponse struct + func (response CancelQueueItem404JSONResponse) VisitCancelQueueItemResponse(w http.ResponseWriter) error + type CancelQueueItem500JSONResponse struct + func (response CancelQueueItem500JSONResponse) VisitCancelQueueItemResponse(w http.ResponseWriter) error + type CancelQueueItemRequestObject struct + Id ResourceID + type CancelQueueItemResponseObject interface + VisitCancelQueueItemResponse func(w http.ResponseWriter) error + type CastMember struct + Character *string + Name string + PersonUrl *string + ProfileUrl *string + TmdbId *uint32 + type ChangePassword = ChangePasswordRequest + type ChangePassword204Response struct + func (response ChangePassword204Response) VisitChangePasswordResponse(w http.ResponseWriter) error + type ChangePassword401JSONResponse struct + func (response ChangePassword401JSONResponse) VisitChangePasswordResponse(w http.ResponseWriter) error + type ChangePassword422JSONResponse struct + func (response ChangePassword422JSONResponse) VisitChangePasswordResponse(w http.ResponseWriter) error + type ChangePasswordJSONRequestBody = ChangePasswordRequest + type ChangePasswordRequest struct + CurrentPassword string + NewPassword string + type ChangePasswordRequestObject struct + Body *ChangePasswordJSONRequestBody + type ChangePasswordResponseObject interface + VisitChangePasswordResponse func(w http.ResponseWriter) error + type ChiServerOptions struct + BaseRouter chi.Router + BaseURL string + ErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error) + Middlewares []MiddlewareFunc + type ClearCompletedHistory200JSONResponse struct + func (response ClearCompletedHistory200JSONResponse) VisitClearCompletedHistoryResponse(w http.ResponseWriter) error + type ClearCompletedHistory403JSONResponse struct + func (response ClearCompletedHistory403JSONResponse) VisitClearCompletedHistoryResponse(w http.ResponseWriter) error + type ClearCompletedHistoryRequestObject struct + type ClearCompletedHistoryResponseObject interface + VisitClearCompletedHistoryResponse func(w http.ResponseWriter) error + type ClearCompletedResult struct + Deleted int + type ClearCompletedResultJSONResponse ClearCompletedResult + type CommitImport202JSONResponse struct + func (response CommitImport202JSONResponse) VisitCommitImportResponse(w http.ResponseWriter) error + type CommitImport403JSONResponse struct + func (response CommitImport403JSONResponse) VisitCommitImportResponse(w http.ResponseWriter) error + type CommitImport404JSONResponse struct + func (response CommitImport404JSONResponse) VisitCommitImportResponse(w http.ResponseWriter) error + type CommitImport422JSONResponse struct + func (response CommitImport422JSONResponse) VisitCommitImportResponse(w http.ResponseWriter) error + type CommitImportRequestObject struct + Id ResourceID + type CommitImportResponseObject interface + VisitCommitImportResponse func(w http.ResponseWriter) error + type Conflict = Error + type ConflictJSONResponse Error + type ConnectionTestOKResponse struct + type CreateApiKey = CreateApiKeyRequest + type CreateApiKeyRequest struct + Name string + type CreateDownloadClient = DownloadClientCreate + type CreateDownloadClient201JSONResponse DownloadClient + func (response CreateDownloadClient201JSONResponse) VisitCreateDownloadClientResponse(w http.ResponseWriter) error + type CreateDownloadClient403JSONResponse struct + func (response CreateDownloadClient403JSONResponse) VisitCreateDownloadClientResponse(w http.ResponseWriter) error + type CreateDownloadClient409JSONResponse struct + func (response CreateDownloadClient409JSONResponse) VisitCreateDownloadClientResponse(w http.ResponseWriter) error + type CreateDownloadClient422JSONResponse struct + func (response CreateDownloadClient422JSONResponse) VisitCreateDownloadClientResponse(w http.ResponseWriter) error + type CreateDownloadClient500JSONResponse struct + func (response CreateDownloadClient500JSONResponse) VisitCreateDownloadClientResponse(w http.ResponseWriter) error + type CreateDownloadClientJSONRequestBody = DownloadClientCreate + type CreateDownloadClientRequestObject struct + Body *CreateDownloadClientJSONRequestBody + type CreateDownloadClientResponseObject interface + VisitCreateDownloadClientResponse func(w http.ResponseWriter) error + type CreateIndexer = IndexerCreate + type CreateIndexer201JSONResponse Indexer + func (response CreateIndexer201JSONResponse) VisitCreateIndexerResponse(w http.ResponseWriter) error + type CreateIndexer403JSONResponse struct + func (response CreateIndexer403JSONResponse) VisitCreateIndexerResponse(w http.ResponseWriter) error + type CreateIndexer409JSONResponse struct + func (response CreateIndexer409JSONResponse) VisitCreateIndexerResponse(w http.ResponseWriter) error + type CreateIndexer422JSONResponse struct + func (response CreateIndexer422JSONResponse) VisitCreateIndexerResponse(w http.ResponseWriter) error + type CreateIndexer500JSONResponse struct + func (response CreateIndexer500JSONResponse) VisitCreateIndexerResponse(w http.ResponseWriter) error + type CreateIndexerJSONRequestBody = IndexerCreate + type CreateIndexerRequestObject struct + Body *CreateIndexerJSONRequestBody + type CreateIndexerResponseObject interface + VisitCreateIndexerResponse func(w http.ResponseWriter) error + type CreateInvite = CreateInviteRequest + type CreateInvite201JSONResponse InviteCreated + func (response CreateInvite201JSONResponse) VisitCreateInviteResponse(w http.ResponseWriter) error + type CreateInvite403JSONResponse struct + func (response CreateInvite403JSONResponse) VisitCreateInviteResponse(w http.ResponseWriter) error + type CreateInviteJSONRequestBody = CreateInviteRequest + type CreateInviteRequest struct + Email openapi_types.Email + Role CreateInviteRequestRole + Ttl *string + type CreateInviteRequestObject struct + Body *CreateInviteJSONRequestBody + type CreateInviteRequestRole string + const CreateInviteRequestRoleAdmin + const CreateInviteRequestRoleMember + const CreateInviteRequestRoleRequestOnly + func (e CreateInviteRequestRole) Valid() bool + type CreateInviteResponseObject interface + VisitCreateInviteResponse func(w http.ResponseWriter) error + type CreateMediaServer = MediaServerCreate + type CreateMediaServer201JSONResponse struct + func (response CreateMediaServer201JSONResponse) VisitCreateMediaServerResponse(w http.ResponseWriter) error + type CreateMediaServer403JSONResponse struct + func (response CreateMediaServer403JSONResponse) VisitCreateMediaServerResponse(w http.ResponseWriter) error + type CreateMediaServer409JSONResponse struct + func (response CreateMediaServer409JSONResponse) VisitCreateMediaServerResponse(w http.ResponseWriter) error + type CreateMediaServer422JSONResponse struct + func (response CreateMediaServer422JSONResponse) VisitCreateMediaServerResponse(w http.ResponseWriter) error + type CreateMediaServer500JSONResponse struct + func (response CreateMediaServer500JSONResponse) VisitCreateMediaServerResponse(w http.ResponseWriter) error + type CreateMediaServerJSONRequestBody = MediaServerCreate + type CreateMediaServerRequestObject struct + Body *CreateMediaServerJSONRequestBody + type CreateMediaServerResponseObject interface + VisitCreateMediaServerResponse func(w http.ResponseWriter) error + type CreateMyApiKey201JSONResponse ApiKeyCreated + func (response CreateMyApiKey201JSONResponse) VisitCreateMyApiKeyResponse(w http.ResponseWriter) error + type CreateMyApiKey401JSONResponse struct + func (response CreateMyApiKey401JSONResponse) VisitCreateMyApiKeyResponse(w http.ResponseWriter) error + type CreateMyApiKeyJSONRequestBody = CreateApiKeyRequest + type CreateMyApiKeyRequestObject struct + Body *CreateMyApiKeyJSONRequestBody + type CreateMyApiKeyResponseObject interface + VisitCreateMyApiKeyResponse func(w http.ResponseWriter) error + type CreateOIDCProvider = OIDCProviderCreate + type CreateOIDCProvider201JSONResponse struct + func (response CreateOIDCProvider201JSONResponse) VisitCreateOIDCProviderResponse(w http.ResponseWriter) error + type CreateOIDCProvider403JSONResponse struct + func (response CreateOIDCProvider403JSONResponse) VisitCreateOIDCProviderResponse(w http.ResponseWriter) error + type CreateOIDCProvider409JSONResponse struct + func (response CreateOIDCProvider409JSONResponse) VisitCreateOIDCProviderResponse(w http.ResponseWriter) error + type CreateOIDCProvider422JSONResponse struct + func (response CreateOIDCProvider422JSONResponse) VisitCreateOIDCProviderResponse(w http.ResponseWriter) error + type CreateOIDCProviderJSONRequestBody = OIDCProviderCreate + type CreateOIDCProviderRequestObject struct + Body *CreateOIDCProviderJSONRequestBody + type CreateOIDCProviderResponseObject interface + VisitCreateOIDCProviderResponse func(w http.ResponseWriter) error + type CreateQualityProfile = QualityProfileCreate + type CreateQualityProfile201JSONResponse QualityProfile + func (response CreateQualityProfile201JSONResponse) VisitCreateQualityProfileResponse(w http.ResponseWriter) error + type CreateQualityProfile403JSONResponse struct + func (response CreateQualityProfile403JSONResponse) VisitCreateQualityProfileResponse(w http.ResponseWriter) error + type CreateQualityProfile409JSONResponse struct + func (response CreateQualityProfile409JSONResponse) VisitCreateQualityProfileResponse(w http.ResponseWriter) error + type CreateQualityProfile422JSONResponse struct + func (response CreateQualityProfile422JSONResponse) VisitCreateQualityProfileResponse(w http.ResponseWriter) error + type CreateQualityProfile500JSONResponse struct + func (response CreateQualityProfile500JSONResponse) VisitCreateQualityProfileResponse(w http.ResponseWriter) error + type CreateQualityProfileJSONRequestBody = QualityProfileCreate + type CreateQualityProfileRequestObject struct + Body *CreateQualityProfileJSONRequestBody + type CreateQualityProfileResponseObject interface + VisitCreateQualityProfileResponse func(w http.ResponseWriter) error + type CreateRequest = CreateRequestRequest + type CreateRequest201JSONResponse struct + func (response CreateRequest201JSONResponse) VisitCreateRequestResponse(w http.ResponseWriter) error + type CreateRequest401JSONResponse struct + func (response CreateRequest401JSONResponse) VisitCreateRequestResponse(w http.ResponseWriter) error + type CreateRequest409JSONResponse struct + func (response CreateRequest409JSONResponse) VisitCreateRequestResponse(w http.ResponseWriter) error + type CreateRequest500JSONResponse struct + func (response CreateRequest500JSONResponse) VisitCreateRequestResponse(w http.ResponseWriter) error + type CreateRequestJSONRequestBody = CreateRequestRequest + type CreateRequestRequest struct + MediaId uint32 + MediaType CreateRequestRequestMediaType + Title string + type CreateRequestRequestMediaType string + const CreateRequestRequestMediaTypeMovie + const CreateRequestRequestMediaTypeTvshow + func (e CreateRequestRequestMediaType) Valid() bool + type CreateRequestRequestObject struct + Body *CreateRequestJSONRequestBody + type CreateRequestResponseObject interface + VisitCreateRequestResponse func(w http.ResponseWriter) error + type CreateUser201JSONResponse struct + func (response CreateUser201JSONResponse) VisitCreateUserResponse(w http.ResponseWriter) error + type CreateUser403JSONResponse struct + func (response CreateUser403JSONResponse) VisitCreateUserResponse(w http.ResponseWriter) error + type CreateUser409JSONResponse struct + func (response CreateUser409JSONResponse) VisitCreateUserResponse(w http.ResponseWriter) error + type CreateUser422JSONResponse struct + func (response CreateUser422JSONResponse) VisitCreateUserResponse(w http.ResponseWriter) error + type CreateUserJSONRequestBody = CreateUserRequest + type CreateUserRequest struct + DisplayName *string + Email openapi_types.Email + Password string + Role CreateUserRequestRole + type CreateUserRequestObject struct + Body *CreateUserJSONRequestBody + type CreateUserRequestRole string + const CreateUserRequestRoleAdmin + const CreateUserRequestRoleMember + const CreateUserRequestRoleRequestOnly + func (e CreateUserRequestRole) Valid() bool + type CreateUserResponseObject interface + VisitCreateUserResponse func(w http.ResponseWriter) error + type DeleteDownloadClient204Response struct + func (response DeleteDownloadClient204Response) VisitDeleteDownloadClientResponse(w http.ResponseWriter) error + type DeleteDownloadClient403JSONResponse struct + func (response DeleteDownloadClient403JSONResponse) VisitDeleteDownloadClientResponse(w http.ResponseWriter) error + type DeleteDownloadClient404JSONResponse struct + func (response DeleteDownloadClient404JSONResponse) VisitDeleteDownloadClientResponse(w http.ResponseWriter) error + type DeleteDownloadClient500JSONResponse struct + func (response DeleteDownloadClient500JSONResponse) VisitDeleteDownloadClientResponse(w http.ResponseWriter) error + type DeleteDownloadClientRequestObject struct + Name ResourceName + type DeleteDownloadClientResponseObject interface + VisitDeleteDownloadClientResponse func(w http.ResponseWriter) error + type DeleteEpisodeFile204Response = FileDeletedResponse + func (response DeleteEpisodeFile204Response) VisitDeleteEpisodeFileResponse(w http.ResponseWriter) error + type DeleteEpisodeFile404JSONResponse struct + func (response DeleteEpisodeFile404JSONResponse) VisitDeleteEpisodeFileResponse(w http.ResponseWriter) error + type DeleteEpisodeFile500JSONResponse struct + func (response DeleteEpisodeFile500JSONResponse) VisitDeleteEpisodeFileResponse(w http.ResponseWriter) error + type DeleteEpisodeFileJSONRequestBody = DeleteFileRequest + type DeleteEpisodeFileRequestObject struct + Body *DeleteEpisodeFileJSONRequestBody + EpisodeId EpisodeID + Id ResourceID + type DeleteEpisodeFileResponseObject interface + VisitDeleteEpisodeFileResponse func(w http.ResponseWriter) error + type DeleteFile = DeleteFileRequest + type DeleteFileRequest struct + RemoveTorrent *bool + type DeleteHistoryItem204Response = NoContentResponse + func (response DeleteHistoryItem204Response) VisitDeleteHistoryItemResponse(w http.ResponseWriter) error + type DeleteHistoryItem403JSONResponse struct + func (response DeleteHistoryItem403JSONResponse) VisitDeleteHistoryItemResponse(w http.ResponseWriter) error + type DeleteHistoryItem404JSONResponse struct + func (response DeleteHistoryItem404JSONResponse) VisitDeleteHistoryItemResponse(w http.ResponseWriter) error + type DeleteHistoryItem500JSONResponse struct + func (response DeleteHistoryItem500JSONResponse) VisitDeleteHistoryItemResponse(w http.ResponseWriter) error + type DeleteHistoryItemRequestObject struct + Id ResourceID + type DeleteHistoryItemResponseObject interface + VisitDeleteHistoryItemResponse func(w http.ResponseWriter) error + type DeleteImport204Response = ImportDeletedResponse + func (response DeleteImport204Response) VisitDeleteImportResponse(w http.ResponseWriter) error + type DeleteImport403JSONResponse struct + func (response DeleteImport403JSONResponse) VisitDeleteImportResponse(w http.ResponseWriter) error + type DeleteImport404JSONResponse struct + func (response DeleteImport404JSONResponse) VisitDeleteImportResponse(w http.ResponseWriter) error + type DeleteImport422JSONResponse struct + func (response DeleteImport422JSONResponse) VisitDeleteImportResponse(w http.ResponseWriter) error + type DeleteImportRequestObject struct + Id ResourceID + type DeleteImportResponseObject interface + VisitDeleteImportResponse func(w http.ResponseWriter) error + type DeleteIndexer204Response struct + func (response DeleteIndexer204Response) VisitDeleteIndexerResponse(w http.ResponseWriter) error + type DeleteIndexer403JSONResponse struct + func (response DeleteIndexer403JSONResponse) VisitDeleteIndexerResponse(w http.ResponseWriter) error + type DeleteIndexer404JSONResponse struct + func (response DeleteIndexer404JSONResponse) VisitDeleteIndexerResponse(w http.ResponseWriter) error + type DeleteIndexer500JSONResponse struct + func (response DeleteIndexer500JSONResponse) VisitDeleteIndexerResponse(w http.ResponseWriter) error + type DeleteIndexerRequestObject struct + Name ResourceName + type DeleteIndexerResponseObject interface + VisitDeleteIndexerResponse func(w http.ResponseWriter) error + type DeleteMediaServer204Response = MediaServerDeletedResponse + func (response DeleteMediaServer204Response) VisitDeleteMediaServerResponse(w http.ResponseWriter) error + type DeleteMediaServer403JSONResponse struct + func (response DeleteMediaServer403JSONResponse) VisitDeleteMediaServerResponse(w http.ResponseWriter) error + type DeleteMediaServer404JSONResponse struct + func (response DeleteMediaServer404JSONResponse) VisitDeleteMediaServerResponse(w http.ResponseWriter) error + type DeleteMediaServer500JSONResponse struct + func (response DeleteMediaServer500JSONResponse) VisitDeleteMediaServerResponse(w http.ResponseWriter) error + type DeleteMediaServerRequestObject struct + Name ResourceName + type DeleteMediaServerResponseObject interface + VisitDeleteMediaServerResponse func(w http.ResponseWriter) error + type DeleteMovie204Response struct + func (response DeleteMovie204Response) VisitDeleteMovieResponse(w http.ResponseWriter) error + type DeleteMovie404JSONResponse struct + func (response DeleteMovie404JSONResponse) VisitDeleteMovieResponse(w http.ResponseWriter) error + type DeleteMovie500JSONResponse struct + func (response DeleteMovie500JSONResponse) VisitDeleteMovieResponse(w http.ResponseWriter) error + type DeleteMovieFile204Response = FileDeletedResponse + func (response DeleteMovieFile204Response) VisitDeleteMovieFileResponse(w http.ResponseWriter) error + type DeleteMovieFile404JSONResponse struct + func (response DeleteMovieFile404JSONResponse) VisitDeleteMovieFileResponse(w http.ResponseWriter) error + type DeleteMovieFile500JSONResponse struct + func (response DeleteMovieFile500JSONResponse) VisitDeleteMovieFileResponse(w http.ResponseWriter) error + type DeleteMovieFileJSONRequestBody = DeleteFileRequest + type DeleteMovieFileRequestObject struct + Body *DeleteMovieFileJSONRequestBody + FileId FileID + Id ResourceID + type DeleteMovieFileResponseObject interface + VisitDeleteMovieFileResponse func(w http.ResponseWriter) error + type DeleteMovieFiles = bool + type DeleteMovieParams struct + DeleteFiles *DeleteMovieFiles + type DeleteMovieRequestObject struct + Id ResourceID + Params DeleteMovieParams + type DeleteMovieResponseObject interface + VisitDeleteMovieResponse func(w http.ResponseWriter) error + type DeleteMyApiKey204Response struct + func (response DeleteMyApiKey204Response) VisitDeleteMyApiKeyResponse(w http.ResponseWriter) error + type DeleteMyApiKey401JSONResponse struct + func (response DeleteMyApiKey401JSONResponse) VisitDeleteMyApiKeyResponse(w http.ResponseWriter) error + type DeleteMyApiKey404JSONResponse struct + func (response DeleteMyApiKey404JSONResponse) VisitDeleteMyApiKeyResponse(w http.ResponseWriter) error + type DeleteMyApiKeyRequestObject struct + Id ResourceID + type DeleteMyApiKeyResponseObject interface + VisitDeleteMyApiKeyResponse func(w http.ResponseWriter) error + type DeleteMySession204Response struct + func (response DeleteMySession204Response) VisitDeleteMySessionResponse(w http.ResponseWriter) error + type DeleteMySession401JSONResponse struct + func (response DeleteMySession401JSONResponse) VisitDeleteMySessionResponse(w http.ResponseWriter) error + type DeleteMySession404JSONResponse struct + func (response DeleteMySession404JSONResponse) VisitDeleteMySessionResponse(w http.ResponseWriter) error + type DeleteMySessionRequestObject struct + Id ResourceID + type DeleteMySessionResponseObject interface + VisitDeleteMySessionResponse func(w http.ResponseWriter) error + type DeleteOIDCProvider204Response struct + func (response DeleteOIDCProvider204Response) VisitDeleteOIDCProviderResponse(w http.ResponseWriter) error + type DeleteOIDCProvider403JSONResponse struct + func (response DeleteOIDCProvider403JSONResponse) VisitDeleteOIDCProviderResponse(w http.ResponseWriter) error + type DeleteOIDCProvider404JSONResponse struct + func (response DeleteOIDCProvider404JSONResponse) VisitDeleteOIDCProviderResponse(w http.ResponseWriter) error + type DeleteOIDCProviderRequestObject struct + Name OIDCProviderName + type DeleteOIDCProviderResponseObject interface + VisitDeleteOIDCProviderResponse func(w http.ResponseWriter) error + type DeleteQualityProfile204Response struct + func (response DeleteQualityProfile204Response) VisitDeleteQualityProfileResponse(w http.ResponseWriter) error + type DeleteQualityProfile403JSONResponse struct + func (response DeleteQualityProfile403JSONResponse) VisitDeleteQualityProfileResponse(w http.ResponseWriter) error + type DeleteQualityProfile404JSONResponse struct + func (response DeleteQualityProfile404JSONResponse) VisitDeleteQualityProfileResponse(w http.ResponseWriter) error + type DeleteQualityProfile409JSONResponse struct + func (response DeleteQualityProfile409JSONResponse) VisitDeleteQualityProfileResponse(w http.ResponseWriter) error + type DeleteQualityProfile500JSONResponse struct + func (response DeleteQualityProfile500JSONResponse) VisitDeleteQualityProfileResponse(w http.ResponseWriter) error + type DeleteQualityProfileRequestObject struct + Name ResourceName + type DeleteQualityProfileResponseObject interface + VisitDeleteQualityProfileResponse func(w http.ResponseWriter) error + type DeleteSeries204Response = SeriesDeletedResponse + func (response DeleteSeries204Response) VisitDeleteSeriesResponse(w http.ResponseWriter) error + type DeleteSeries404JSONResponse struct + func (response DeleteSeries404JSONResponse) VisitDeleteSeriesResponse(w http.ResponseWriter) error + type DeleteSeries500JSONResponse struct + func (response DeleteSeries500JSONResponse) VisitDeleteSeriesResponse(w http.ResponseWriter) error + type DeleteSeriesFiles = bool + type DeleteSeriesParams struct + DeleteFiles *DeleteSeriesFiles + type DeleteSeriesRequestObject struct + Id ResourceID + Params DeleteSeriesParams + type DeleteSeriesResponseObject interface + VisitDeleteSeriesResponse func(w http.ResponseWriter) error + type DeleteUser204Response = UserDeletedResponse + func (response DeleteUser204Response) VisitDeleteUserResponse(w http.ResponseWriter) error + type DeleteUser403JSONResponse struct + func (response DeleteUser403JSONResponse) VisitDeleteUserResponse(w http.ResponseWriter) error + type DeleteUser404JSONResponse struct + func (response DeleteUser404JSONResponse) VisitDeleteUserResponse(w http.ResponseWriter) error + type DeleteUser409JSONResponse struct + func (response DeleteUser409JSONResponse) VisitDeleteUserResponse(w http.ResponseWriter) error + type DeleteUserRequestObject struct + Uid UserID + type DeleteUserResponseObject interface + VisitDeleteUserResponse func(w http.ResponseWriter) error + type DenyRequest = DenyRequestRequest + type DenyRequest200JSONResponse struct + func (response DenyRequest200JSONResponse) VisitDenyRequestResponse(w http.ResponseWriter) error + type DenyRequest403JSONResponse struct + func (response DenyRequest403JSONResponse) VisitDenyRequestResponse(w http.ResponseWriter) error + type DenyRequest404JSONResponse struct + func (response DenyRequest404JSONResponse) VisitDenyRequestResponse(w http.ResponseWriter) error + type DenyRequest500JSONResponse struct + func (response DenyRequest500JSONResponse) VisitDenyRequestResponse(w http.ResponseWriter) error + type DenyRequestJSONRequestBody = DenyRequestRequest + type DenyRequestRequest struct + Reason *string + type DenyRequestRequestObject struct + Body *DenyRequestJSONRequestBody + Id ResourceID + type DenyRequestResponseObject interface + VisitDenyRequestResponse func(w http.ResponseWriter) error + type Deps struct + Auth auth.Manager + BulkImports bulkimport.Manager + DeepLinker *mediaserver.DeepLinker + Downloads download.Downloader + Ent *ent.Client + Indexers indexer.Manager + MediaServers mediaserver.Manager + Metadata metadata.Provider + MetadataTV metadata.TVProvider + MissingSearcher *rss.MissingSearcher + Movies movie.Manager + PublicURL string + Renamer library.Renamer + Requests request.Manager + Scheduler scheduler.Controller + SeriesRenamer library.Renamer + Store db.Store + TVSearcher *rss.EpisodeMissingSearcher + TVShows tvshow.Manager + type DiscoverMediaServer = MediaServerDiscoveryRequest + type DiscoverMediaServerSections200JSONResponse struct + func (response DiscoverMediaServerSections200JSONResponse) VisitDiscoverMediaServerSectionsResponse(w http.ResponseWriter) error + type DiscoverMediaServerSections403JSONResponse struct + func (response DiscoverMediaServerSections403JSONResponse) VisitDiscoverMediaServerSectionsResponse(w http.ResponseWriter) error + type DiscoverMediaServerSections422JSONResponse struct + func (response DiscoverMediaServerSections422JSONResponse) VisitDiscoverMediaServerSectionsResponse(w http.ResponseWriter) error + type DiscoverMediaServerSections500JSONResponse struct + func (response DiscoverMediaServerSections500JSONResponse) VisitDiscoverMediaServerSectionsResponse(w http.ResponseWriter) error + type DiscoverMediaServerSectionsJSONRequestBody = MediaServerDiscoveryRequest + type DiscoverMediaServerSectionsRequestObject struct + Body *DiscoverMediaServerSectionsJSONRequestBody + type DiscoverMediaServerSectionsResponseObject interface + VisitDiscoverMediaServerSectionsResponse func(w http.ResponseWriter) error + type DiskUsage struct + Free string + Kind DiskUsageKind + Pct uint8 + Total string + Used string + type DiskUsageKind string + const DiskUsageKindErr + const DiskUsageKindOk + const DiskUsageKindWarn + func (e DiskUsageKind) Valid() bool + type DownloadClient struct + ApiKeySet bool + AuthMethod DownloadClientAuthMethod + ClientType DownloadClientClientType + Enabled bool + Host string + Name string + PasswordSet bool + Port uint16 + Priority *uint8 + UseSsl *bool + Username *string + type DownloadClientAuthMethod string + const DownloadClientAuthMethodApiKey + const DownloadClientAuthMethodPassword + func (e DownloadClientAuthMethod) Valid() bool + type DownloadClientClientType string + const DownloadClientClientTypeDeluge + const DownloadClientClientTypeQbittorrent + const DownloadClientClientTypeTransmission + func (e DownloadClientClientType) Valid() bool + type DownloadClientCreate struct + ApiKey *string + AuthMethod *DownloadClientCreateAuthMethod + ClientType DownloadClientCreateClientType + Enabled *bool + Host string + Name string + Password *string + Port uint16 + Priority *uint8 + UseSsl *bool + Username *string + type DownloadClientCreateAuthMethod string + const DownloadClientCreateAuthMethodApiKey + const DownloadClientCreateAuthMethodPassword + func (e DownloadClientCreateAuthMethod) Valid() bool + type DownloadClientCreateClientType string + const DownloadClientCreateClientTypeDeluge + const DownloadClientCreateClientTypeQbittorrent + const DownloadClientCreateClientTypeTransmission + func (e DownloadClientCreateClientType) Valid() bool + type DownloadHistory struct + Items []HistoryEntry + NextCursor *string + type DownloadHistoryJSONResponse DownloadHistory + type DownloadQueue struct + Items []QueueEntry + RefreshedAt time.Time + type DownloadQueueJSONResponse DownloadQueue + type Episode struct + AbsoluteNumber *uint16 + AirDate *time.Time + Id uint32 + Monitored bool + Number uint16 + Quality *string + Size *int64 + Status EpisodeStatus + Title *string + type EpisodeID = uint32 + type EpisodeRef struct + Episode uint16 + Season uint16 + ShowTitle string + type EpisodeStatus string + const EpisodeStatusAvailable + const EpisodeStatusDownloading + const EpisodeStatusPaused + const EpisodeStatusSkipped + const EpisodeStatusUnaired + const EpisodeStatusWanted + func (e EpisodeStatus) Valid() bool + type EpisodeUpdatedResponse struct + type Error struct + Code *string + Message string + type FileDeletedResponse struct + type FileID = uint32 + type Forbidden = Error + type ForbiddenJSONResponse Error + type GetConfigAuth200JSONResponse struct + func (response GetConfigAuth200JSONResponse) VisitGetConfigAuthResponse(w http.ResponseWriter) error + type GetConfigAuth403JSONResponse struct + func (response GetConfigAuth403JSONResponse) VisitGetConfigAuthResponse(w http.ResponseWriter) error + type GetConfigAuthRequestObject struct + type GetConfigAuthResponseObject interface + VisitGetConfigAuthResponse func(w http.ResponseWriter) error + type GetDownloadQueue200JSONResponse struct + func (response GetDownloadQueue200JSONResponse) VisitGetDownloadQueueResponse(w http.ResponseWriter) error + type GetDownloadQueueRequestObject struct + type GetDownloadQueueResponseObject interface + VisitGetDownloadQueueResponse func(w http.ResponseWriter) error + type GetImport200JSONResponse struct + func (response GetImport200JSONResponse) VisitGetImportResponse(w http.ResponseWriter) error + type GetImport403JSONResponse struct + func (response GetImport403JSONResponse) VisitGetImportResponse(w http.ResponseWriter) error + type GetImport404JSONResponse struct + func (response GetImport404JSONResponse) VisitGetImportResponse(w http.ResponseWriter) error + type GetImportRequestObject struct + Id ResourceID + type GetImportResponseObject interface + VisitGetImportResponse func(w http.ResponseWriter) error + type GetMediaServer200JSONResponse struct + func (response GetMediaServer200JSONResponse) VisitGetMediaServerResponse(w http.ResponseWriter) error + type GetMediaServer404JSONResponse struct + func (response GetMediaServer404JSONResponse) VisitGetMediaServerResponse(w http.ResponseWriter) error + type GetMediaServer500JSONResponse struct + func (response GetMediaServer500JSONResponse) VisitGetMediaServerResponse(w http.ResponseWriter) error + type GetMediaServerRequestObject struct + Name ResourceName + type GetMediaServerResponseObject interface + VisitGetMediaServerResponse func(w http.ResponseWriter) error + type GetMovie200JSONResponse Movie + func (response GetMovie200JSONResponse) VisitGetMovieResponse(w http.ResponseWriter) error + type GetMovie404JSONResponse struct + func (response GetMovie404JSONResponse) VisitGetMovieResponse(w http.ResponseWriter) error + type GetMovie500JSONResponse struct + func (response GetMovie500JSONResponse) VisitGetMovieResponse(w http.ResponseWriter) error + type GetMovieCounts200JSONResponse struct + func (response GetMovieCounts200JSONResponse) VisitGetMovieCountsResponse(w http.ResponseWriter) error + type GetMovieCounts500JSONResponse struct + func (response GetMovieCounts500JSONResponse) VisitGetMovieCountsResponse(w http.ResponseWriter) error + type GetMovieCountsRequestObject struct + type GetMovieCountsResponseObject interface + VisitGetMovieCountsResponse func(w http.ResponseWriter) error + type GetMoviePlayOnLinks200JSONResponse struct + func (response GetMoviePlayOnLinks200JSONResponse) VisitGetMoviePlayOnLinksResponse(w http.ResponseWriter) error + type GetMoviePlayOnLinks404JSONResponse struct + func (response GetMoviePlayOnLinks404JSONResponse) VisitGetMoviePlayOnLinksResponse(w http.ResponseWriter) error + type GetMoviePlayOnLinks500JSONResponse struct + func (response GetMoviePlayOnLinks500JSONResponse) VisitGetMoviePlayOnLinksResponse(w http.ResponseWriter) error + type GetMoviePlayOnLinksRequestObject struct + Id ResourceID + type GetMoviePlayOnLinksResponseObject interface + VisitGetMoviePlayOnLinksResponse func(w http.ResponseWriter) error + type GetMovieRecommendations200JSONResponse struct + func (response GetMovieRecommendations200JSONResponse) VisitGetMovieRecommendationsResponse(w http.ResponseWriter) error + type GetMovieRecommendations404JSONResponse struct + func (response GetMovieRecommendations404JSONResponse) VisitGetMovieRecommendationsResponse(w http.ResponseWriter) error + type GetMovieRecommendations500JSONResponse struct + func (response GetMovieRecommendations500JSONResponse) VisitGetMovieRecommendationsResponse(w http.ResponseWriter) error + type GetMovieRecommendationsRequestObject struct + Id ResourceID + type GetMovieRecommendationsResponseObject interface + VisitGetMovieRecommendationsResponse func(w http.ResponseWriter) error + type GetMovieRequestObject struct + Id ResourceID + type GetMovieResponseObject interface + VisitGetMovieResponse func(w http.ResponseWriter) error + type GetOIDCProvider200JSONResponse struct + func (response GetOIDCProvider200JSONResponse) VisitGetOIDCProviderResponse(w http.ResponseWriter) error + type GetOIDCProvider403JSONResponse struct + func (response GetOIDCProvider403JSONResponse) VisitGetOIDCProviderResponse(w http.ResponseWriter) error + type GetOIDCProvider404JSONResponse struct + func (response GetOIDCProvider404JSONResponse) VisitGetOIDCProviderResponse(w http.ResponseWriter) error + type GetOIDCProviderRequestObject struct + Name OIDCProviderName + type GetOIDCProviderResponseObject interface + VisitGetOIDCProviderResponse func(w http.ResponseWriter) error + type GetRequestCounts200JSONResponse struct + func (response GetRequestCounts200JSONResponse) VisitGetRequestCountsResponse(w http.ResponseWriter) error + type GetRequestCounts401JSONResponse struct + func (response GetRequestCounts401JSONResponse) VisitGetRequestCountsResponse(w http.ResponseWriter) error + type GetRequestCounts500JSONResponse struct + func (response GetRequestCounts500JSONResponse) VisitGetRequestCountsResponse(w http.ResponseWriter) error + type GetRequestCountsRequestObject struct + type GetRequestCountsResponseObject interface + VisitGetRequestCountsResponse func(w http.ResponseWriter) error + type GetRequestMetadata200JSONResponse struct + func (response GetRequestMetadata200JSONResponse) VisitGetRequestMetadataResponse(w http.ResponseWriter) error + type GetRequestMetadata401JSONResponse struct + func (response GetRequestMetadata401JSONResponse) VisitGetRequestMetadataResponse(w http.ResponseWriter) error + type GetRequestMetadata403JSONResponse struct + func (response GetRequestMetadata403JSONResponse) VisitGetRequestMetadataResponse(w http.ResponseWriter) error + type GetRequestMetadata404JSONResponse struct + func (response GetRequestMetadata404JSONResponse) VisitGetRequestMetadataResponse(w http.ResponseWriter) error + type GetRequestMetadata500JSONResponse struct + func (response GetRequestMetadata500JSONResponse) VisitGetRequestMetadataResponse(w http.ResponseWriter) error + type GetRequestMetadataRequestObject struct + Id ResourceID + type GetRequestMetadataResponseObject interface + VisitGetRequestMetadataResponse func(w http.ResponseWriter) error + type GetSchedule200JSONResponse struct + func (response GetSchedule200JSONResponse) VisitGetScheduleResponse(w http.ResponseWriter) error + type GetSchedule401JSONResponse struct + func (response GetSchedule401JSONResponse) VisitGetScheduleResponse(w http.ResponseWriter) error + type GetSchedule403JSONResponse struct + func (response GetSchedule403JSONResponse) VisitGetScheduleResponse(w http.ResponseWriter) error + type GetSchedule404JSONResponse struct + func (response GetSchedule404JSONResponse) VisitGetScheduleResponse(w http.ResponseWriter) error + type GetScheduleRequestObject struct + Name ScheduleName + type GetScheduleResponseObject interface + VisitGetScheduleResponse func(w http.ResponseWriter) error + type GetSeries200JSONResponse struct + func (response GetSeries200JSONResponse) VisitGetSeriesResponse(w http.ResponseWriter) error + type GetSeries404JSONResponse struct + func (response GetSeries404JSONResponse) VisitGetSeriesResponse(w http.ResponseWriter) error + type GetSeries500JSONResponse struct + func (response GetSeries500JSONResponse) VisitGetSeriesResponse(w http.ResponseWriter) error + type GetSeriesCounts200JSONResponse struct + func (response GetSeriesCounts200JSONResponse) VisitGetSeriesCountsResponse(w http.ResponseWriter) error + type GetSeriesCounts500JSONResponse struct + func (response GetSeriesCounts500JSONResponse) VisitGetSeriesCountsResponse(w http.ResponseWriter) error + type GetSeriesCountsRequestObject struct + type GetSeriesCountsResponseObject interface + VisitGetSeriesCountsResponse func(w http.ResponseWriter) error + type GetSeriesPlayOnLinks200JSONResponse struct + func (response GetSeriesPlayOnLinks200JSONResponse) VisitGetSeriesPlayOnLinksResponse(w http.ResponseWriter) error + type GetSeriesPlayOnLinks404JSONResponse struct + func (response GetSeriesPlayOnLinks404JSONResponse) VisitGetSeriesPlayOnLinksResponse(w http.ResponseWriter) error + type GetSeriesPlayOnLinks500JSONResponse struct + func (response GetSeriesPlayOnLinks500JSONResponse) VisitGetSeriesPlayOnLinksResponse(w http.ResponseWriter) error + type GetSeriesPlayOnLinksRequestObject struct + Id ResourceID + type GetSeriesPlayOnLinksResponseObject interface + VisitGetSeriesPlayOnLinksResponse func(w http.ResponseWriter) error + type GetSeriesRequestObject struct + Id ResourceID + type GetSeriesResponseObject interface + VisitGetSeriesResponse func(w http.ResponseWriter) error + type GetSystemInfo200JSONResponse struct + func (response GetSystemInfo200JSONResponse) VisitGetSystemInfoResponse(w http.ResponseWriter) error + type GetSystemInfo403JSONResponse struct + func (response GetSystemInfo403JSONResponse) VisitGetSystemInfoResponse(w http.ResponseWriter) error + type GetSystemInfoRequestObject struct + type GetSystemInfoResponseObject interface + VisitGetSystemInfoResponse func(w http.ResponseWriter) error + type GetUser200JSONResponse struct + func (response GetUser200JSONResponse) VisitGetUserResponse(w http.ResponseWriter) error + type GetUser403JSONResponse struct + func (response GetUser403JSONResponse) VisitGetUserResponse(w http.ResponseWriter) error + type GetUser404JSONResponse struct + func (response GetUser404JSONResponse) VisitGetUserResponse(w http.ResponseWriter) error + type GetUserRequestObject struct + Uid UserID + type GetUserResponseObject interface + VisitGetUserResponse func(w http.ResponseWriter) error + type GrabEpisodeRelease202Response = SeriesGrabAcceptedResponse + func (response GrabEpisodeRelease202Response) VisitGrabEpisodeReleaseResponse(w http.ResponseWriter) error + type GrabEpisodeRelease404JSONResponse struct + func (response GrabEpisodeRelease404JSONResponse) VisitGrabEpisodeReleaseResponse(w http.ResponseWriter) error + type GrabEpisodeRelease422JSONResponse struct + func (response GrabEpisodeRelease422JSONResponse) VisitGrabEpisodeReleaseResponse(w http.ResponseWriter) error + type GrabEpisodeRelease500JSONResponse struct + func (response GrabEpisodeRelease500JSONResponse) VisitGrabEpisodeReleaseResponse(w http.ResponseWriter) error + type GrabEpisodeReleaseJSONRequestBody = SearchResult + type GrabEpisodeReleaseRequestObject struct + Body *GrabEpisodeReleaseJSONRequestBody + EpisodeId EpisodeID + Id ResourceID + type GrabEpisodeReleaseResponseObject interface + VisitGrabEpisodeReleaseResponse func(w http.ResponseWriter) error + type GrabMovieRelease = SearchResult + type GrabMovieRelease202JSONResponse struct + func (response GrabMovieRelease202JSONResponse) VisitGrabMovieReleaseResponse(w http.ResponseWriter) error + type GrabMovieRelease404JSONResponse struct + func (response GrabMovieRelease404JSONResponse) VisitGrabMovieReleaseResponse(w http.ResponseWriter) error + type GrabMovieRelease422JSONResponse struct + func (response GrabMovieRelease422JSONResponse) VisitGrabMovieReleaseResponse(w http.ResponseWriter) error + type GrabMovieRelease500JSONResponse struct + func (response GrabMovieRelease500JSONResponse) VisitGrabMovieReleaseResponse(w http.ResponseWriter) error + type GrabMovieReleaseJSONRequestBody = SearchResult + type GrabMovieReleaseRequestObject struct + Body *GrabMovieReleaseJSONRequestBody + Id ResourceID + type GrabMovieReleaseResponseObject interface + VisitGrabMovieReleaseResponse func(w http.ResponseWriter) error + type GrabSeasonRelease202Response = SeriesGrabAcceptedResponse + func (response GrabSeasonRelease202Response) VisitGrabSeasonReleaseResponse(w http.ResponseWriter) error + type GrabSeasonRelease404JSONResponse struct + func (response GrabSeasonRelease404JSONResponse) VisitGrabSeasonReleaseResponse(w http.ResponseWriter) error + type GrabSeasonRelease422JSONResponse struct + func (response GrabSeasonRelease422JSONResponse) VisitGrabSeasonReleaseResponse(w http.ResponseWriter) error + type GrabSeasonRelease500JSONResponse struct + func (response GrabSeasonRelease500JSONResponse) VisitGrabSeasonReleaseResponse(w http.ResponseWriter) error + type GrabSeasonReleaseJSONRequestBody = SearchResult + type GrabSeasonReleaseRequestObject struct + Body *GrabSeasonReleaseJSONRequestBody + Id ResourceID + Number SeasonNumber + type GrabSeasonReleaseResponseObject interface + VisitGrabSeasonReleaseResponse func(w http.ResponseWriter) error + type GrabSeriesRelease = SearchResult + type GrabSeriesRelease202Response = SeriesGrabAcceptedResponse + func (response GrabSeriesRelease202Response) VisitGrabSeriesReleaseResponse(w http.ResponseWriter) error + type GrabSeriesRelease404JSONResponse struct + func (response GrabSeriesRelease404JSONResponse) VisitGrabSeriesReleaseResponse(w http.ResponseWriter) error + type GrabSeriesRelease422JSONResponse struct + func (response GrabSeriesRelease422JSONResponse) VisitGrabSeriesReleaseResponse(w http.ResponseWriter) error + type GrabSeriesRelease500JSONResponse struct + func (response GrabSeriesRelease500JSONResponse) VisitGrabSeriesReleaseResponse(w http.ResponseWriter) error + type GrabSeriesReleaseJSONRequestBody = SearchResult + type GrabSeriesReleaseRequestObject struct + Body *GrabSeriesReleaseJSONRequestBody + Id ResourceID + type GrabSeriesReleaseResponseObject interface + VisitGrabSeriesReleaseResponse func(w http.ResponseWriter) error + type HistoryEntry struct + CreatedAt time.Time + DownloadClient *string + Episode *EpisodeRef + FailureReason *string + Id uint32 + ImportedAt *time.Time + Indexer *string + Movie Movie + Quality *string + ReleaseGroup *string + Size int64 + Status HistoryEntryStatus + Title string + UpdatedAt time.Time + type HistoryEntryStatus string + const HistoryEntryStatusCompleted + const HistoryEntryStatusFailed + func (e HistoryEntryStatus) Valid() bool + type IgnorePending = IgnorePendingRequest + type IgnorePending204Response = NoContentResponse + func (response IgnorePending204Response) VisitIgnorePendingResponse(w http.ResponseWriter) error + type IgnorePending403JSONResponse struct + func (response IgnorePending403JSONResponse) VisitIgnorePendingResponse(w http.ResponseWriter) error + type IgnorePending404JSONResponse struct + func (response IgnorePending404JSONResponse) VisitIgnorePendingResponse(w http.ResponseWriter) error + type IgnorePending500JSONResponse struct + func (response IgnorePending500JSONResponse) VisitIgnorePendingResponse(w http.ResponseWriter) error + type IgnorePendingJSONRequestBody = IgnorePendingRequest + type IgnorePendingRequest struct + RemoveTorrent *bool + type IgnorePendingRequestObject struct + Body *IgnorePendingJSONRequestBody + Id ResourceID + type IgnorePendingResponseObject interface + VisitIgnorePendingResponse func(w http.ResponseWriter) error + type ImportCancelledResponse struct + type ImportClassification string + const ImportClassificationAmbiguous + const ImportClassificationConfirmed + const ImportClassificationExisting + const ImportClassificationUnmatched + func (e ImportClassification) Valid() bool + type ImportDeletedResponse struct + type ImportFileLimit = uint16 + type ImportLimit = uint16 + type ImportPage = uint16 + type ImportPending204Response = NoContentResponse + func (response ImportPending204Response) VisitImportPendingResponse(w http.ResponseWriter) error + type ImportPending403JSONResponse struct + func (response ImportPending403JSONResponse) VisitImportPendingResponse(w http.ResponseWriter) error + type ImportPending404JSONResponse struct + func (response ImportPending404JSONResponse) VisitImportPendingResponse(w http.ResponseWriter) error + type ImportPending500JSONResponse struct + func (response ImportPending500JSONResponse) VisitImportPendingResponse(w http.ResponseWriter) error + type ImportPendingRequestObject struct + Id ResourceID + type ImportPendingResponseObject interface + VisitImportPendingResponse func(w http.ResponseWriter) error + type ImportQuery = string + type ImportScan struct + CommitFailedCount uint32 + CommitSuccessCount uint32 + CommittedAt *time.Time + CreatedAt time.Time + FailureReason *string + Id uint32 + ImportMode *ImportScanImportMode + Kind ImportScanKind + Mode ImportScanMode + ProcessedCount uint32 + ScannedAt *time.Time + SourcePath string + Status ImportScanStatus + TotalCount uint32 + UpdatedAt *time.Time + type ImportScanCandidate struct + Title string + TmdbId uint32 + Year uint16 + type ImportScanCreateRequest struct + ImportMode *ImportScanCreateRequestImportMode + Mode ImportScanCreateRequestMode + SourcePath string + type ImportScanCreateRequestImportMode string + const ImportScanCreateRequestImportModeCopy + const ImportScanCreateRequestImportModeHardlink + const ImportScanCreateRequestImportModeMove + func (e ImportScanCreateRequestImportMode) Valid() bool + type ImportScanCreateRequestMode string + const ImportScanCreateRequestModeInPlace + const ImportScanCreateRequestModeRename + func (e ImportScanCreateRequestMode) Valid() bool + type ImportScanFile struct + Candidates *[]ImportScanCandidate + Classification ImportScanFileClassification + CreatedAt *time.Time + CreatedMovieId *uint32 + Decision ImportScanFileDecision + DecisionTmdbId *uint32 + ExistingMovieId *uint32 + Id uint32 + Outcome ImportScanFileOutcome + OutcomeMessage *string + ParsedQuality *string + ParsedReleaseGroup *string + ParsedTitle *string + ParsedYear *uint16 + Size int64 + SourcePath string + TmdbId *uint32 + UpdatedAt *time.Time + type ImportScanFileClassification string + const ImportScanFileClassificationAmbiguous + const ImportScanFileClassificationConfirmed + const ImportScanFileClassificationExisting + const ImportScanFileClassificationUnmatched + func (e ImportScanFileClassification) Valid() bool + type ImportScanFileDecision string + const ImportScanFileDecisionAccept + const ImportScanFileDecisionPending + const ImportScanFileDecisionSkip + func (e ImportScanFileDecision) Valid() bool + type ImportScanFileDecisionRequest struct + Decision ImportScanFileDecisionRequestDecision + TmdbId *uint32 + type ImportScanFileDecisionRequestDecision string + const ImportScanFileDecisionRequestDecisionAccept + const ImportScanFileDecisionRequestDecisionPending + const ImportScanFileDecisionRequestDecisionSkip + func (e ImportScanFileDecisionRequestDecision) Valid() bool + type ImportScanFileID = uint32 + type ImportScanFileJSONResponse ImportScanFile + type ImportScanFileList struct + Items []ImportScanFile + Total uint32 + type ImportScanFileListJSONResponse ImportScanFileList + type ImportScanFileOutcome string + const ImportScanFileOutcomeAttached + const ImportScanFileOutcomeCreated + const ImportScanFileOutcomeFailed + const ImportScanFileOutcomePending + const ImportScanFileOutcomeSkipped + func (e ImportScanFileOutcome) Valid() bool + type ImportScanImportMode string + const ImportScanImportModeCopy + const ImportScanImportModeHardlink + const ImportScanImportModeMove + func (e ImportScanImportMode) Valid() bool + type ImportScanJSONResponse ImportScan + type ImportScanKind string + const ImportScanKindMovie + const ImportScanKindSeries + func (e ImportScanKind) Valid() bool + type ImportScanList struct + Items []ImportScan + Total uint32 + type ImportScanListJSONResponse ImportScanList + type ImportScanMode string + const ImportScanModeInPlace + const ImportScanModeRename + func (e ImportScanMode) Valid() bool + type ImportScanShow struct + Candidates *[]ImportScanShowCandidate + Classification ImportScanShowClassification + CreatedAt *time.Time + CreatedTvshowId *uint32 + Decision ImportScanShowDecision + DecisionTvdbId *uint32 + ExistingTvshowId *uint32 + FileCount uint16 + FolderPath string + Id uint32 + Outcome ImportScanShowOutcome + OutcomeMessage *string + ParsedTitle *string + ParsedYear *uint16 + TvdbId *uint32 + UpdatedAt *time.Time + type ImportScanShowCandidate struct + Title string + TvdbId uint32 + Year *uint16 + type ImportScanShowClassification string + const ImportScanShowClassificationAmbiguous + const ImportScanShowClassificationConfirmed + const ImportScanShowClassificationExisting + const ImportScanShowClassificationUnmatched + func (e ImportScanShowClassification) Valid() bool + type ImportScanShowDecision string + const ImportScanShowDecisionAccept + const ImportScanShowDecisionPending + const ImportScanShowDecisionSkip + func (e ImportScanShowDecision) Valid() bool + type ImportScanShowDecisionRequest struct + Decision ImportScanShowDecisionRequestDecision + TvdbId *uint32 + type ImportScanShowDecisionRequestDecision string + const ImportScanShowDecisionRequestDecisionAccept + const ImportScanShowDecisionRequestDecisionPending + const ImportScanShowDecisionRequestDecisionSkip + func (e ImportScanShowDecisionRequestDecision) Valid() bool + type ImportScanShowID = uint32 + type ImportScanShowJSONResponse ImportScanShow + type ImportScanShowList struct + Items []ImportScanShow + Total uint32 + type ImportScanShowListJSONResponse ImportScanShowList + type ImportScanShowOutcome string + const ImportScanShowOutcomeCreated + const ImportScanShowOutcomeFailed + const ImportScanShowOutcomePending + func (e ImportScanShowOutcome) Valid() bool + type ImportScanStatus string + const ImportScanStatusAwaitingReview + const ImportScanStatusCancelled + const ImportScanStatusCommitting + const ImportScanStatusCompleted + const ImportScanStatusFailed + const ImportScanStatusRunning + func (e ImportScanStatus) Valid() bool + type Indexer struct + ApiKeySet bool + Enabled bool + Host string + Name string + Path *string + Port uint16 + Priority *uint8 + Protocol IndexerProtocol + UseSsl *bool + type IndexerCreate struct + ApiKey string + Enabled *bool + Host string + Name string + Path *string + Port uint16 + Priority *uint8 + Protocol *IndexerCreateProtocol + UseSsl *bool + type IndexerCreateProtocol string + const IndexerCreateProtocolProwlarr + const IndexerCreateProtocolTorznab + func (e IndexerCreateProtocol) Valid() bool + type IndexerProtocol string + const IndexerProtocolProwlarr + const IndexerProtocolTorznab + func (e IndexerProtocol) Valid() bool + type InternalError = Error + type InternalErrorJSONResponse Error + type InvalidParamFormatError struct + Err error + ParamName string + func (e *InvalidParamFormatError) Error() string + func (e *InvalidParamFormatError) Unwrap() error + type Invite struct + CreatedAt time.Time + Email *openapi_types.Email + ExpiresAt time.Time + Id uint32 + Role InviteRole + UsedAt *time.Time + type InviteCreated struct + CreatedAt time.Time + Email *openapi_types.Email + ExpiresAt time.Time + Id uint32 + RawToken string + Role InviteCreatedRole + Url string + UsedAt *time.Time + type InviteCreatedRole string + const InviteCreatedRoleAdmin + const InviteCreatedRoleMember + const InviteCreatedRoleRequestOnly + func (e InviteCreatedRole) Valid() bool + type InviteRole string + const InviteRoleAdmin + const InviteRoleMember + const InviteRoleRequestOnly + func (e InviteRole) Valid() bool + type JWTRotated struct + Token string + type JWTRotatedJSONResponse JWTRotated + type ListActivity200JSONResponse struct + func (response ListActivity200JSONResponse) VisitListActivityResponse(w http.ResponseWriter) error + type ListActivity400JSONResponse struct + func (response ListActivity400JSONResponse) VisitListActivityResponse(w http.ResponseWriter) error + type ListActivityParams struct + Before *ActivityBefore + Cursor *ActivityCursor + Limit *ActivityLimit + MovieId *ActivityMovieID + Since *ActivitySince + Type *ActivityType + type ListActivityParamsType string + const ListActivityParamsTypeDownloadCompleted + const ListActivityParamsTypeDownloadFailed + const ListActivityParamsTypeDriftConfirmed + const ListActivityParamsTypeDriftDetected + const ListActivityParamsTypeGrabbed + const ListActivityParamsTypeImportFailed + const ListActivityParamsTypeImported + func (e ListActivityParamsType) Valid() bool + type ListActivityRequestObject struct + Params ListActivityParams + type ListActivityResponseObject interface + VisitListActivityResponse func(w http.ResponseWriter) error + type ListDownloadClients200JSONResponse []DownloadClient + func (response ListDownloadClients200JSONResponse) VisitListDownloadClientsResponse(w http.ResponseWriter) error + type ListDownloadClients500JSONResponse struct + func (response ListDownloadClients500JSONResponse) VisitListDownloadClientsResponse(w http.ResponseWriter) error + type ListDownloadClientsRequestObject struct + type ListDownloadClientsResponseObject interface + VisitListDownloadClientsResponse func(w http.ResponseWriter) error + type ListDownloadHistory200JSONResponse struct + func (response ListDownloadHistory200JSONResponse) VisitListDownloadHistoryResponse(w http.ResponseWriter) error + type ListDownloadHistory400JSONResponse struct + func (response ListDownloadHistory400JSONResponse) VisitListDownloadHistoryResponse(w http.ResponseWriter) error + type ListDownloadHistoryParams struct + Cursor *ActivityCursor + Limit *ActivityLimit + type ListDownloadHistoryRequestObject struct + Params ListDownloadHistoryParams + type ListDownloadHistoryResponseObject interface + VisitListDownloadHistoryResponse func(w http.ResponseWriter) error + type ListImportFiles200JSONResponse struct + func (response ListImportFiles200JSONResponse) VisitListImportFilesResponse(w http.ResponseWriter) error + type ListImportFiles403JSONResponse struct + func (response ListImportFiles403JSONResponse) VisitListImportFilesResponse(w http.ResponseWriter) error + type ListImportFiles404JSONResponse struct + func (response ListImportFiles404JSONResponse) VisitListImportFilesResponse(w http.ResponseWriter) error + type ListImportFilesParams struct + Classification *ListImportFilesParamsClassification + Limit *ImportFileLimit + Page *ImportPage + Q *ImportQuery + type ListImportFilesParamsClassification string + const ListImportFilesParamsClassificationAmbiguous + const ListImportFilesParamsClassificationConfirmed + const ListImportFilesParamsClassificationExisting + const ListImportFilesParamsClassificationUnmatched + func (e ListImportFilesParamsClassification) Valid() bool + type ListImportFilesRequestObject struct + Id ResourceID + Params ListImportFilesParams + type ListImportFilesResponseObject interface + VisitListImportFilesResponse func(w http.ResponseWriter) error + type ListImportShows200JSONResponse struct + func (response ListImportShows200JSONResponse) VisitListImportShowsResponse(w http.ResponseWriter) error + type ListImportShows403JSONResponse struct + func (response ListImportShows403JSONResponse) VisitListImportShowsResponse(w http.ResponseWriter) error + type ListImportShows404JSONResponse struct + func (response ListImportShows404JSONResponse) VisitListImportShowsResponse(w http.ResponseWriter) error + type ListImportShowsParams struct + Classification *ListImportShowsParamsClassification + Limit *ImportFileLimit + Page *ImportPage + type ListImportShowsParamsClassification string + const ListImportShowsParamsClassificationAmbiguous + const ListImportShowsParamsClassificationConfirmed + const ListImportShowsParamsClassificationExisting + const ListImportShowsParamsClassificationUnmatched + func (e ListImportShowsParamsClassification) Valid() bool + type ListImportShowsRequestObject struct + Id ResourceID + Params ListImportShowsParams + type ListImportShowsResponseObject interface + VisitListImportShowsResponse func(w http.ResponseWriter) error + type ListImports200JSONResponse struct + func (response ListImports200JSONResponse) VisitListImportsResponse(w http.ResponseWriter) error + type ListImports403JSONResponse struct + func (response ListImports403JSONResponse) VisitListImportsResponse(w http.ResponseWriter) error + type ListImportsParams struct + Limit *ImportLimit + Page *ImportPage + type ListImportsRequestObject struct + Params ListImportsParams + type ListImportsResponseObject interface + VisitListImportsResponse func(w http.ResponseWriter) error + type ListIndexers200JSONResponse []Indexer + func (response ListIndexers200JSONResponse) VisitListIndexersResponse(w http.ResponseWriter) error + type ListIndexers500JSONResponse struct + func (response ListIndexers500JSONResponse) VisitListIndexersResponse(w http.ResponseWriter) error + type ListIndexersRequestObject struct + type ListIndexersResponseObject interface + VisitListIndexersResponse func(w http.ResponseWriter) error + type ListInvites200JSONResponse []Invite + func (response ListInvites200JSONResponse) VisitListInvitesResponse(w http.ResponseWriter) error + type ListInvites403JSONResponse struct + func (response ListInvites403JSONResponse) VisitListInvitesResponse(w http.ResponseWriter) error + type ListInvitesRequestObject struct + type ListInvitesResponseObject interface + VisitListInvitesResponse func(w http.ResponseWriter) error + type ListMediaServers200JSONResponse struct + func (response ListMediaServers200JSONResponse) VisitListMediaServersResponse(w http.ResponseWriter) error + type ListMediaServers500JSONResponse struct + func (response ListMediaServers500JSONResponse) VisitListMediaServersResponse(w http.ResponseWriter) error + type ListMediaServersRequestObject struct + type ListMediaServersResponseObject interface + VisitListMediaServersResponse func(w http.ResponseWriter) error + type ListMovies200JSONResponse PaginatedMovies + func (response ListMovies200JSONResponse) VisitListMoviesResponse(w http.ResponseWriter) error + type ListMovies500JSONResponse struct + func (response ListMovies500JSONResponse) VisitListMoviesResponse(w http.ResponseWriter) error + type ListMoviesParams struct + Limit *uint16 + Page *uint32 + type ListMoviesRequestObject struct + Params ListMoviesParams + type ListMoviesResponseObject interface + VisitListMoviesResponse func(w http.ResponseWriter) error + type ListMyApiKeys200JSONResponse []ApiKey + func (response ListMyApiKeys200JSONResponse) VisitListMyApiKeysResponse(w http.ResponseWriter) error + type ListMyApiKeys401JSONResponse struct + func (response ListMyApiKeys401JSONResponse) VisitListMyApiKeysResponse(w http.ResponseWriter) error + type ListMyApiKeysRequestObject struct + type ListMyApiKeysResponseObject interface + VisitListMyApiKeysResponse func(w http.ResponseWriter) error + type ListMySessions200JSONResponse []Session + func (response ListMySessions200JSONResponse) VisitListMySessionsResponse(w http.ResponseWriter) error + type ListMySessions401JSONResponse struct + func (response ListMySessions401JSONResponse) VisitListMySessionsResponse(w http.ResponseWriter) error + type ListMySessionsRequestObject struct + type ListMySessionsResponseObject interface + VisitListMySessionsResponse func(w http.ResponseWriter) error + type ListOIDCProviders200JSONResponse struct + func (response ListOIDCProviders200JSONResponse) VisitListOIDCProvidersResponse(w http.ResponseWriter) error + type ListOIDCProviders403JSONResponse struct + func (response ListOIDCProviders403JSONResponse) VisitListOIDCProvidersResponse(w http.ResponseWriter) error + type ListOIDCProvidersRequestObject struct + type ListOIDCProvidersResponseObject interface + VisitListOIDCProvidersResponse func(w http.ResponseWriter) error + type ListPending200JSONResponse struct + func (response ListPending200JSONResponse) VisitListPendingResponse(w http.ResponseWriter) error + type ListPendingRequestObject struct + type ListPendingResponseObject interface + VisitListPendingResponse func(w http.ResponseWriter) error + type ListQualityProfiles200JSONResponse []QualityProfile + func (response ListQualityProfiles200JSONResponse) VisitListQualityProfilesResponse(w http.ResponseWriter) error + type ListQualityProfiles500JSONResponse struct + func (response ListQualityProfiles500JSONResponse) VisitListQualityProfilesResponse(w http.ResponseWriter) error + type ListQualityProfilesRequestObject struct + type ListQualityProfilesResponseObject interface + VisitListQualityProfilesResponse func(w http.ResponseWriter) error + type ListRequests200JSONResponse struct + func (response ListRequests200JSONResponse) VisitListRequestsResponse(w http.ResponseWriter) error + type ListRequests401JSONResponse struct + func (response ListRequests401JSONResponse) VisitListRequestsResponse(w http.ResponseWriter) error + type ListRequests500JSONResponse struct + func (response ListRequests500JSONResponse) VisitListRequestsResponse(w http.ResponseWriter) error + type ListRequestsParams struct + Limit *RequestLimit + MediaType *ListRequestsParamsMediaType + Page *RequestPage + Status *ListRequestsParamsStatus + type ListRequestsParamsMediaType string + const ListRequestsParamsMediaTypeMovie + const ListRequestsParamsMediaTypeTvshow + func (e ListRequestsParamsMediaType) Valid() bool + type ListRequestsParamsStatus string + const ListRequestsParamsStatusApproved + const ListRequestsParamsStatusAvailable + const ListRequestsParamsStatusDenied + const ListRequestsParamsStatusPending + func (e ListRequestsParamsStatus) Valid() bool + type ListRequestsRequestObject struct + Params ListRequestsParams + type ListRequestsResponseObject interface + VisitListRequestsResponse func(w http.ResponseWriter) error + type ListSchedules200JSONResponse struct + func (response ListSchedules200JSONResponse) VisitListSchedulesResponse(w http.ResponseWriter) error + type ListSchedules401JSONResponse struct + func (response ListSchedules401JSONResponse) VisitListSchedulesResponse(w http.ResponseWriter) error + type ListSchedules403JSONResponse struct + func (response ListSchedules403JSONResponse) VisitListSchedulesResponse(w http.ResponseWriter) error + type ListSchedulesRequestObject struct + type ListSchedulesResponseObject interface + VisitListSchedulesResponse func(w http.ResponseWriter) error + type ListSeries200JSONResponse struct + func (response ListSeries200JSONResponse) VisitListSeriesResponse(w http.ResponseWriter) error + type ListSeries500JSONResponse struct + func (response ListSeries500JSONResponse) VisitListSeriesResponse(w http.ResponseWriter) error + type ListSeriesParams struct + Limit *SeriesLimit + Page *SeriesPage + Query *SeriesQuery + Sort *SeriesSort + Status *SeriesStatus + Type *SeriesType + type ListSeriesRequestObject struct + Params ListSeriesParams + type ListSeriesResponseObject interface + VisitListSeriesResponse func(w http.ResponseWriter) error + type ListUpcomingReleases200JSONResponse struct + func (response ListUpcomingReleases200JSONResponse) VisitListUpcomingReleasesResponse(w http.ResponseWriter) error + type ListUpcomingReleases400JSONResponse struct + func (response ListUpcomingReleases400JSONResponse) VisitListUpcomingReleasesResponse(w http.ResponseWriter) error + type ListUpcomingReleasesParams struct + From CalendarFrom + To CalendarTo + type ListUpcomingReleasesRequestObject struct + Params ListUpcomingReleasesParams + type ListUpcomingReleasesResponseObject interface + VisitListUpcomingReleasesResponse func(w http.ResponseWriter) error + type ListUsers200JSONResponse struct + func (response ListUsers200JSONResponse) VisitListUsersResponse(w http.ResponseWriter) error + type ListUsers403JSONResponse struct + func (response ListUsers403JSONResponse) VisitListUsersResponse(w http.ResponseWriter) error + type ListUsersParams struct + Limit *uint16 + Offset *uint32 + Order *ListUsersParamsOrder + Q *string + Role *ListUsersParamsRole + Sort *ListUsersParamsSort + type ListUsersParamsOrder string + const ListUsersParamsOrderAsc + const ListUsersParamsOrderDesc + func (e ListUsersParamsOrder) Valid() bool + type ListUsersParamsRole string + const ListUsersParamsRoleAdmin + const ListUsersParamsRoleMember + const ListUsersParamsRoleRequestOnly + func (e ListUsersParamsRole) Valid() bool + type ListUsersParamsSort string + const ListUsersParamsSortAuth + const ListUsersParamsSortCreated + const ListUsersParamsSortName + const ListUsersParamsSortRole + func (e ListUsersParamsSort) Valid() bool + type ListUsersRequestObject struct + Params ListUsersParams + type ListUsersResponseObject interface + VisitListUsersResponse func(w http.ResponseWriter) error + type LookupSeries200JSONResponse struct + func (response LookupSeries200JSONResponse) VisitLookupSeriesResponse(w http.ResponseWriter) error + type LookupSeries500JSONResponse struct + func (response LookupSeries500JSONResponse) VisitLookupSeriesResponse(w http.ResponseWriter) error + type LookupSeriesParams struct + Query SeriesLookupQuery + type LookupSeriesRequestObject struct + Params LookupSeriesParams + type LookupSeriesResponseObject interface + VisitLookupSeriesResponse func(w http.ResponseWriter) error + type MediaFile struct + Format *string + Id uint32 + ParsedCodec *string + ParsedResolution *string + ParsedSource *string + Path string + Quality *string + ReleaseGroup *string + Size int64 + type MediaServer struct + ApiKeySet bool + Enabled bool + Host string + LibrarySection *string + Name string + ServerType MediaServerServerType + type MediaServerCreate struct + ApiKey string + Enabled *bool + Host string + LibrarySection *string + Name string + ServerType MediaServerCreateServerType + type MediaServerCreateServerType string + const MediaServerCreateServerTypeEmby + const MediaServerCreateServerTypeJellyfin + const MediaServerCreateServerTypePlex + func (e MediaServerCreateServerType) Valid() bool + type MediaServerCreated = MediaServer + type MediaServerCreatedJSONResponse MediaServer + type MediaServerDeletedResponse struct + type MediaServerDiscovered = MediaServerDiscovery + type MediaServerDiscoveredJSONResponse MediaServerDiscovery + type MediaServerDiscovery struct + Sections []MediaServerSection + type MediaServerDiscoveryRequest struct + ApiKey string + Host string + ServerType MediaServerDiscoveryRequestServerType + type MediaServerDiscoveryRequestServerType string + const MediaServerDiscoveryRequestServerTypeEmby + const MediaServerDiscoveryRequestServerTypeJellyfin + const MediaServerDiscoveryRequestServerTypePlex + func (e MediaServerDiscoveryRequestServerType) Valid() bool + type MediaServerList = MediaServerListView + type MediaServerListJSONResponse MediaServerListView + type MediaServerListView struct + Items []MediaServer + type MediaServerOK = MediaServer + type MediaServerOKJSONResponse MediaServer + type MediaServerSection struct + Key string + Locations []string + Name string + Type string + type MediaServerServerType string + const MediaServerServerTypeEmby + const MediaServerServerTypeJellyfin + const MediaServerServerTypePlex + func (e MediaServerServerType) Valid() bool + type MediaServerTestOKResponse struct + type MediaServerUpdate struct + ApiKey *string + Enabled *bool + Host *string + LibrarySection *string + Name *string + ServerType *MediaServerUpdateServerType + type MediaServerUpdateServerType string + const MediaServerUpdateServerTypeEmby + const MediaServerUpdateServerTypeJellyfin + const MediaServerUpdateServerTypePlex + func (e MediaServerUpdateServerType) Valid() bool + type MiddlewareFunc func(http.Handler) http.Handler + type MonitorToggle = MonitorToggleRequest + type MonitorToggleRequest struct + Monitored bool + type Movie struct + Cast *[]CastMember + Genres *[]string + Id uint32 + MediaFiles *[]MediaFile + Monitored bool + OriginalTitle string + Overview *string + QualityProfile *string + Rating *float32 + Runtime *uint16 + Status MovieStatus + Title string + TmdbId uint32 + Year uint16 + type MovieCounts struct + Available uint32 + Downloading uint32 + Total uint32 + Trend []uint32 + Wanted uint32 + type MovieCountsResponse = MovieCounts + type MovieCountsResponseJSONResponse MovieCounts + type MoviePlayOnLinks = PlayOnLinkList + type MoviePlayOnLinksJSONResponse PlayOnLinkList + type MovieRecommendations struct + Items []TMDBMovieResult + type MovieRecommendationsJSONResponse MovieRecommendations + type MovieRefreshed = Movie + type MovieRefreshedJSONResponse Movie + type MovieRenamePlan = RenamePlan + type MovieRenamePlanJSONResponse RenamePlan + type MovieSearchAccepted struct + DispatchedAt time.Time + MovieId uint32 + type MovieSearchAcceptedJSONResponse MovieSearchAccepted + type MovieStatus string + const MovieStatusAvailable + const MovieStatusDownloading + const MovieStatusWanted + func (e MovieStatus) Valid() bool + type NoContentResponse struct + type NotFound = Error + type NotFoundJSONResponse Error + type OIDCProvider = OIDCProviderView + type OIDCProviderCreate struct + ClientId string + ClientSecret string + Issuer string + Name string + type OIDCProviderCreated = OIDCProviderView + type OIDCProviderCreatedJSONResponse OIDCProviderView + type OIDCProviderJSONResponse OIDCProviderView + type OIDCProviderList = OIDCProviderListView + type OIDCProviderListJSONResponse OIDCProviderListView + type OIDCProviderListView struct + Providers []OIDCProviderView + RestartRequired bool + type OIDCProviderName = string + type OIDCProviderPatch struct + ClientId *string + ClientSecret *string + Issuer *string + type OIDCProviderView struct + ClientId string + ClientSecretSet bool + Issuer string + Name string + type PaginatedMovies struct + Items []Movie + Limit uint16 + Page uint32 + Total uint32 + type PaginatedRequests struct + Items []Request + Limit uint32 + Page uint32 + Total uint32 + type PaginatedTVShows struct + Items []TVShow + Limit uint16 + Page uint32 + Total uint32 + type PasswordResetResponse struct + type PatchEpisode204Response = EpisodeUpdatedResponse + func (response PatchEpisode204Response) VisitPatchEpisodeResponse(w http.ResponseWriter) error + type PatchEpisode404JSONResponse struct + func (response PatchEpisode404JSONResponse) VisitPatchEpisodeResponse(w http.ResponseWriter) error + type PatchEpisode500JSONResponse struct + func (response PatchEpisode500JSONResponse) VisitPatchEpisodeResponse(w http.ResponseWriter) error + type PatchEpisodeJSONRequestBody = MonitorToggleRequest + type PatchEpisodeRequestObject struct + Body *PatchEpisodeJSONRequestBody + EpisodeId EpisodeID + Id ResourceID + type PatchEpisodeResponseObject interface + VisitPatchEpisodeResponse func(w http.ResponseWriter) error + type PatchMovie200JSONResponse Movie + func (response PatchMovie200JSONResponse) VisitPatchMovieResponse(w http.ResponseWriter) error + type PatchMovie404JSONResponse struct + func (response PatchMovie404JSONResponse) VisitPatchMovieResponse(w http.ResponseWriter) error + type PatchMovie500JSONResponse struct + func (response PatchMovie500JSONResponse) VisitPatchMovieResponse(w http.ResponseWriter) error + type PatchMovieJSONRequestBody = UpdateMovieRequest + type PatchMovieRequestObject struct + Body *PatchMovieJSONRequestBody + Id ResourceID + type PatchMovieResponseObject interface + VisitPatchMovieResponse func(w http.ResponseWriter) error + type PatchSeason204Response = SeasonUpdatedResponse + func (response PatchSeason204Response) VisitPatchSeasonResponse(w http.ResponseWriter) error + type PatchSeason404JSONResponse struct + func (response PatchSeason404JSONResponse) VisitPatchSeasonResponse(w http.ResponseWriter) error + type PatchSeason500JSONResponse struct + func (response PatchSeason500JSONResponse) VisitPatchSeasonResponse(w http.ResponseWriter) error + type PatchSeasonJSONRequestBody = MonitorToggleRequest + type PatchSeasonRequestObject struct + Body *PatchSeasonJSONRequestBody + Id ResourceID + Number SeasonNumber + type PatchSeasonResponseObject interface + VisitPatchSeasonResponse func(w http.ResponseWriter) error + type PatchSeries = PatchSeriesRequest + type PatchSeries200JSONResponse struct + func (response PatchSeries200JSONResponse) VisitPatchSeriesResponse(w http.ResponseWriter) error + type PatchSeries404JSONResponse struct + func (response PatchSeries404JSONResponse) VisitPatchSeriesResponse(w http.ResponseWriter) error + type PatchSeries500JSONResponse struct + func (response PatchSeries500JSONResponse) VisitPatchSeriesResponse(w http.ResponseWriter) error + type PatchSeriesJSONRequestBody = PatchSeriesRequest + type PatchSeriesRequest struct + Monitored *bool + Preset *PatchSeriesRequestPreset + QualityProfile *string + type PatchSeriesRequestObject struct + Body *PatchSeriesJSONRequestBody + Id ResourceID + type PatchSeriesRequestPreset string + const PatchSeriesRequestPresetAll + const PatchSeriesRequestPresetExisting + const PatchSeriesRequestPresetFuture + const PatchSeriesRequestPresetMissing + const PatchSeriesRequestPresetNone + const PatchSeriesRequestPresetPilot + func (e PatchSeriesRequestPreset) Valid() bool + type PatchSeriesResponseObject interface + VisitPatchSeriesResponse func(w http.ResponseWriter) error + type PauseQueueItem204Response = NoContentResponse + func (response PauseQueueItem204Response) VisitPauseQueueItemResponse(w http.ResponseWriter) error + type PauseQueueItem403JSONResponse struct + func (response PauseQueueItem403JSONResponse) VisitPauseQueueItemResponse(w http.ResponseWriter) error + type PauseQueueItem404JSONResponse struct + func (response PauseQueueItem404JSONResponse) VisitPauseQueueItemResponse(w http.ResponseWriter) error + type PauseQueueItem500JSONResponse struct + func (response PauseQueueItem500JSONResponse) VisitPauseQueueItemResponse(w http.ResponseWriter) error + type PauseQueueItemRequestObject struct + Id ResourceID + type PauseQueueItemResponseObject interface + VisitPauseQueueItemResponse func(w http.ResponseWriter) error + type PauseSchedule200JSONResponse struct + func (response PauseSchedule200JSONResponse) VisitPauseScheduleResponse(w http.ResponseWriter) error + type PauseSchedule401JSONResponse struct + func (response PauseSchedule401JSONResponse) VisitPauseScheduleResponse(w http.ResponseWriter) error + type PauseSchedule403JSONResponse struct + func (response PauseSchedule403JSONResponse) VisitPauseScheduleResponse(w http.ResponseWriter) error + type PauseSchedule404JSONResponse struct + func (response PauseSchedule404JSONResponse) VisitPauseScheduleResponse(w http.ResponseWriter) error + type PauseSchedule409JSONResponse struct + func (response PauseSchedule409JSONResponse) VisitPauseScheduleResponse(w http.ResponseWriter) error + type PauseScheduleRequestObject struct + Name ScheduleName + type PauseScheduleResponseObject interface + VisitPauseScheduleResponse func(w http.ResponseWriter) error + type PendingItem struct + HasFile bool + Id uint32 + Media *PendingMedia + Quality string + Reason string + Title string + type PendingList struct + Items []PendingItem + type PendingListJSONResponse PendingList + type PendingMedia struct + Episode *uint16 + Id uint32 + Season *uint16 + Title string + Type PendingMediaType + Year *uint16 + type PendingMediaType string + const PendingMediaTypeEpisode + const PendingMediaTypeMovie + func (e PendingMediaType) Valid() bool + type PlayOnLink struct + Fallback bool + Name string + ServerId uint32 + ServerType PlayOnLinkServerType + Status PlayOnLinkStatus + Url *string + type PlayOnLinkList struct + Items []PlayOnLink + type PlayOnLinkServerType string + const PlayOnLinkServerTypeEmby + const PlayOnLinkServerTypeJellyfin + const PlayOnLinkServerTypePlex + func (e PlayOnLinkServerType) Valid() bool + type PlayOnLinkStatus string + const PlayOnLinkStatusFallback + const PlayOnLinkStatusResolved + const PlayOnLinkStatusUnavailable + func (e PlayOnLinkStatus) Valid() bool + type QualityProfile struct + MinResolution QualityProfileMinResolution + Name string + PreferredResolution QualityProfilePreferredResolution + UpgradeAllowed bool + type QualityProfileCreate struct + MinResolution *QualityProfileCreateMinResolution + Name string + PreferredResolution QualityProfileCreatePreferredResolution + UpgradeAllowed *bool + type QualityProfileCreateMinResolution string + const QualityProfileCreateMinResolutionN1080p + const QualityProfileCreateMinResolutionN2160p + const QualityProfileCreateMinResolutionN720p + func (e QualityProfileCreateMinResolution) Valid() bool + type QualityProfileCreatePreferredResolution string + const QualityProfileCreatePreferredResolutionN1080p + const QualityProfileCreatePreferredResolutionN2160p + const QualityProfileCreatePreferredResolutionN720p + func (e QualityProfileCreatePreferredResolution) Valid() bool + type QualityProfileMinResolution string + const QualityProfileMinResolutionN1080p + const QualityProfileMinResolutionN2160p + const QualityProfileMinResolutionN720p + func (e QualityProfileMinResolution) Valid() bool + type QualityProfilePreferredResolution string + const QualityProfilePreferredResolutionN1080p + const QualityProfilePreferredResolutionN2160p + const QualityProfilePreferredResolutionN720p + func (e QualityProfilePreferredResolution) Valid() bool + type QueueEntry struct + CreatedAt time.Time + DownloadClient *string + DownloadSpeed *int64 + Episode *EpisodeRef + Eta *int64 + FailureReason *string + Id uint32 + Indexer *string + Movie Movie + Progress float64 + Quality *string + ReleaseGroup *string + Size int64 + Status QueueEntryStatus + Title string + type QueueEntryStatus string + const QueueEntryStatusDownloading + const QueueEntryStatusError + const QueueEntryStatusImporting + const QueueEntryStatusPaused + func (e QueueEntryStatus) Valid() bool + type RefreshMovieMetadata200JSONResponse struct + func (response RefreshMovieMetadata200JSONResponse) VisitRefreshMovieMetadataResponse(w http.ResponseWriter) error + type RefreshMovieMetadata404JSONResponse struct + func (response RefreshMovieMetadata404JSONResponse) VisitRefreshMovieMetadataResponse(w http.ResponseWriter) error + type RefreshMovieMetadata500JSONResponse struct + func (response RefreshMovieMetadata500JSONResponse) VisitRefreshMovieMetadataResponse(w http.ResponseWriter) error + type RefreshMovieMetadataRequestObject struct + Id ResourceID + type RefreshMovieMetadataResponseObject interface + VisitRefreshMovieMetadataResponse func(w http.ResponseWriter) error + type RefreshSeriesMetadata200JSONResponse struct + func (response RefreshSeriesMetadata200JSONResponse) VisitRefreshSeriesMetadataResponse(w http.ResponseWriter) error + type RefreshSeriesMetadata404JSONResponse struct + func (response RefreshSeriesMetadata404JSONResponse) VisitRefreshSeriesMetadataResponse(w http.ResponseWriter) error + type RefreshSeriesMetadata500JSONResponse struct + func (response RefreshSeriesMetadata500JSONResponse) VisitRefreshSeriesMetadataResponse(w http.ResponseWriter) error + type RefreshSeriesMetadataRequestObject struct + Id ResourceID + type RefreshSeriesMetadataResponseObject interface + VisitRefreshSeriesMetadataResponse func(w http.ResponseWriter) error + type RenameMovieFiles200JSONResponse struct + func (response RenameMovieFiles200JSONResponse) VisitRenameMovieFilesResponse(w http.ResponseWriter) error + type RenameMovieFiles404JSONResponse struct + func (response RenameMovieFiles404JSONResponse) VisitRenameMovieFilesResponse(w http.ResponseWriter) error + type RenameMovieFiles500JSONResponse struct + func (response RenameMovieFiles500JSONResponse) VisitRenameMovieFilesResponse(w http.ResponseWriter) error + type RenameMovieFilesParams struct + Preview *RenamePreview + type RenameMovieFilesRequestObject struct + Id ResourceID + Params RenameMovieFilesParams + type RenameMovieFilesResponseObject interface + VisitRenameMovieFilesResponse func(w http.ResponseWriter) error + type RenameOperation struct + From string + MediaFileId uint32 + To string + type RenamePlan struct + MovieId uint32 + Operations []RenameOperation + type RenamePreview = bool + type RenameSeriesFiles200JSONResponse struct + func (response RenameSeriesFiles200JSONResponse) VisitRenameSeriesFilesResponse(w http.ResponseWriter) error + type RenameSeriesFiles404JSONResponse struct + func (response RenameSeriesFiles404JSONResponse) VisitRenameSeriesFilesResponse(w http.ResponseWriter) error + type RenameSeriesFiles500JSONResponse struct + func (response RenameSeriesFiles500JSONResponse) VisitRenameSeriesFilesResponse(w http.ResponseWriter) error + type RenameSeriesFilesParams struct + Preview *RenamePreview + type RenameSeriesFilesRequestObject struct + Id ResourceID + Params RenameSeriesFilesParams + type RenameSeriesFilesResponseObject interface + VisitRenameSeriesFilesResponse func(w http.ResponseWriter) error + type ReopenRequest200JSONResponse struct + func (response ReopenRequest200JSONResponse) VisitReopenRequestResponse(w http.ResponseWriter) error + type ReopenRequest403JSONResponse struct + func (response ReopenRequest403JSONResponse) VisitReopenRequestResponse(w http.ResponseWriter) error + type ReopenRequest404JSONResponse struct + func (response ReopenRequest404JSONResponse) VisitReopenRequestResponse(w http.ResponseWriter) error + type ReopenRequest500JSONResponse struct + func (response ReopenRequest500JSONResponse) VisitReopenRequestResponse(w http.ResponseWriter) error + type ReopenRequestRequestObject struct + Id ResourceID + type ReopenRequestResponseObject interface + VisitReopenRequestResponse func(w http.ResponseWriter) error + type ReplacePending = ReplacePendingRequest + type ReplacePending204Response = NoContentResponse + func (response ReplacePending204Response) VisitReplacePendingResponse(w http.ResponseWriter) error + type ReplacePending403JSONResponse struct + func (response ReplacePending403JSONResponse) VisitReplacePendingResponse(w http.ResponseWriter) error + type ReplacePending404JSONResponse struct + func (response ReplacePending404JSONResponse) VisitReplacePendingResponse(w http.ResponseWriter) error + type ReplacePending500JSONResponse struct + func (response ReplacePending500JSONResponse) VisitReplacePendingResponse(w http.ResponseWriter) error + type ReplacePendingJSONRequestBody = ReplacePendingRequest + type ReplacePendingRequest struct + RemoveOldTorrent *bool + type ReplacePendingRequestObject struct + Body *ReplacePendingJSONRequestBody + Id ResourceID + type ReplacePendingResponseObject interface + VisitReplacePendingResponse func(w http.ResponseWriter) error + type Request struct + ApprovedBy *RequestUser + CreatedAt time.Time + Id uint32 + MediaId uint32 + MediaType RequestMediaType + Reason *string + Requester RequestUser + Status RequestStatus + Title string + UpdatedAt time.Time + type RequestCounts struct + Approved int + Available int + Denied int + Pending int + type RequestCountsResponse = RequestCounts + type RequestCountsResponseJSONResponse RequestCounts + type RequestCreated = Request + type RequestCreatedJSONResponse Request + type RequestDetail = Request + type RequestDetailJSONResponse Request + type RequestLimit = uint32 + type RequestMediaDetailResponse = RequestMediaDetails + type RequestMediaDetailResponseJSONResponse RequestMediaDetails + type RequestMediaDetails struct + Genres *[]string + Overview string + PosterUrl *string + Rating *float32 + Runtime *uint16 + Year *uint16 + type RequestMediaType string + const RequestMediaTypeMovie + const RequestMediaTypeTvshow + func (e RequestMediaType) Valid() bool + type RequestPage = uint32 + type RequestStatus string + const RequestStatusApproved + const RequestStatusAvailable + const RequestStatusDenied + const RequestStatusPending + func (e RequestStatus) Valid() bool + type RequestUser struct + DisplayName *string + Email string + Id uint32 + type RequestsList = PaginatedRequests + type RequestsListJSONResponse PaginatedRequests + type RequiredHeaderError struct + Err error + ParamName string + func (e *RequiredHeaderError) Error() string + func (e *RequiredHeaderError) Unwrap() error + type RequiredParamError struct + ParamName string + func (e *RequiredParamError) Error() string + type ResetPasswordRequest struct + NewPassword string + type ResetUserPassword204Response = PasswordResetResponse + func (response ResetUserPassword204Response) VisitResetUserPasswordResponse(w http.ResponseWriter) error + type ResetUserPassword403JSONResponse struct + func (response ResetUserPassword403JSONResponse) VisitResetUserPasswordResponse(w http.ResponseWriter) error + type ResetUserPassword404JSONResponse struct + func (response ResetUserPassword404JSONResponse) VisitResetUserPasswordResponse(w http.ResponseWriter) error + type ResetUserPassword422JSONResponse struct + func (response ResetUserPassword422JSONResponse) VisitResetUserPasswordResponse(w http.ResponseWriter) error + type ResetUserPasswordJSONRequestBody = ResetPasswordRequest + type ResetUserPasswordRequestObject struct + Body *ResetUserPasswordJSONRequestBody + Uid UserID + type ResetUserPasswordResponseObject interface + VisitResetUserPasswordResponse func(w http.ResponseWriter) error + type ResourceID = uint32 + type ResourceName = string + type ResumeQueueItem204Response = NoContentResponse + func (response ResumeQueueItem204Response) VisitResumeQueueItemResponse(w http.ResponseWriter) error + type ResumeQueueItem403JSONResponse struct + func (response ResumeQueueItem403JSONResponse) VisitResumeQueueItemResponse(w http.ResponseWriter) error + type ResumeQueueItem404JSONResponse struct + func (response ResumeQueueItem404JSONResponse) VisitResumeQueueItemResponse(w http.ResponseWriter) error + type ResumeQueueItem500JSONResponse struct + func (response ResumeQueueItem500JSONResponse) VisitResumeQueueItemResponse(w http.ResponseWriter) error + type ResumeQueueItemRequestObject struct + Id ResourceID + type ResumeQueueItemResponseObject interface + VisitResumeQueueItemResponse func(w http.ResponseWriter) error + type ResumeSchedule200JSONResponse struct + func (response ResumeSchedule200JSONResponse) VisitResumeScheduleResponse(w http.ResponseWriter) error + type ResumeSchedule401JSONResponse struct + func (response ResumeSchedule401JSONResponse) VisitResumeScheduleResponse(w http.ResponseWriter) error + type ResumeSchedule403JSONResponse struct + func (response ResumeSchedule403JSONResponse) VisitResumeScheduleResponse(w http.ResponseWriter) error + type ResumeSchedule404JSONResponse struct + func (response ResumeSchedule404JSONResponse) VisitResumeScheduleResponse(w http.ResponseWriter) error + type ResumeSchedule409JSONResponse struct + func (response ResumeSchedule409JSONResponse) VisitResumeScheduleResponse(w http.ResponseWriter) error + type ResumeScheduleRequestObject struct + Name ScheduleName + type ResumeScheduleResponseObject interface + VisitResumeScheduleResponse func(w http.ResponseWriter) error + type RevokeInvite204Response struct + func (response RevokeInvite204Response) VisitRevokeInviteResponse(w http.ResponseWriter) error + type RevokeInvite403JSONResponse struct + func (response RevokeInvite403JSONResponse) VisitRevokeInviteResponse(w http.ResponseWriter) error + type RevokeInvite404JSONResponse struct + func (response RevokeInvite404JSONResponse) VisitRevokeInviteResponse(w http.ResponseWriter) error + type RevokeInviteRequestObject struct + Id ResourceID + type RevokeInviteResponseObject interface + VisitRevokeInviteResponse func(w http.ResponseWriter) error + type RevokeUserApiKey204Response = UserApiKeyRevokedResponse + func (response RevokeUserApiKey204Response) VisitRevokeUserApiKeyResponse(w http.ResponseWriter) error + type RevokeUserApiKey403JSONResponse struct + func (response RevokeUserApiKey403JSONResponse) VisitRevokeUserApiKeyResponse(w http.ResponseWriter) error + type RevokeUserApiKey404JSONResponse struct + func (response RevokeUserApiKey404JSONResponse) VisitRevokeUserApiKeyResponse(w http.ResponseWriter) error + type RevokeUserApiKeyRequestObject struct + Kid ApiKeyID + Uid UserID + type RevokeUserApiKeyResponseObject interface + VisitRevokeUserApiKeyResponse func(w http.ResponseWriter) error + type RevokeUserSession204Response = UserSessionRevokedResponse + func (response RevokeUserSession204Response) VisitRevokeUserSessionResponse(w http.ResponseWriter) error + type RevokeUserSession403JSONResponse struct + func (response RevokeUserSession403JSONResponse) VisitRevokeUserSessionResponse(w http.ResponseWriter) error + type RevokeUserSession404JSONResponse struct + func (response RevokeUserSession404JSONResponse) VisitRevokeUserSessionResponse(w http.ResponseWriter) error + type RevokeUserSessionRequestObject struct + Sid SessionID + Uid UserID + type RevokeUserSessionResponseObject interface + VisitRevokeUserSessionResponse func(w http.ResponseWriter) error + type RotateJWTSecret200JSONResponse struct + func (response RotateJWTSecret200JSONResponse) VisitRotateJWTSecretResponse(w http.ResponseWriter) error + type RotateJWTSecret403JSONResponse struct + func (response RotateJWTSecret403JSONResponse) VisitRotateJWTSecretResponse(w http.ResponseWriter) error + type RotateJWTSecret500JSONResponse struct + func (response RotateJWTSecret500JSONResponse) VisitRotateJWTSecretResponse(w http.ResponseWriter) error + type RotateJWTSecretRequestObject struct + type RotateJWTSecretResponseObject interface + VisitRotateJWTSecretResponse func(w http.ResponseWriter) error + type RunSchedule200JSONResponse struct + func (response RunSchedule200JSONResponse) VisitRunScheduleResponse(w http.ResponseWriter) error + type RunSchedule401JSONResponse struct + func (response RunSchedule401JSONResponse) VisitRunScheduleResponse(w http.ResponseWriter) error + type RunSchedule403JSONResponse struct + func (response RunSchedule403JSONResponse) VisitRunScheduleResponse(w http.ResponseWriter) error + type RunSchedule404JSONResponse struct + func (response RunSchedule404JSONResponse) VisitRunScheduleResponse(w http.ResponseWriter) error + type RunSchedule409JSONResponse struct + func (response RunSchedule409JSONResponse) VisitRunScheduleResponse(w http.ResponseWriter) error + type RunScheduleRequestObject struct + Name ScheduleName + type RunScheduleResponseObject interface + VisitRunScheduleResponse func(w http.ResponseWriter) error + type Schedule struct + Interval string + LastDurationMs int32 + LastError *string + LastFinishedAt *time.Time + LastStartedAt *time.Time + Name string + NextRunAt *time.Time + Paused bool + Running bool + Status ScheduleStatus + System bool + type ScheduleJSONResponse Schedule + type ScheduleList struct + Items []Schedule + type ScheduleListJSONResponse ScheduleList + type ScheduleName = string + type ScheduleStatus string + const ScheduleStatusError + const ScheduleStatusNever + const ScheduleStatusSkipped + const ScheduleStatusSuccess + func (e ScheduleStatus) Valid() bool + type ScheduleUpdate struct + Interval string + type SearchMovie200JSONResponse []SearchResult + func (response SearchMovie200JSONResponse) VisitSearchMovieResponse(w http.ResponseWriter) error + type SearchMovie404JSONResponse struct + func (response SearchMovie404JSONResponse) VisitSearchMovieResponse(w http.ResponseWriter) error + type SearchMovie500JSONResponse struct + func (response SearchMovie500JSONResponse) VisitSearchMovieResponse(w http.ResponseWriter) error + type SearchMovieNow202JSONResponse struct + func (response SearchMovieNow202JSONResponse) VisitSearchMovieNowResponse(w http.ResponseWriter) error + type SearchMovieNow404JSONResponse struct + func (response SearchMovieNow404JSONResponse) VisitSearchMovieNowResponse(w http.ResponseWriter) error + type SearchMovieNow500JSONResponse struct + func (response SearchMovieNow500JSONResponse) VisitSearchMovieNowResponse(w http.ResponseWriter) error + type SearchMovieNowRequestObject struct + Id ResourceID + type SearchMovieNowResponseObject interface + VisitSearchMovieNowResponse func(w http.ResponseWriter) error + type SearchMovieRequestObject struct + Id ResourceID + type SearchMovieResponseObject interface + VisitSearchMovieResponse func(w http.ResponseWriter) error + type SearchResult struct + Codec *string + DownloadUrl string + Indexer *string + InfoUrl *string + Leechers *uint32 + PublishedAt *time.Time + ReleaseGroup *string + ReplaceExisting *bool + Resolution *string + Seeders uint32 + Size int64 + Source *string + Title string + type SearchResultList struct + Items []SearchResult + type SearchResults = SearchResultList + type SearchResultsJSONResponse SearchResultList + type SearchSeries202Response = SeriesSearchAcceptedResponse + func (response SearchSeries202Response) VisitSearchSeriesResponse(w http.ResponseWriter) error + type SearchSeries404JSONResponse struct + func (response SearchSeries404JSONResponse) VisitSearchSeriesResponse(w http.ResponseWriter) error + type SearchSeries500JSONResponse struct + func (response SearchSeries500JSONResponse) VisitSearchSeriesResponse(w http.ResponseWriter) error + type SearchSeriesRequestObject struct + Id ResourceID + type SearchSeriesResponseObject interface + VisitSearchSeriesResponse func(w http.ResponseWriter) error + type SearchTMDBMovie200JSONResponse []TMDBMovieResult + func (response SearchTMDBMovie200JSONResponse) VisitSearchTMDBMovieResponse(w http.ResponseWriter) error + type SearchTMDBMovie500JSONResponse struct + func (response SearchTMDBMovie500JSONResponse) VisitSearchTMDBMovieResponse(w http.ResponseWriter) error + type SearchTMDBMovieParams struct + Q string + Year *uint16 + type SearchTMDBMovieRequestObject struct + Params SearchTMDBMovieParams + type SearchTMDBMovieResponseObject interface + VisitSearchTMDBMovieResponse func(w http.ResponseWriter) error + type Season struct + Available *int + Episodes *[]Episode + Id uint32 + Missing *int + Monitored bool + Name *string + Number uint16 + Total *int + Unaired *int + type SeasonNumber = uint16 + type SeasonUpdatedResponse struct + type SeriesCountsResponse = TVShowCounts + type SeriesCountsResponseJSONResponse TVShowCounts + type SeriesCreated = TVShow + type SeriesCreatedJSONResponse TVShow + type SeriesDeletedResponse struct + type SeriesDetail = TVShow + type SeriesDetailJSONResponse TVShow + type SeriesGrabAcceptedResponse struct + type SeriesLimit = uint16 + type SeriesList = PaginatedTVShows + type SeriesListJSONResponse PaginatedTVShows + type SeriesLookupQuery = string + type SeriesLookupResult struct + AlreadyAdded *bool + Network *string + Overview *string + PosterUrl *string + Title string + TvdbId uint32 + Year uint16 + type SeriesLookupResultList struct + Items []SeriesLookupResult + type SeriesLookupResults = SeriesLookupResultList + type SeriesLookupResultsJSONResponse SeriesLookupResultList + type SeriesPage = uint32 + type SeriesPlayOnLinks = PlayOnLinkList + type SeriesPlayOnLinksJSONResponse PlayOnLinkList + type SeriesQuery = string + type SeriesRenamePlan struct + Operations []RenameOperation + SeriesId uint32 + type SeriesRenamePlanJSONResponse SeriesRenamePlan + type SeriesSearchAcceptedResponse struct + type SeriesSort = string + type SeriesStatus = string + type SeriesType = string + type Server struct + func New(d Deps) *Server + func (s *Server) AddMovie(ctx context.Context, request AddMovieRequestObject) (AddMovieResponseObject, error) + func (s *Server) AddSeries(ctx context.Context, request AddSeriesRequestObject) (AddSeriesResponseObject, error) + func (s *Server) ApproveRequest(ctx context.Context, req ApproveRequestRequestObject) (ApproveRequestResponseObject, error) + func (s *Server) AuthMe(ctx context.Context, _ AuthMeRequestObject) (AuthMeResponseObject, error) + func (s *Server) BrowseEpisodeReleases(ctx context.Context, request BrowseEpisodeReleasesRequestObject) (BrowseEpisodeReleasesResponseObject, error) + func (s *Server) BrowseSeasonReleases(ctx context.Context, request BrowseSeasonReleasesRequestObject) (BrowseSeasonReleasesResponseObject, error) + func (s *Server) BrowseSeriesReleases(ctx context.Context, request BrowseSeriesReleasesRequestObject) (BrowseSeriesReleasesResponseObject, error) + func (s *Server) CancelImport(ctx context.Context, req CancelImportRequestObject) (CancelImportResponseObject, error) + func (s *Server) CancelQueueItem(ctx context.Context, request CancelQueueItemRequestObject) (CancelQueueItemResponseObject, error) + func (s *Server) ChangePassword(ctx context.Context, req ChangePasswordRequestObject) (ChangePasswordResponseObject, error) + func (s *Server) ClearCompletedHistory(ctx context.Context, _ ClearCompletedHistoryRequestObject) (ClearCompletedHistoryResponseObject, error) + func (s *Server) CommitImport(ctx context.Context, req CommitImportRequestObject) (CommitImportResponseObject, error) + func (s *Server) CreateDownloadClient(ctx context.Context, request CreateDownloadClientRequestObject) (CreateDownloadClientResponseObject, error) + func (s *Server) CreateIndexer(ctx context.Context, request CreateIndexerRequestObject) (CreateIndexerResponseObject, error) + func (s *Server) CreateInvite(ctx context.Context, req CreateInviteRequestObject) (CreateInviteResponseObject, error) + func (s *Server) CreateMediaServer(ctx context.Context, request CreateMediaServerRequestObject) (CreateMediaServerResponseObject, error) + func (s *Server) CreateMyApiKey(ctx context.Context, req CreateMyApiKeyRequestObject) (CreateMyApiKeyResponseObject, error) + func (s *Server) CreateOIDCProvider(ctx context.Context, req CreateOIDCProviderRequestObject) (CreateOIDCProviderResponseObject, error) + func (s *Server) CreateQualityProfile(ctx context.Context, request CreateQualityProfileRequestObject) (CreateQualityProfileResponseObject, error) + func (s *Server) CreateRequest(ctx context.Context, req CreateRequestRequestObject) (CreateRequestResponseObject, error) + func (s *Server) CreateUser(ctx context.Context, req CreateUserRequestObject) (CreateUserResponseObject, error) + func (s *Server) DeleteDownloadClient(ctx context.Context, request DeleteDownloadClientRequestObject) (DeleteDownloadClientResponseObject, error) + func (s *Server) DeleteEpisodeFile(ctx context.Context, request DeleteEpisodeFileRequestObject) (DeleteEpisodeFileResponseObject, error) + func (s *Server) DeleteHistoryItem(ctx context.Context, request DeleteHistoryItemRequestObject) (DeleteHistoryItemResponseObject, error) + func (s *Server) DeleteImport(ctx context.Context, req DeleteImportRequestObject) (DeleteImportResponseObject, error) + func (s *Server) DeleteIndexer(ctx context.Context, request DeleteIndexerRequestObject) (DeleteIndexerResponseObject, error) + func (s *Server) DeleteMediaServer(ctx context.Context, request DeleteMediaServerRequestObject) (DeleteMediaServerResponseObject, error) + func (s *Server) DeleteMovie(ctx context.Context, request DeleteMovieRequestObject) (DeleteMovieResponseObject, error) + func (s *Server) DeleteMovieFile(ctx context.Context, request DeleteMovieFileRequestObject) (DeleteMovieFileResponseObject, error) + func (s *Server) DeleteMyApiKey(ctx context.Context, req DeleteMyApiKeyRequestObject) (DeleteMyApiKeyResponseObject, error) + func (s *Server) DeleteMySession(ctx context.Context, req DeleteMySessionRequestObject) (DeleteMySessionResponseObject, error) + func (s *Server) DeleteOIDCProvider(ctx context.Context, req DeleteOIDCProviderRequestObject) (DeleteOIDCProviderResponseObject, error) + func (s *Server) DeleteQualityProfile(ctx context.Context, request DeleteQualityProfileRequestObject) (DeleteQualityProfileResponseObject, error) + func (s *Server) DeleteSeries(ctx context.Context, request DeleteSeriesRequestObject) (DeleteSeriesResponseObject, error) + func (s *Server) DeleteUser(ctx context.Context, req DeleteUserRequestObject) (DeleteUserResponseObject, error) + func (s *Server) DenyRequest(ctx context.Context, req DenyRequestRequestObject) (DenyRequestResponseObject, error) + func (s *Server) DiscoverMediaServerSections(ctx context.Context, request DiscoverMediaServerSectionsRequestObject) (DiscoverMediaServerSectionsResponseObject, error) + func (s *Server) GetConfigAuth(ctx context.Context, _ GetConfigAuthRequestObject) (GetConfigAuthResponseObject, error) + func (s *Server) GetDownloadQueue(ctx context.Context, _ GetDownloadQueueRequestObject) (GetDownloadQueueResponseObject, error) + func (s *Server) GetImport(ctx context.Context, req GetImportRequestObject) (GetImportResponseObject, error) + func (s *Server) GetMediaServer(ctx context.Context, request GetMediaServerRequestObject) (GetMediaServerResponseObject, error) + func (s *Server) GetMovie(ctx context.Context, request GetMovieRequestObject) (GetMovieResponseObject, error) + func (s *Server) GetMovieCounts(ctx context.Context, _ GetMovieCountsRequestObject) (GetMovieCountsResponseObject, error) + func (s *Server) GetMoviePlayOnLinks(ctx context.Context, request GetMoviePlayOnLinksRequestObject) (GetMoviePlayOnLinksResponseObject, error) + func (s *Server) GetMovieRecommendations(ctx context.Context, request GetMovieRecommendationsRequestObject) (GetMovieRecommendationsResponseObject, error) + func (s *Server) GetOIDCProvider(ctx context.Context, req GetOIDCProviderRequestObject) (GetOIDCProviderResponseObject, error) + func (s *Server) GetRequestCounts(ctx context.Context, _ GetRequestCountsRequestObject) (GetRequestCountsResponseObject, error) + func (s *Server) GetRequestMetadata(ctx context.Context, req GetRequestMetadataRequestObject) (GetRequestMetadataResponseObject, error) + func (s *Server) GetSchedule(ctx context.Context, req GetScheduleRequestObject) (GetScheduleResponseObject, error) + func (s *Server) GetSeries(ctx context.Context, request GetSeriesRequestObject) (GetSeriesResponseObject, error) + func (s *Server) GetSeriesCounts(ctx context.Context, request GetSeriesCountsRequestObject) (GetSeriesCountsResponseObject, error) + func (s *Server) GetSeriesPlayOnLinks(ctx context.Context, request GetSeriesPlayOnLinksRequestObject) (GetSeriesPlayOnLinksResponseObject, error) + func (s *Server) GetSystemInfo(ctx context.Context, _ GetSystemInfoRequestObject) (GetSystemInfoResponseObject, error) + func (s *Server) GetUser(ctx context.Context, req GetUserRequestObject) (GetUserResponseObject, error) + func (s *Server) GrabEpisodeRelease(ctx context.Context, request GrabEpisodeReleaseRequestObject) (GrabEpisodeReleaseResponseObject, error) + func (s *Server) GrabMovieRelease(ctx context.Context, request GrabMovieReleaseRequestObject) (GrabMovieReleaseResponseObject, error) + func (s *Server) GrabSeasonRelease(ctx context.Context, request GrabSeasonReleaseRequestObject) (GrabSeasonReleaseResponseObject, error) + func (s *Server) GrabSeriesRelease(ctx context.Context, request GrabSeriesReleaseRequestObject) (GrabSeriesReleaseResponseObject, error) + func (s *Server) IgnorePending(ctx context.Context, request IgnorePendingRequestObject) (IgnorePendingResponseObject, error) + func (s *Server) ImportPending(ctx context.Context, request ImportPendingRequestObject) (ImportPendingResponseObject, error) + func (s *Server) ListActivity(ctx context.Context, req ListActivityRequestObject) (ListActivityResponseObject, error) + func (s *Server) ListDownloadClients(ctx context.Context, _ ListDownloadClientsRequestObject) (ListDownloadClientsResponseObject, error) + func (s *Server) ListDownloadHistory(ctx context.Context, request ListDownloadHistoryRequestObject) (ListDownloadHistoryResponseObject, error) + func (s *Server) ListImportFiles(ctx context.Context, req ListImportFilesRequestObject) (ListImportFilesResponseObject, error) + func (s *Server) ListImportShows(ctx context.Context, req ListImportShowsRequestObject) (ListImportShowsResponseObject, error) + func (s *Server) ListImports(ctx context.Context, req ListImportsRequestObject) (ListImportsResponseObject, error) + func (s *Server) ListIndexers(ctx context.Context, _ ListIndexersRequestObject) (ListIndexersResponseObject, error) + func (s *Server) ListInvites(ctx context.Context, _ ListInvitesRequestObject) (ListInvitesResponseObject, error) + func (s *Server) ListMediaServers(ctx context.Context, _ ListMediaServersRequestObject) (ListMediaServersResponseObject, error) + func (s *Server) ListMovies(ctx context.Context, request ListMoviesRequestObject) (ListMoviesResponseObject, error) + func (s *Server) ListMyApiKeys(ctx context.Context, _ ListMyApiKeysRequestObject) (ListMyApiKeysResponseObject, error) + func (s *Server) ListMySessions(ctx context.Context, _ ListMySessionsRequestObject) (ListMySessionsResponseObject, error) + func (s *Server) ListOIDCProviders(ctx context.Context, _ ListOIDCProvidersRequestObject) (ListOIDCProvidersResponseObject, error) + func (s *Server) ListPending(ctx context.Context, _ ListPendingRequestObject) (ListPendingResponseObject, error) + func (s *Server) ListQualityProfiles(ctx context.Context, _ ListQualityProfilesRequestObject) (ListQualityProfilesResponseObject, error) + func (s *Server) ListRequests(ctx context.Context, req ListRequestsRequestObject) (ListRequestsResponseObject, error) + func (s *Server) ListSchedules(ctx context.Context, _ ListSchedulesRequestObject) (ListSchedulesResponseObject, error) + func (s *Server) ListSeries(ctx context.Context, request ListSeriesRequestObject) (ListSeriesResponseObject, error) + func (s *Server) ListUpcomingReleases(ctx context.Context, req ListUpcomingReleasesRequestObject) (ListUpcomingReleasesResponseObject, error) + func (s *Server) ListUsers(ctx context.Context, req ListUsersRequestObject) (ListUsersResponseObject, error) + func (s *Server) LookupSeries(ctx context.Context, request LookupSeriesRequestObject) (LookupSeriesResponseObject, error) + func (s *Server) PatchEpisode(ctx context.Context, request PatchEpisodeRequestObject) (PatchEpisodeResponseObject, error) + func (s *Server) PatchMovie(ctx context.Context, request PatchMovieRequestObject) (PatchMovieResponseObject, error) + func (s *Server) PatchSeason(ctx context.Context, request PatchSeasonRequestObject) (PatchSeasonResponseObject, error) + func (s *Server) PatchSeries(ctx context.Context, request PatchSeriesRequestObject) (PatchSeriesResponseObject, error) + func (s *Server) PauseQueueItem(ctx context.Context, request PauseQueueItemRequestObject) (PauseQueueItemResponseObject, error) + func (s *Server) PauseSchedule(ctx context.Context, req PauseScheduleRequestObject) (PauseScheduleResponseObject, error) + func (s *Server) RefreshMovieMetadata(ctx context.Context, request RefreshMovieMetadataRequestObject) (RefreshMovieMetadataResponseObject, error) + func (s *Server) RefreshSeriesMetadata(ctx context.Context, request RefreshSeriesMetadataRequestObject) (RefreshSeriesMetadataResponseObject, error) + func (s *Server) RenameMovieFiles(ctx context.Context, request RenameMovieFilesRequestObject) (RenameMovieFilesResponseObject, error) + func (s *Server) RenameSeriesFiles(ctx context.Context, request RenameSeriesFilesRequestObject) (RenameSeriesFilesResponseObject, error) + func (s *Server) ReopenRequest(ctx context.Context, req ReopenRequestRequestObject) (ReopenRequestResponseObject, error) + func (s *Server) ReplacePending(ctx context.Context, request ReplacePendingRequestObject) (ReplacePendingResponseObject, error) + func (s *Server) ResetUserPassword(ctx context.Context, req ResetUserPasswordRequestObject) (ResetUserPasswordResponseObject, error) + func (s *Server) ResumeQueueItem(ctx context.Context, request ResumeQueueItemRequestObject) (ResumeQueueItemResponseObject, error) + func (s *Server) ResumeSchedule(ctx context.Context, req ResumeScheduleRequestObject) (ResumeScheduleResponseObject, error) + func (s *Server) RevokeInvite(ctx context.Context, req RevokeInviteRequestObject) (RevokeInviteResponseObject, error) + func (s *Server) RevokeUserApiKey(ctx context.Context, req RevokeUserApiKeyRequestObject) (RevokeUserApiKeyResponseObject, error) + func (s *Server) RevokeUserSession(ctx context.Context, req RevokeUserSessionRequestObject) (RevokeUserSessionResponseObject, error) + func (s *Server) RotateJWTSecret(ctx context.Context, _ RotateJWTSecretRequestObject) (RotateJWTSecretResponseObject, error) + func (s *Server) RunSchedule(ctx context.Context, req RunScheduleRequestObject) (RunScheduleResponseObject, error) + func (s *Server) SearchMovie(ctx context.Context, request SearchMovieRequestObject) (SearchMovieResponseObject, error) + func (s *Server) SearchMovieNow(ctx context.Context, request SearchMovieNowRequestObject) (SearchMovieNowResponseObject, error) + func (s *Server) SearchSeries(ctx context.Context, request SearchSeriesRequestObject) (SearchSeriesResponseObject, error) + func (s *Server) SearchTMDBMovie(ctx context.Context, request SearchTMDBMovieRequestObject) (SearchTMDBMovieResponseObject, error) + func (s *Server) StartImport(ctx context.Context, req StartImportRequestObject) (StartImportResponseObject, error) + func (s *Server) TestDownloadClient(ctx context.Context, request TestDownloadClientRequestObject) (TestDownloadClientResponseObject, error) + func (s *Server) TestDraftDownloadClient(ctx context.Context, request TestDraftDownloadClientRequestObject) (TestDraftDownloadClientResponseObject, error) + func (s *Server) TestDraftIndexer(ctx context.Context, request TestDraftIndexerRequestObject) (TestDraftIndexerResponseObject, error) + func (s *Server) TestDraftMediaServer(ctx context.Context, request TestDraftMediaServerRequestObject) (TestDraftMediaServerResponseObject, error) + func (s *Server) TestIndexer(ctx context.Context, request TestIndexerRequestObject) (TestIndexerResponseObject, error) + func (s *Server) TestMediaServer(ctx context.Context, request TestMediaServerRequestObject) (TestMediaServerResponseObject, error) + func (s *Server) UnlockUser(ctx context.Context, req UnlockUserRequestObject) (UnlockUserResponseObject, error) + func (s *Server) UpdateConfigAuth(ctx context.Context, req UpdateConfigAuthRequestObject) (UpdateConfigAuthResponseObject, error) + func (s *Server) UpdateDownloadClient(ctx context.Context, request UpdateDownloadClientRequestObject) (UpdateDownloadClientResponseObject, error) + func (s *Server) UpdateImportFileDecision(ctx context.Context, req UpdateImportFileDecisionRequestObject) (UpdateImportFileDecisionResponseObject, error) + func (s *Server) UpdateImportShowDecision(ctx context.Context, req UpdateImportShowDecisionRequestObject) (UpdateImportShowDecisionResponseObject, error) + func (s *Server) UpdateIndexer(ctx context.Context, request UpdateIndexerRequestObject) (UpdateIndexerResponseObject, error) + func (s *Server) UpdateMe(ctx context.Context, req UpdateMeRequestObject) (UpdateMeResponseObject, error) + func (s *Server) UpdateMediaServer(ctx context.Context, request UpdateMediaServerRequestObject) (UpdateMediaServerResponseObject, error) + func (s *Server) UpdateOIDCProvider(ctx context.Context, req UpdateOIDCProviderRequestObject) (UpdateOIDCProviderResponseObject, error) + func (s *Server) UpdateQualityProfile(ctx context.Context, request UpdateQualityProfileRequestObject) (UpdateQualityProfileResponseObject, error) + func (s *Server) UpdateSchedule(ctx context.Context, req UpdateScheduleRequestObject) (UpdateScheduleResponseObject, error) + func (s *Server) UpdateUser(ctx context.Context, req UpdateUserRequestObject) (UpdateUserResponseObject, error) + type ServerInterface interface + AddMovie func(w http.ResponseWriter, r *http.Request) + AddSeries func(w http.ResponseWriter, r *http.Request) + ApproveRequest func(w http.ResponseWriter, r *http.Request, id ResourceID) + AuthMe func(w http.ResponseWriter, r *http.Request) + BrowseEpisodeReleases func(w http.ResponseWriter, r *http.Request, id ResourceID, episodeId EpisodeID) + BrowseSeasonReleases func(w http.ResponseWriter, r *http.Request, id ResourceID, number SeasonNumber) + BrowseSeriesReleases func(w http.ResponseWriter, r *http.Request, id ResourceID) + CancelImport func(w http.ResponseWriter, r *http.Request, id ResourceID) + CancelQueueItem func(w http.ResponseWriter, r *http.Request, id ResourceID) + ChangePassword func(w http.ResponseWriter, r *http.Request) + ClearCompletedHistory func(w http.ResponseWriter, r *http.Request) + CommitImport func(w http.ResponseWriter, r *http.Request, id ResourceID) + CreateDownloadClient func(w http.ResponseWriter, r *http.Request) + CreateIndexer func(w http.ResponseWriter, r *http.Request) + CreateInvite func(w http.ResponseWriter, r *http.Request) + CreateMediaServer func(w http.ResponseWriter, r *http.Request) + CreateMyApiKey func(w http.ResponseWriter, r *http.Request) + CreateOIDCProvider func(w http.ResponseWriter, r *http.Request) + CreateQualityProfile func(w http.ResponseWriter, r *http.Request) + CreateRequest func(w http.ResponseWriter, r *http.Request) + CreateUser func(w http.ResponseWriter, r *http.Request) + DeleteDownloadClient func(w http.ResponseWriter, r *http.Request, name ResourceName) + DeleteEpisodeFile func(w http.ResponseWriter, r *http.Request, id ResourceID, episodeId EpisodeID) + DeleteHistoryItem func(w http.ResponseWriter, r *http.Request, id ResourceID) + DeleteImport func(w http.ResponseWriter, r *http.Request, id ResourceID) + DeleteIndexer func(w http.ResponseWriter, r *http.Request, name ResourceName) + DeleteMediaServer func(w http.ResponseWriter, r *http.Request, name ResourceName) + DeleteMovie func(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + DeleteMovieFile func(w http.ResponseWriter, r *http.Request, id ResourceID, fileId FileID) + DeleteMyApiKey func(w http.ResponseWriter, r *http.Request, id ResourceID) + DeleteMySession func(w http.ResponseWriter, r *http.Request, id ResourceID) + DeleteOIDCProvider func(w http.ResponseWriter, r *http.Request, name OIDCProviderName) + DeleteQualityProfile func(w http.ResponseWriter, r *http.Request, name ResourceName) + DeleteSeries func(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + DeleteUser func(w http.ResponseWriter, r *http.Request, uid UserID) + DenyRequest func(w http.ResponseWriter, r *http.Request, id ResourceID) + DiscoverMediaServerSections func(w http.ResponseWriter, r *http.Request) + GetConfigAuth func(w http.ResponseWriter, r *http.Request) + GetDownloadQueue func(w http.ResponseWriter, r *http.Request) + GetImport func(w http.ResponseWriter, r *http.Request, id ResourceID) + GetMediaServer func(w http.ResponseWriter, r *http.Request, name ResourceName) + GetMovie func(w http.ResponseWriter, r *http.Request, id ResourceID) + GetMovieCounts func(w http.ResponseWriter, r *http.Request) + GetMoviePlayOnLinks func(w http.ResponseWriter, r *http.Request, id ResourceID) + GetMovieRecommendations func(w http.ResponseWriter, r *http.Request, id ResourceID) + GetOIDCProvider func(w http.ResponseWriter, r *http.Request, name OIDCProviderName) + GetRequestCounts func(w http.ResponseWriter, r *http.Request) + GetRequestMetadata func(w http.ResponseWriter, r *http.Request, id ResourceID) + GetSchedule func(w http.ResponseWriter, r *http.Request, name ScheduleName) + GetSeries func(w http.ResponseWriter, r *http.Request, id ResourceID) + GetSeriesCounts func(w http.ResponseWriter, r *http.Request) + GetSeriesPlayOnLinks func(w http.ResponseWriter, r *http.Request, id ResourceID) + GetSystemInfo func(w http.ResponseWriter, r *http.Request) + GetUser func(w http.ResponseWriter, r *http.Request, uid UserID) + GrabEpisodeRelease func(w http.ResponseWriter, r *http.Request, id ResourceID, episodeId EpisodeID) + GrabMovieRelease func(w http.ResponseWriter, r *http.Request, id ResourceID) + GrabSeasonRelease func(w http.ResponseWriter, r *http.Request, id ResourceID, number SeasonNumber) + GrabSeriesRelease func(w http.ResponseWriter, r *http.Request, id ResourceID) + IgnorePending func(w http.ResponseWriter, r *http.Request, id ResourceID) + ImportPending func(w http.ResponseWriter, r *http.Request, id ResourceID) + ListActivity func(w http.ResponseWriter, r *http.Request, params ListActivityParams) + ListDownloadClients func(w http.ResponseWriter, r *http.Request) + ListDownloadHistory func(w http.ResponseWriter, r *http.Request, params ListDownloadHistoryParams) + ListImportFiles func(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + ListImportShows func(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + ListImports func(w http.ResponseWriter, r *http.Request, params ListImportsParams) + ListIndexers func(w http.ResponseWriter, r *http.Request) + ListInvites func(w http.ResponseWriter, r *http.Request) + ListMediaServers func(w http.ResponseWriter, r *http.Request) + ListMovies func(w http.ResponseWriter, r *http.Request, params ListMoviesParams) + ListMyApiKeys func(w http.ResponseWriter, r *http.Request) + ListMySessions func(w http.ResponseWriter, r *http.Request) + ListOIDCProviders func(w http.ResponseWriter, r *http.Request) + ListPending func(w http.ResponseWriter, r *http.Request) + ListQualityProfiles func(w http.ResponseWriter, r *http.Request) + ListRequests func(w http.ResponseWriter, r *http.Request, params ListRequestsParams) + ListSchedules func(w http.ResponseWriter, r *http.Request) + ListSeries func(w http.ResponseWriter, r *http.Request, params ListSeriesParams) + ListUpcomingReleases func(w http.ResponseWriter, r *http.Request, params ListUpcomingReleasesParams) + ListUsers func(w http.ResponseWriter, r *http.Request, params ListUsersParams) + LookupSeries func(w http.ResponseWriter, r *http.Request, params LookupSeriesParams) + PatchEpisode func(w http.ResponseWriter, r *http.Request, id ResourceID, episodeId EpisodeID) + PatchMovie func(w http.ResponseWriter, r *http.Request, id ResourceID) + PatchSeason func(w http.ResponseWriter, r *http.Request, id ResourceID, number SeasonNumber) + PatchSeries func(w http.ResponseWriter, r *http.Request, id ResourceID) + PauseQueueItem func(w http.ResponseWriter, r *http.Request, id ResourceID) + PauseSchedule func(w http.ResponseWriter, r *http.Request, name ScheduleName) + RefreshMovieMetadata func(w http.ResponseWriter, r *http.Request, id ResourceID) + RefreshSeriesMetadata func(w http.ResponseWriter, r *http.Request, id ResourceID) + RenameMovieFiles func(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + RenameSeriesFiles func(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + ReopenRequest func(w http.ResponseWriter, r *http.Request, id ResourceID) + ReplacePending func(w http.ResponseWriter, r *http.Request, id ResourceID) + ResetUserPassword func(w http.ResponseWriter, r *http.Request, uid UserID) + ResumeQueueItem func(w http.ResponseWriter, r *http.Request, id ResourceID) + ResumeSchedule func(w http.ResponseWriter, r *http.Request, name ScheduleName) + RevokeInvite func(w http.ResponseWriter, r *http.Request, id ResourceID) + RevokeUserApiKey func(w http.ResponseWriter, r *http.Request, uid UserID, kid ApiKeyID) + RevokeUserSession func(w http.ResponseWriter, r *http.Request, uid UserID, sid SessionID) + RotateJWTSecret func(w http.ResponseWriter, r *http.Request) + RunSchedule func(w http.ResponseWriter, r *http.Request, name ScheduleName) + SearchMovie func(w http.ResponseWriter, r *http.Request, id ResourceID) + SearchMovieNow func(w http.ResponseWriter, r *http.Request, id ResourceID) + SearchSeries func(w http.ResponseWriter, r *http.Request, id ResourceID) + SearchTMDBMovie func(w http.ResponseWriter, r *http.Request, params SearchTMDBMovieParams) + StartImport func(w http.ResponseWriter, r *http.Request) + TestDownloadClient func(w http.ResponseWriter, r *http.Request, name ResourceName) + TestDraftDownloadClient func(w http.ResponseWriter, r *http.Request) + TestDraftIndexer func(w http.ResponseWriter, r *http.Request) + TestDraftMediaServer func(w http.ResponseWriter, r *http.Request) + TestIndexer func(w http.ResponseWriter, r *http.Request, name ResourceName) + TestMediaServer func(w http.ResponseWriter, r *http.Request, name ResourceName) + UnlockUser func(w http.ResponseWriter, r *http.Request, uid UserID) + UpdateConfigAuth func(w http.ResponseWriter, r *http.Request) + UpdateDownloadClient func(w http.ResponseWriter, r *http.Request, name ResourceName) + UpdateImportFileDecision func(w http.ResponseWriter, r *http.Request, id ResourceID, fileId ImportScanFileID) + UpdateImportShowDecision func(w http.ResponseWriter, r *http.Request, id ResourceID, showId ImportScanShowID) + UpdateIndexer func(w http.ResponseWriter, r *http.Request, name ResourceName) + UpdateMe func(w http.ResponseWriter, r *http.Request) + UpdateMediaServer func(w http.ResponseWriter, r *http.Request, name ResourceName) + UpdateOIDCProvider func(w http.ResponseWriter, r *http.Request, name OIDCProviderName) + UpdateQualityProfile func(w http.ResponseWriter, r *http.Request, name ResourceName) + UpdateSchedule func(w http.ResponseWriter, r *http.Request, name ScheduleName) + UpdateUser func(w http.ResponseWriter, r *http.Request, uid UserID) + func NewStrictHandler(ssi StrictServerInterface, middlewares []StrictMiddlewareFunc) ServerInterface + func NewStrictHandlerWithOptions(ssi StrictServerInterface, middlewares []StrictMiddlewareFunc, ...) ServerInterface + type ServerInterfaceWrapper struct + ErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error) + Handler ServerInterface + HandlerMiddlewares []MiddlewareFunc + func (siw *ServerInterfaceWrapper) AddMovie(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) AddSeries(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ApproveRequest(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) AuthMe(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) BrowseEpisodeReleases(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) BrowseSeasonReleases(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) BrowseSeriesReleases(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CancelImport(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CancelQueueItem(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ChangePassword(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ClearCompletedHistory(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CommitImport(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateDownloadClient(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateIndexer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateInvite(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateMediaServer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateMyApiKey(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateOIDCProvider(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateQualityProfile(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateRequest(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateUser(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteDownloadClient(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteEpisodeFile(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteHistoryItem(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteImport(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteIndexer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteMediaServer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteMovie(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteMovieFile(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteMyApiKey(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteMySession(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteOIDCProvider(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteQualityProfile(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteSeries(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteUser(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DenyRequest(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DiscoverMediaServerSections(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetConfigAuth(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetDownloadQueue(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetImport(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetMediaServer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetMovie(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetMovieCounts(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetMoviePlayOnLinks(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetMovieRecommendations(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetOIDCProvider(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetRequestCounts(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetRequestMetadata(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetSchedule(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetSeries(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetSeriesCounts(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetSeriesPlayOnLinks(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetSystemInfo(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetUser(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GrabEpisodeRelease(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GrabMovieRelease(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GrabSeasonRelease(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GrabSeriesRelease(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) IgnorePending(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ImportPending(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListActivity(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListDownloadClients(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListDownloadHistory(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListImportFiles(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListImportShows(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListImports(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListIndexers(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListInvites(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListMediaServers(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListMovies(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListMyApiKeys(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListMySessions(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListOIDCProviders(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListPending(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListQualityProfiles(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListRequests(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListSchedules(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListSeries(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListUpcomingReleases(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListUsers(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) LookupSeries(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) PatchEpisode(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) PatchMovie(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) PatchSeason(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) PatchSeries(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) PauseQueueItem(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) PauseSchedule(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RefreshMovieMetadata(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RefreshSeriesMetadata(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RenameMovieFiles(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RenameSeriesFiles(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ReopenRequest(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ReplacePending(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ResetUserPassword(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ResumeQueueItem(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ResumeSchedule(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RevokeInvite(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RevokeUserApiKey(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RevokeUserSession(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RotateJWTSecret(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RunSchedule(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) SearchMovie(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) SearchMovieNow(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) SearchSeries(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) SearchTMDBMovie(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) StartImport(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) TestDownloadClient(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) TestDraftDownloadClient(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) TestDraftIndexer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) TestDraftMediaServer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) TestIndexer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) TestMediaServer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UnlockUser(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateConfigAuth(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateDownloadClient(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateImportFileDecision(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateImportShowDecision(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateIndexer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateMe(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateMediaServer(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateOIDCProvider(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateQualityProfile(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateSchedule(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateUser(w http.ResponseWriter, r *http.Request) + type Session struct + CreatedAt time.Time + ExpiresAt time.Time + Id uint32 + Ip *string + IsCurrent bool + LastSeenAt *time.Time + UserAgent *string + type SessionID = uint32 + type StartImport = ImportScanCreateRequest + type StartImport201JSONResponse struct + func (response StartImport201JSONResponse) VisitStartImportResponse(w http.ResponseWriter) error + type StartImport403JSONResponse struct + func (response StartImport403JSONResponse) VisitStartImportResponse(w http.ResponseWriter) error + type StartImport409JSONResponse struct + func (response StartImport409JSONResponse) VisitStartImportResponse(w http.ResponseWriter) error + type StartImport422JSONResponse struct + func (response StartImport422JSONResponse) VisitStartImportResponse(w http.ResponseWriter) error + type StartImportJSONRequestBody = ImportScanCreateRequest + type StartImportRequestObject struct + Body *StartImportJSONRequestBody + type StartImportResponseObject interface + VisitStartImportResponse func(w http.ResponseWriter) error + type StrictHTTPServerOptions struct + RequestErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error) + ResponseErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error) + type StrictHandlerFunc = strictnethttp.StrictHTTPHandlerFunc + type StrictMiddlewareFunc = strictnethttp.StrictHTTPMiddlewareFunc + type StrictServerInterface interface + AddMovie func(ctx context.Context, request AddMovieRequestObject) (AddMovieResponseObject, error) + AddSeries func(ctx context.Context, request AddSeriesRequestObject) (AddSeriesResponseObject, error) + ApproveRequest func(ctx context.Context, request ApproveRequestRequestObject) (ApproveRequestResponseObject, error) + AuthMe func(ctx context.Context, request AuthMeRequestObject) (AuthMeResponseObject, error) + BrowseEpisodeReleases func(ctx context.Context, request BrowseEpisodeReleasesRequestObject) (BrowseEpisodeReleasesResponseObject, error) + BrowseSeasonReleases func(ctx context.Context, request BrowseSeasonReleasesRequestObject) (BrowseSeasonReleasesResponseObject, error) + BrowseSeriesReleases func(ctx context.Context, request BrowseSeriesReleasesRequestObject) (BrowseSeriesReleasesResponseObject, error) + CancelImport func(ctx context.Context, request CancelImportRequestObject) (CancelImportResponseObject, error) + CancelQueueItem func(ctx context.Context, request CancelQueueItemRequestObject) (CancelQueueItemResponseObject, error) + ChangePassword func(ctx context.Context, request ChangePasswordRequestObject) (ChangePasswordResponseObject, error) + ClearCompletedHistory func(ctx context.Context, request ClearCompletedHistoryRequestObject) (ClearCompletedHistoryResponseObject, error) + CommitImport func(ctx context.Context, request CommitImportRequestObject) (CommitImportResponseObject, error) + CreateDownloadClient func(ctx context.Context, request CreateDownloadClientRequestObject) (CreateDownloadClientResponseObject, error) + CreateIndexer func(ctx context.Context, request CreateIndexerRequestObject) (CreateIndexerResponseObject, error) + CreateInvite func(ctx context.Context, request CreateInviteRequestObject) (CreateInviteResponseObject, error) + CreateMediaServer func(ctx context.Context, request CreateMediaServerRequestObject) (CreateMediaServerResponseObject, error) + CreateMyApiKey func(ctx context.Context, request CreateMyApiKeyRequestObject) (CreateMyApiKeyResponseObject, error) + CreateOIDCProvider func(ctx context.Context, request CreateOIDCProviderRequestObject) (CreateOIDCProviderResponseObject, error) + CreateQualityProfile func(ctx context.Context, request CreateQualityProfileRequestObject) (CreateQualityProfileResponseObject, error) + CreateRequest func(ctx context.Context, request CreateRequestRequestObject) (CreateRequestResponseObject, error) + CreateUser func(ctx context.Context, request CreateUserRequestObject) (CreateUserResponseObject, error) + DeleteDownloadClient func(ctx context.Context, request DeleteDownloadClientRequestObject) (DeleteDownloadClientResponseObject, error) + DeleteEpisodeFile func(ctx context.Context, request DeleteEpisodeFileRequestObject) (DeleteEpisodeFileResponseObject, error) + DeleteHistoryItem func(ctx context.Context, request DeleteHistoryItemRequestObject) (DeleteHistoryItemResponseObject, error) + DeleteImport func(ctx context.Context, request DeleteImportRequestObject) (DeleteImportResponseObject, error) + DeleteIndexer func(ctx context.Context, request DeleteIndexerRequestObject) (DeleteIndexerResponseObject, error) + DeleteMediaServer func(ctx context.Context, request DeleteMediaServerRequestObject) (DeleteMediaServerResponseObject, error) + DeleteMovie func(ctx context.Context, request DeleteMovieRequestObject) (DeleteMovieResponseObject, error) + DeleteMovieFile func(ctx context.Context, request DeleteMovieFileRequestObject) (DeleteMovieFileResponseObject, error) + DeleteMyApiKey func(ctx context.Context, request DeleteMyApiKeyRequestObject) (DeleteMyApiKeyResponseObject, error) + DeleteMySession func(ctx context.Context, request DeleteMySessionRequestObject) (DeleteMySessionResponseObject, error) + DeleteOIDCProvider func(ctx context.Context, request DeleteOIDCProviderRequestObject) (DeleteOIDCProviderResponseObject, error) + DeleteQualityProfile func(ctx context.Context, request DeleteQualityProfileRequestObject) (DeleteQualityProfileResponseObject, error) + DeleteSeries func(ctx context.Context, request DeleteSeriesRequestObject) (DeleteSeriesResponseObject, error) + DeleteUser func(ctx context.Context, request DeleteUserRequestObject) (DeleteUserResponseObject, error) + DenyRequest func(ctx context.Context, request DenyRequestRequestObject) (DenyRequestResponseObject, error) + DiscoverMediaServerSections func(ctx context.Context, request DiscoverMediaServerSectionsRequestObject) (DiscoverMediaServerSectionsResponseObject, error) + GetConfigAuth func(ctx context.Context, request GetConfigAuthRequestObject) (GetConfigAuthResponseObject, error) + GetDownloadQueue func(ctx context.Context, request GetDownloadQueueRequestObject) (GetDownloadQueueResponseObject, error) + GetImport func(ctx context.Context, request GetImportRequestObject) (GetImportResponseObject, error) + GetMediaServer func(ctx context.Context, request GetMediaServerRequestObject) (GetMediaServerResponseObject, error) + GetMovie func(ctx context.Context, request GetMovieRequestObject) (GetMovieResponseObject, error) + GetMovieCounts func(ctx context.Context, request GetMovieCountsRequestObject) (GetMovieCountsResponseObject, error) + GetMoviePlayOnLinks func(ctx context.Context, request GetMoviePlayOnLinksRequestObject) (GetMoviePlayOnLinksResponseObject, error) + GetMovieRecommendations func(ctx context.Context, request GetMovieRecommendationsRequestObject) (GetMovieRecommendationsResponseObject, error) + GetOIDCProvider func(ctx context.Context, request GetOIDCProviderRequestObject) (GetOIDCProviderResponseObject, error) + GetRequestCounts func(ctx context.Context, request GetRequestCountsRequestObject) (GetRequestCountsResponseObject, error) + GetRequestMetadata func(ctx context.Context, request GetRequestMetadataRequestObject) (GetRequestMetadataResponseObject, error) + GetSchedule func(ctx context.Context, request GetScheduleRequestObject) (GetScheduleResponseObject, error) + GetSeries func(ctx context.Context, request GetSeriesRequestObject) (GetSeriesResponseObject, error) + GetSeriesCounts func(ctx context.Context, request GetSeriesCountsRequestObject) (GetSeriesCountsResponseObject, error) + GetSeriesPlayOnLinks func(ctx context.Context, request GetSeriesPlayOnLinksRequestObject) (GetSeriesPlayOnLinksResponseObject, error) + GetSystemInfo func(ctx context.Context, request GetSystemInfoRequestObject) (GetSystemInfoResponseObject, error) + GetUser func(ctx context.Context, request GetUserRequestObject) (GetUserResponseObject, error) + GrabEpisodeRelease func(ctx context.Context, request GrabEpisodeReleaseRequestObject) (GrabEpisodeReleaseResponseObject, error) + GrabMovieRelease func(ctx context.Context, request GrabMovieReleaseRequestObject) (GrabMovieReleaseResponseObject, error) + GrabSeasonRelease func(ctx context.Context, request GrabSeasonReleaseRequestObject) (GrabSeasonReleaseResponseObject, error) + GrabSeriesRelease func(ctx context.Context, request GrabSeriesReleaseRequestObject) (GrabSeriesReleaseResponseObject, error) + IgnorePending func(ctx context.Context, request IgnorePendingRequestObject) (IgnorePendingResponseObject, error) + ImportPending func(ctx context.Context, request ImportPendingRequestObject) (ImportPendingResponseObject, error) + ListActivity func(ctx context.Context, request ListActivityRequestObject) (ListActivityResponseObject, error) + ListDownloadClients func(ctx context.Context, request ListDownloadClientsRequestObject) (ListDownloadClientsResponseObject, error) + ListDownloadHistory func(ctx context.Context, request ListDownloadHistoryRequestObject) (ListDownloadHistoryResponseObject, error) + ListImportFiles func(ctx context.Context, request ListImportFilesRequestObject) (ListImportFilesResponseObject, error) + ListImportShows func(ctx context.Context, request ListImportShowsRequestObject) (ListImportShowsResponseObject, error) + ListImports func(ctx context.Context, request ListImportsRequestObject) (ListImportsResponseObject, error) + ListIndexers func(ctx context.Context, request ListIndexersRequestObject) (ListIndexersResponseObject, error) + ListInvites func(ctx context.Context, request ListInvitesRequestObject) (ListInvitesResponseObject, error) + ListMediaServers func(ctx context.Context, request ListMediaServersRequestObject) (ListMediaServersResponseObject, error) + ListMovies func(ctx context.Context, request ListMoviesRequestObject) (ListMoviesResponseObject, error) + ListMyApiKeys func(ctx context.Context, request ListMyApiKeysRequestObject) (ListMyApiKeysResponseObject, error) + ListMySessions func(ctx context.Context, request ListMySessionsRequestObject) (ListMySessionsResponseObject, error) + ListOIDCProviders func(ctx context.Context, request ListOIDCProvidersRequestObject) (ListOIDCProvidersResponseObject, error) + ListPending func(ctx context.Context, request ListPendingRequestObject) (ListPendingResponseObject, error) + ListQualityProfiles func(ctx context.Context, request ListQualityProfilesRequestObject) (ListQualityProfilesResponseObject, error) + ListRequests func(ctx context.Context, request ListRequestsRequestObject) (ListRequestsResponseObject, error) + ListSchedules func(ctx context.Context, request ListSchedulesRequestObject) (ListSchedulesResponseObject, error) + ListSeries func(ctx context.Context, request ListSeriesRequestObject) (ListSeriesResponseObject, error) + ListUpcomingReleases func(ctx context.Context, request ListUpcomingReleasesRequestObject) (ListUpcomingReleasesResponseObject, error) + ListUsers func(ctx context.Context, request ListUsersRequestObject) (ListUsersResponseObject, error) + LookupSeries func(ctx context.Context, request LookupSeriesRequestObject) (LookupSeriesResponseObject, error) + PatchEpisode func(ctx context.Context, request PatchEpisodeRequestObject) (PatchEpisodeResponseObject, error) + PatchMovie func(ctx context.Context, request PatchMovieRequestObject) (PatchMovieResponseObject, error) + PatchSeason func(ctx context.Context, request PatchSeasonRequestObject) (PatchSeasonResponseObject, error) + PatchSeries func(ctx context.Context, request PatchSeriesRequestObject) (PatchSeriesResponseObject, error) + PauseQueueItem func(ctx context.Context, request PauseQueueItemRequestObject) (PauseQueueItemResponseObject, error) + PauseSchedule func(ctx context.Context, request PauseScheduleRequestObject) (PauseScheduleResponseObject, error) + RefreshMovieMetadata func(ctx context.Context, request RefreshMovieMetadataRequestObject) (RefreshMovieMetadataResponseObject, error) + RefreshSeriesMetadata func(ctx context.Context, request RefreshSeriesMetadataRequestObject) (RefreshSeriesMetadataResponseObject, error) + RenameMovieFiles func(ctx context.Context, request RenameMovieFilesRequestObject) (RenameMovieFilesResponseObject, error) + RenameSeriesFiles func(ctx context.Context, request RenameSeriesFilesRequestObject) (RenameSeriesFilesResponseObject, error) + ReopenRequest func(ctx context.Context, request ReopenRequestRequestObject) (ReopenRequestResponseObject, error) + ReplacePending func(ctx context.Context, request ReplacePendingRequestObject) (ReplacePendingResponseObject, error) + ResetUserPassword func(ctx context.Context, request ResetUserPasswordRequestObject) (ResetUserPasswordResponseObject, error) + ResumeQueueItem func(ctx context.Context, request ResumeQueueItemRequestObject) (ResumeQueueItemResponseObject, error) + ResumeSchedule func(ctx context.Context, request ResumeScheduleRequestObject) (ResumeScheduleResponseObject, error) + RevokeInvite func(ctx context.Context, request RevokeInviteRequestObject) (RevokeInviteResponseObject, error) + RevokeUserApiKey func(ctx context.Context, request RevokeUserApiKeyRequestObject) (RevokeUserApiKeyResponseObject, error) + RevokeUserSession func(ctx context.Context, request RevokeUserSessionRequestObject) (RevokeUserSessionResponseObject, error) + RotateJWTSecret func(ctx context.Context, request RotateJWTSecretRequestObject) (RotateJWTSecretResponseObject, error) + RunSchedule func(ctx context.Context, request RunScheduleRequestObject) (RunScheduleResponseObject, error) + SearchMovie func(ctx context.Context, request SearchMovieRequestObject) (SearchMovieResponseObject, error) + SearchMovieNow func(ctx context.Context, request SearchMovieNowRequestObject) (SearchMovieNowResponseObject, error) + SearchSeries func(ctx context.Context, request SearchSeriesRequestObject) (SearchSeriesResponseObject, error) + SearchTMDBMovie func(ctx context.Context, request SearchTMDBMovieRequestObject) (SearchTMDBMovieResponseObject, error) + StartImport func(ctx context.Context, request StartImportRequestObject) (StartImportResponseObject, error) + TestDownloadClient func(ctx context.Context, request TestDownloadClientRequestObject) (TestDownloadClientResponseObject, error) + TestDraftDownloadClient func(ctx context.Context, request TestDraftDownloadClientRequestObject) (TestDraftDownloadClientResponseObject, error) + TestDraftIndexer func(ctx context.Context, request TestDraftIndexerRequestObject) (TestDraftIndexerResponseObject, error) + TestDraftMediaServer func(ctx context.Context, request TestDraftMediaServerRequestObject) (TestDraftMediaServerResponseObject, error) + TestIndexer func(ctx context.Context, request TestIndexerRequestObject) (TestIndexerResponseObject, error) + TestMediaServer func(ctx context.Context, request TestMediaServerRequestObject) (TestMediaServerResponseObject, error) + UnlockUser func(ctx context.Context, request UnlockUserRequestObject) (UnlockUserResponseObject, error) + UpdateConfigAuth func(ctx context.Context, request UpdateConfigAuthRequestObject) (UpdateConfigAuthResponseObject, error) + UpdateDownloadClient func(ctx context.Context, request UpdateDownloadClientRequestObject) (UpdateDownloadClientResponseObject, error) + UpdateImportFileDecision func(ctx context.Context, request UpdateImportFileDecisionRequestObject) (UpdateImportFileDecisionResponseObject, error) + UpdateImportShowDecision func(ctx context.Context, request UpdateImportShowDecisionRequestObject) (UpdateImportShowDecisionResponseObject, error) + UpdateIndexer func(ctx context.Context, request UpdateIndexerRequestObject) (UpdateIndexerResponseObject, error) + UpdateMe func(ctx context.Context, request UpdateMeRequestObject) (UpdateMeResponseObject, error) + UpdateMediaServer func(ctx context.Context, request UpdateMediaServerRequestObject) (UpdateMediaServerResponseObject, error) + UpdateOIDCProvider func(ctx context.Context, request UpdateOIDCProviderRequestObject) (UpdateOIDCProviderResponseObject, error) + UpdateQualityProfile func(ctx context.Context, request UpdateQualityProfileRequestObject) (UpdateQualityProfileResponseObject, error) + UpdateSchedule func(ctx context.Context, request UpdateScheduleRequestObject) (UpdateScheduleResponseObject, error) + UpdateUser func(ctx context.Context, request UpdateUserRequestObject) (UpdateUserResponseObject, error) + type SystemInfo struct + AppName string + AuthMode string + BuiltAt *string + Commit *string + DataDir string + DataUsage *DiskUsage + DbPath string + DbSize *string + DbUsage *DiskUsage + GoOsArch string + GoVersion string + HttpsWarn bool + PublicUrl string + Version string + type SystemInfoJSONResponse SystemInfo + type TMDBMovieResult struct + OriginalTitle string + Overview *string + PosterUrl *string + Title string + TmdbId uint32 + Year uint16 + type TVShow struct + Cast *[]CastMember + Creator *string + Genres *[]string + HaveEpisodes *uint32 + Id uint32 + Monitored bool + Network *string + OriginalTitle *string + Overview *string + QualityProfile *string + Rating *float32 + Runtime *uint16 + Seasons *[]Season + SeriesStatus TVShowSeriesStatus + Title string + TotalEpisodes *uint32 + TvdbId uint32 + Type TVShowType + WantedEpisodes *uint32 + Year uint16 + type TVShowCounts struct + Continuing int + Ended int + Total int + WantedEpisodes int + type TVShowSeriesStatus string + const TVShowSeriesStatusContinuing + const TVShowSeriesStatusEnded + const TVShowSeriesStatusUpcoming + func (e TVShowSeriesStatus) Valid() bool + type TVShowType string + const TVShowTypeAnime + const TVShowTypeDaily + const TVShowTypeStandard + func (e TVShowType) Valid() bool + type TestDownloadClient200Response = ConnectionTestOKResponse + func (response TestDownloadClient200Response) VisitTestDownloadClientResponse(w http.ResponseWriter) error + type TestDownloadClient403JSONResponse struct + func (response TestDownloadClient403JSONResponse) VisitTestDownloadClientResponse(w http.ResponseWriter) error + type TestDownloadClient404JSONResponse struct + func (response TestDownloadClient404JSONResponse) VisitTestDownloadClientResponse(w http.ResponseWriter) error + type TestDownloadClient422JSONResponse struct + func (response TestDownloadClient422JSONResponse) VisitTestDownloadClientResponse(w http.ResponseWriter) error + type TestDownloadClient500JSONResponse struct + func (response TestDownloadClient500JSONResponse) VisitTestDownloadClientResponse(w http.ResponseWriter) error + type TestDownloadClientRequestObject struct + Name ResourceName + type TestDownloadClientResponseObject interface + VisitTestDownloadClientResponse func(w http.ResponseWriter) error + type TestDraftDownloadClient200Response = ConnectionTestOKResponse + func (response TestDraftDownloadClient200Response) VisitTestDraftDownloadClientResponse(w http.ResponseWriter) error + type TestDraftDownloadClient403JSONResponse struct + func (response TestDraftDownloadClient403JSONResponse) VisitTestDraftDownloadClientResponse(w http.ResponseWriter) error + type TestDraftDownloadClient422JSONResponse struct + func (response TestDraftDownloadClient422JSONResponse) VisitTestDraftDownloadClientResponse(w http.ResponseWriter) error + type TestDraftDownloadClient500JSONResponse struct + func (response TestDraftDownloadClient500JSONResponse) VisitTestDraftDownloadClientResponse(w http.ResponseWriter) error + type TestDraftDownloadClientJSONRequestBody = DownloadClientCreate + type TestDraftDownloadClientRequestObject struct + Body *TestDraftDownloadClientJSONRequestBody + type TestDraftDownloadClientResponseObject interface + VisitTestDraftDownloadClientResponse func(w http.ResponseWriter) error + type TestDraftIndexer200Response = ConnectionTestOKResponse + func (response TestDraftIndexer200Response) VisitTestDraftIndexerResponse(w http.ResponseWriter) error + type TestDraftIndexer403JSONResponse struct + func (response TestDraftIndexer403JSONResponse) VisitTestDraftIndexerResponse(w http.ResponseWriter) error + type TestDraftIndexer422JSONResponse struct + func (response TestDraftIndexer422JSONResponse) VisitTestDraftIndexerResponse(w http.ResponseWriter) error + type TestDraftIndexer500JSONResponse struct + func (response TestDraftIndexer500JSONResponse) VisitTestDraftIndexerResponse(w http.ResponseWriter) error + type TestDraftIndexerJSONRequestBody = IndexerCreate + type TestDraftIndexerRequestObject struct + Body *TestDraftIndexerJSONRequestBody + type TestDraftIndexerResponseObject interface + VisitTestDraftIndexerResponse func(w http.ResponseWriter) error + type TestDraftMediaServer200Response = MediaServerTestOKResponse + func (response TestDraftMediaServer200Response) VisitTestDraftMediaServerResponse(w http.ResponseWriter) error + type TestDraftMediaServer403JSONResponse struct + func (response TestDraftMediaServer403JSONResponse) VisitTestDraftMediaServerResponse(w http.ResponseWriter) error + type TestDraftMediaServer422JSONResponse struct + func (response TestDraftMediaServer422JSONResponse) VisitTestDraftMediaServerResponse(w http.ResponseWriter) error + type TestDraftMediaServer500JSONResponse struct + func (response TestDraftMediaServer500JSONResponse) VisitTestDraftMediaServerResponse(w http.ResponseWriter) error + type TestDraftMediaServerJSONRequestBody = MediaServerDiscoveryRequest + type TestDraftMediaServerRequestObject struct + Body *TestDraftMediaServerJSONRequestBody + type TestDraftMediaServerResponseObject interface + VisitTestDraftMediaServerResponse func(w http.ResponseWriter) error + type TestIndexer200Response = ConnectionTestOKResponse + func (response TestIndexer200Response) VisitTestIndexerResponse(w http.ResponseWriter) error + type TestIndexer403JSONResponse struct + func (response TestIndexer403JSONResponse) VisitTestIndexerResponse(w http.ResponseWriter) error + type TestIndexer404JSONResponse struct + func (response TestIndexer404JSONResponse) VisitTestIndexerResponse(w http.ResponseWriter) error + type TestIndexer422JSONResponse struct + func (response TestIndexer422JSONResponse) VisitTestIndexerResponse(w http.ResponseWriter) error + type TestIndexer500JSONResponse struct + func (response TestIndexer500JSONResponse) VisitTestIndexerResponse(w http.ResponseWriter) error + type TestIndexerRequestObject struct + Name ResourceName + type TestIndexerResponseObject interface + VisitTestIndexerResponse func(w http.ResponseWriter) error + type TestMediaServer200Response = MediaServerTestOKResponse + func (response TestMediaServer200Response) VisitTestMediaServerResponse(w http.ResponseWriter) error + type TestMediaServer403JSONResponse struct + func (response TestMediaServer403JSONResponse) VisitTestMediaServerResponse(w http.ResponseWriter) error + type TestMediaServer404JSONResponse struct + func (response TestMediaServer404JSONResponse) VisitTestMediaServerResponse(w http.ResponseWriter) error + type TestMediaServer422JSONResponse struct + func (response TestMediaServer422JSONResponse) VisitTestMediaServerResponse(w http.ResponseWriter) error + type TestMediaServer500JSONResponse struct + func (response TestMediaServer500JSONResponse) VisitTestMediaServerResponse(w http.ResponseWriter) error + type TestMediaServerRequestObject struct + Name ResourceName + type TestMediaServerResponseObject interface + VisitTestMediaServerResponse func(w http.ResponseWriter) error + type TooManyValuesForParamError struct + Count int + ParamName string + func (e *TooManyValuesForParamError) Error() string + type Unauthorized = Error + type UnauthorizedJSONResponse Error + type UnescapedCookieParamError struct + Err error + ParamName string + func (e *UnescapedCookieParamError) Error() string + func (e *UnescapedCookieParamError) Unwrap() error + type Unimplemented struct + func (_ Unimplemented) AddMovie(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) AddSeries(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ApproveRequest(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) AuthMe(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) BrowseEpisodeReleases(w http.ResponseWriter, r *http.Request, id ResourceID, episodeId EpisodeID) + func (_ Unimplemented) BrowseSeasonReleases(w http.ResponseWriter, r *http.Request, id ResourceID, number SeasonNumber) + func (_ Unimplemented) BrowseSeriesReleases(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) CancelImport(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) CancelQueueItem(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) ChangePassword(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ClearCompletedHistory(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CommitImport(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) CreateDownloadClient(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateIndexer(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateInvite(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateMediaServer(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateMyApiKey(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateOIDCProvider(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateQualityProfile(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateRequest(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateUser(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) DeleteDownloadClient(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) DeleteEpisodeFile(w http.ResponseWriter, r *http.Request, id ResourceID, episodeId EpisodeID) + func (_ Unimplemented) DeleteHistoryItem(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) DeleteImport(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) DeleteIndexer(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) DeleteMediaServer(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) DeleteMovie(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + func (_ Unimplemented) DeleteMovieFile(w http.ResponseWriter, r *http.Request, id ResourceID, fileId FileID) + func (_ Unimplemented) DeleteMyApiKey(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) DeleteMySession(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) DeleteOIDCProvider(w http.ResponseWriter, r *http.Request, name OIDCProviderName) + func (_ Unimplemented) DeleteQualityProfile(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) DeleteSeries(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + func (_ Unimplemented) DeleteUser(w http.ResponseWriter, r *http.Request, uid UserID) + func (_ Unimplemented) DenyRequest(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) DiscoverMediaServerSections(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetConfigAuth(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetDownloadQueue(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetImport(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) GetMediaServer(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) GetMovie(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) GetMovieCounts(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetMoviePlayOnLinks(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) GetMovieRecommendations(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) GetOIDCProvider(w http.ResponseWriter, r *http.Request, name OIDCProviderName) + func (_ Unimplemented) GetRequestCounts(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetRequestMetadata(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) GetSchedule(w http.ResponseWriter, r *http.Request, name ScheduleName) + func (_ Unimplemented) GetSeries(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) GetSeriesCounts(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetSeriesPlayOnLinks(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) GetSystemInfo(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetUser(w http.ResponseWriter, r *http.Request, uid UserID) + func (_ Unimplemented) GrabEpisodeRelease(w http.ResponseWriter, r *http.Request, id ResourceID, episodeId EpisodeID) + func (_ Unimplemented) GrabMovieRelease(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) GrabSeasonRelease(w http.ResponseWriter, r *http.Request, id ResourceID, number SeasonNumber) + func (_ Unimplemented) GrabSeriesRelease(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) IgnorePending(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) ImportPending(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) ListActivity(w http.ResponseWriter, r *http.Request, params ListActivityParams) + func (_ Unimplemented) ListDownloadClients(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ListDownloadHistory(w http.ResponseWriter, r *http.Request, params ListDownloadHistoryParams) + func (_ Unimplemented) ListImportFiles(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + func (_ Unimplemented) ListImportShows(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + func (_ Unimplemented) ListImports(w http.ResponseWriter, r *http.Request, params ListImportsParams) + func (_ Unimplemented) ListIndexers(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ListInvites(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ListMediaServers(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ListMovies(w http.ResponseWriter, r *http.Request, params ListMoviesParams) + func (_ Unimplemented) ListMyApiKeys(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ListMySessions(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ListOIDCProviders(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ListPending(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ListQualityProfiles(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ListRequests(w http.ResponseWriter, r *http.Request, params ListRequestsParams) + func (_ Unimplemented) ListSchedules(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) ListSeries(w http.ResponseWriter, r *http.Request, params ListSeriesParams) + func (_ Unimplemented) ListUpcomingReleases(w http.ResponseWriter, r *http.Request, params ListUpcomingReleasesParams) + func (_ Unimplemented) ListUsers(w http.ResponseWriter, r *http.Request, params ListUsersParams) + func (_ Unimplemented) LookupSeries(w http.ResponseWriter, r *http.Request, params LookupSeriesParams) + func (_ Unimplemented) PatchEpisode(w http.ResponseWriter, r *http.Request, id ResourceID, episodeId EpisodeID) + func (_ Unimplemented) PatchMovie(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) PatchSeason(w http.ResponseWriter, r *http.Request, id ResourceID, number SeasonNumber) + func (_ Unimplemented) PatchSeries(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) PauseQueueItem(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) PauseSchedule(w http.ResponseWriter, r *http.Request, name ScheduleName) + func (_ Unimplemented) RefreshMovieMetadata(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) RefreshSeriesMetadata(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) RenameMovieFiles(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + func (_ Unimplemented) RenameSeriesFiles(w http.ResponseWriter, r *http.Request, id ResourceID, ...) + func (_ Unimplemented) ReopenRequest(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) ReplacePending(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) ResetUserPassword(w http.ResponseWriter, r *http.Request, uid UserID) + func (_ Unimplemented) ResumeQueueItem(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) ResumeSchedule(w http.ResponseWriter, r *http.Request, name ScheduleName) + func (_ Unimplemented) RevokeInvite(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) RevokeUserApiKey(w http.ResponseWriter, r *http.Request, uid UserID, kid ApiKeyID) + func (_ Unimplemented) RevokeUserSession(w http.ResponseWriter, r *http.Request, uid UserID, sid SessionID) + func (_ Unimplemented) RotateJWTSecret(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) RunSchedule(w http.ResponseWriter, r *http.Request, name ScheduleName) + func (_ Unimplemented) SearchMovie(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) SearchMovieNow(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) SearchSeries(w http.ResponseWriter, r *http.Request, id ResourceID) + func (_ Unimplemented) SearchTMDBMovie(w http.ResponseWriter, r *http.Request, params SearchTMDBMovieParams) + func (_ Unimplemented) StartImport(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) TestDownloadClient(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) TestDraftDownloadClient(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) TestDraftIndexer(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) TestDraftMediaServer(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) TestIndexer(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) TestMediaServer(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) UnlockUser(w http.ResponseWriter, r *http.Request, uid UserID) + func (_ Unimplemented) UpdateConfigAuth(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) UpdateDownloadClient(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) UpdateImportFileDecision(w http.ResponseWriter, r *http.Request, id ResourceID, fileId ImportScanFileID) + func (_ Unimplemented) UpdateImportShowDecision(w http.ResponseWriter, r *http.Request, id ResourceID, showId ImportScanShowID) + func (_ Unimplemented) UpdateIndexer(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) UpdateMe(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) UpdateMediaServer(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) UpdateOIDCProvider(w http.ResponseWriter, r *http.Request, name OIDCProviderName) + func (_ Unimplemented) UpdateQualityProfile(w http.ResponseWriter, r *http.Request, name ResourceName) + func (_ Unimplemented) UpdateSchedule(w http.ResponseWriter, r *http.Request, name ScheduleName) + func (_ Unimplemented) UpdateUser(w http.ResponseWriter, r *http.Request, uid UserID) + type UnlockUser204Response = UserUnlockedResponse + func (response UnlockUser204Response) VisitUnlockUserResponse(w http.ResponseWriter) error + type UnlockUser403JSONResponse struct + func (response UnlockUser403JSONResponse) VisitUnlockUserResponse(w http.ResponseWriter) error + type UnlockUser404JSONResponse struct + func (response UnlockUser404JSONResponse) VisitUnlockUserResponse(w http.ResponseWriter) error + type UnlockUserRequestObject struct + Uid UserID + type UnlockUserResponseObject interface + VisitUnlockUserResponse func(w http.ResponseWriter) error + type UnmarshalingParamError struct + Err error + ParamName string + func (e *UnmarshalingParamError) Error() string + func (e *UnmarshalingParamError) Unwrap() error + type UnprocessableEntity = Error + type UnprocessableEntityJSONResponse Error + type UpcomingEpisode struct + AirDate time.Time + Episode uint16 + Monitored *bool + Season uint16 + SeriesId uint32 + SeriesTitle string + Title *string + type UpcomingList struct + Episodes []UpcomingEpisode + Movies []UpcomingMovie + type UpcomingListJSONResponse UpcomingList + type UpcomingMovie struct + DigitalReleaseDate time.Time + Id uint32 + Title string + TmdbId uint32 + Year uint16 + type UpdateAuthConfig = AuthConfigPatch + type UpdateConfigAuth200JSONResponse struct + func (response UpdateConfigAuth200JSONResponse) VisitUpdateConfigAuthResponse(w http.ResponseWriter) error + type UpdateConfigAuth403JSONResponse struct + func (response UpdateConfigAuth403JSONResponse) VisitUpdateConfigAuthResponse(w http.ResponseWriter) error + type UpdateConfigAuth422JSONResponse struct + func (response UpdateConfigAuth422JSONResponse) VisitUpdateConfigAuthResponse(w http.ResponseWriter) error + type UpdateConfigAuthJSONRequestBody = AuthConfigPatch + type UpdateConfigAuthRequestObject struct + Body *UpdateConfigAuthJSONRequestBody + type UpdateConfigAuthResponseObject interface + VisitUpdateConfigAuthResponse func(w http.ResponseWriter) error + type UpdateDownloadClient200JSONResponse DownloadClient + func (response UpdateDownloadClient200JSONResponse) VisitUpdateDownloadClientResponse(w http.ResponseWriter) error + type UpdateDownloadClient403JSONResponse struct + func (response UpdateDownloadClient403JSONResponse) VisitUpdateDownloadClientResponse(w http.ResponseWriter) error + type UpdateDownloadClient404JSONResponse struct + func (response UpdateDownloadClient404JSONResponse) VisitUpdateDownloadClientResponse(w http.ResponseWriter) error + type UpdateDownloadClient422JSONResponse struct + func (response UpdateDownloadClient422JSONResponse) VisitUpdateDownloadClientResponse(w http.ResponseWriter) error + type UpdateDownloadClient500JSONResponse struct + func (response UpdateDownloadClient500JSONResponse) VisitUpdateDownloadClientResponse(w http.ResponseWriter) error + type UpdateDownloadClientJSONRequestBody = DownloadClientCreate + type UpdateDownloadClientRequestObject struct + Body *UpdateDownloadClientJSONRequestBody + Name ResourceName + type UpdateDownloadClientResponseObject interface + VisitUpdateDownloadClientResponse func(w http.ResponseWriter) error + type UpdateImportFileDecision = ImportScanFileDecisionRequest + type UpdateImportFileDecision200JSONResponse struct + func (response UpdateImportFileDecision200JSONResponse) VisitUpdateImportFileDecisionResponse(w http.ResponseWriter) error + type UpdateImportFileDecision403JSONResponse struct + func (response UpdateImportFileDecision403JSONResponse) VisitUpdateImportFileDecisionResponse(w http.ResponseWriter) error + type UpdateImportFileDecision404JSONResponse struct + func (response UpdateImportFileDecision404JSONResponse) VisitUpdateImportFileDecisionResponse(w http.ResponseWriter) error + type UpdateImportFileDecisionJSONRequestBody = ImportScanFileDecisionRequest + type UpdateImportFileDecisionRequestObject struct + Body *UpdateImportFileDecisionJSONRequestBody + FileId ImportScanFileID + Id ResourceID + type UpdateImportFileDecisionResponseObject interface + VisitUpdateImportFileDecisionResponse func(w http.ResponseWriter) error + type UpdateImportShowDecision = ImportScanShowDecisionRequest + type UpdateImportShowDecision200JSONResponse struct + func (response UpdateImportShowDecision200JSONResponse) VisitUpdateImportShowDecisionResponse(w http.ResponseWriter) error + type UpdateImportShowDecision403JSONResponse struct + func (response UpdateImportShowDecision403JSONResponse) VisitUpdateImportShowDecisionResponse(w http.ResponseWriter) error + type UpdateImportShowDecision404JSONResponse struct + func (response UpdateImportShowDecision404JSONResponse) VisitUpdateImportShowDecisionResponse(w http.ResponseWriter) error + type UpdateImportShowDecisionJSONRequestBody = ImportScanShowDecisionRequest + type UpdateImportShowDecisionRequestObject struct + Body *UpdateImportShowDecisionJSONRequestBody + Id ResourceID + ShowId ImportScanShowID + type UpdateImportShowDecisionResponseObject interface + VisitUpdateImportShowDecisionResponse func(w http.ResponseWriter) error + type UpdateIndexer200JSONResponse Indexer + func (response UpdateIndexer200JSONResponse) VisitUpdateIndexerResponse(w http.ResponseWriter) error + type UpdateIndexer403JSONResponse struct + func (response UpdateIndexer403JSONResponse) VisitUpdateIndexerResponse(w http.ResponseWriter) error + type UpdateIndexer404JSONResponse struct + func (response UpdateIndexer404JSONResponse) VisitUpdateIndexerResponse(w http.ResponseWriter) error + type UpdateIndexer422JSONResponse struct + func (response UpdateIndexer422JSONResponse) VisitUpdateIndexerResponse(w http.ResponseWriter) error + type UpdateIndexer500JSONResponse struct + func (response UpdateIndexer500JSONResponse) VisitUpdateIndexerResponse(w http.ResponseWriter) error + type UpdateIndexerJSONRequestBody = IndexerCreate + type UpdateIndexerRequestObject struct + Body *UpdateIndexerJSONRequestBody + Name ResourceName + type UpdateIndexerResponseObject interface + VisitUpdateIndexerResponse func(w http.ResponseWriter) error + type UpdateMe = UpdateMeRequest + type UpdateMe200JSONResponse User + func (response UpdateMe200JSONResponse) VisitUpdateMeResponse(w http.ResponseWriter) error + type UpdateMe401JSONResponse struct + func (response UpdateMe401JSONResponse) VisitUpdateMeResponse(w http.ResponseWriter) error + type UpdateMeJSONRequestBody = UpdateMeRequest + type UpdateMeRequest struct + DisplayName *string + type UpdateMeRequestObject struct + Body *UpdateMeJSONRequestBody + type UpdateMeResponseObject interface + VisitUpdateMeResponse func(w http.ResponseWriter) error + type UpdateMediaServer = MediaServerUpdate + type UpdateMediaServer200JSONResponse struct + func (response UpdateMediaServer200JSONResponse) VisitUpdateMediaServerResponse(w http.ResponseWriter) error + type UpdateMediaServer403JSONResponse struct + func (response UpdateMediaServer403JSONResponse) VisitUpdateMediaServerResponse(w http.ResponseWriter) error + type UpdateMediaServer404JSONResponse struct + func (response UpdateMediaServer404JSONResponse) VisitUpdateMediaServerResponse(w http.ResponseWriter) error + type UpdateMediaServer422JSONResponse struct + func (response UpdateMediaServer422JSONResponse) VisitUpdateMediaServerResponse(w http.ResponseWriter) error + type UpdateMediaServer500JSONResponse struct + func (response UpdateMediaServer500JSONResponse) VisitUpdateMediaServerResponse(w http.ResponseWriter) error + type UpdateMediaServerJSONRequestBody = MediaServerUpdate + type UpdateMediaServerRequestObject struct + Body *UpdateMediaServerJSONRequestBody + Name ResourceName + type UpdateMediaServerResponseObject interface + VisitUpdateMediaServerResponse func(w http.ResponseWriter) error + type UpdateMovie = UpdateMovieRequest + type UpdateMovieRequest struct + Monitored *bool + QualityProfile *string + Status *UpdateMovieRequestStatus + type UpdateMovieRequestStatus string + const UpdateMovieRequestStatusAvailable + const UpdateMovieRequestStatusDownloading + const UpdateMovieRequestStatusWanted + func (e UpdateMovieRequestStatus) Valid() bool + type UpdateOIDCProvider = OIDCProviderPatch + type UpdateOIDCProvider200JSONResponse struct + func (response UpdateOIDCProvider200JSONResponse) VisitUpdateOIDCProviderResponse(w http.ResponseWriter) error + type UpdateOIDCProvider403JSONResponse struct + func (response UpdateOIDCProvider403JSONResponse) VisitUpdateOIDCProviderResponse(w http.ResponseWriter) error + type UpdateOIDCProvider404JSONResponse struct + func (response UpdateOIDCProvider404JSONResponse) VisitUpdateOIDCProviderResponse(w http.ResponseWriter) error + type UpdateOIDCProvider422JSONResponse struct + func (response UpdateOIDCProvider422JSONResponse) VisitUpdateOIDCProviderResponse(w http.ResponseWriter) error + type UpdateOIDCProviderJSONRequestBody = OIDCProviderPatch + type UpdateOIDCProviderRequestObject struct + Body *UpdateOIDCProviderJSONRequestBody + Name OIDCProviderName + type UpdateOIDCProviderResponseObject interface + VisitUpdateOIDCProviderResponse func(w http.ResponseWriter) error + type UpdateQualityProfile200JSONResponse QualityProfile + func (response UpdateQualityProfile200JSONResponse) VisitUpdateQualityProfileResponse(w http.ResponseWriter) error + type UpdateQualityProfile403JSONResponse struct + func (response UpdateQualityProfile403JSONResponse) VisitUpdateQualityProfileResponse(w http.ResponseWriter) error + type UpdateQualityProfile404JSONResponse struct + func (response UpdateQualityProfile404JSONResponse) VisitUpdateQualityProfileResponse(w http.ResponseWriter) error + type UpdateQualityProfile422JSONResponse struct + func (response UpdateQualityProfile422JSONResponse) VisitUpdateQualityProfileResponse(w http.ResponseWriter) error + type UpdateQualityProfile500JSONResponse struct + func (response UpdateQualityProfile500JSONResponse) VisitUpdateQualityProfileResponse(w http.ResponseWriter) error + type UpdateQualityProfileJSONRequestBody = QualityProfileCreate + type UpdateQualityProfileRequestObject struct + Body *UpdateQualityProfileJSONRequestBody + Name ResourceName + type UpdateQualityProfileResponseObject interface + VisitUpdateQualityProfileResponse func(w http.ResponseWriter) error + type UpdateSchedule200JSONResponse struct + func (response UpdateSchedule200JSONResponse) VisitUpdateScheduleResponse(w http.ResponseWriter) error + type UpdateSchedule401JSONResponse struct + func (response UpdateSchedule401JSONResponse) VisitUpdateScheduleResponse(w http.ResponseWriter) error + type UpdateSchedule403JSONResponse struct + func (response UpdateSchedule403JSONResponse) VisitUpdateScheduleResponse(w http.ResponseWriter) error + type UpdateSchedule404JSONResponse struct + func (response UpdateSchedule404JSONResponse) VisitUpdateScheduleResponse(w http.ResponseWriter) error + type UpdateSchedule422JSONResponse struct + func (response UpdateSchedule422JSONResponse) VisitUpdateScheduleResponse(w http.ResponseWriter) error + type UpdateScheduleJSONRequestBody = ScheduleUpdate + type UpdateScheduleRequestObject struct + Body *UpdateScheduleJSONRequestBody + Name ScheduleName + type UpdateScheduleResponseObject interface + VisitUpdateScheduleResponse func(w http.ResponseWriter) error + type UpdateUser200JSONResponse struct + func (response UpdateUser200JSONResponse) VisitUpdateUserResponse(w http.ResponseWriter) error + type UpdateUser403JSONResponse struct + func (response UpdateUser403JSONResponse) VisitUpdateUserResponse(w http.ResponseWriter) error + type UpdateUser404JSONResponse struct + func (response UpdateUser404JSONResponse) VisitUpdateUserResponse(w http.ResponseWriter) error + type UpdateUser409JSONResponse struct + func (response UpdateUser409JSONResponse) VisitUpdateUserResponse(w http.ResponseWriter) error + type UpdateUserJSONRequestBody = UpdateUserRequest + type UpdateUserRequest struct + AuthMethod *UpdateUserRequestAuthMethod + DisplayName *string + Email *openapi_types.Email + Role *UpdateUserRequestRole + type UpdateUserRequestAuthMethod string + const UpdateUserRequestAuthMethodBoth + const UpdateUserRequestAuthMethodLocal + const UpdateUserRequestAuthMethodOidc + func (e UpdateUserRequestAuthMethod) Valid() bool + type UpdateUserRequestObject struct + Body *UpdateUserJSONRequestBody + Uid UserID + type UpdateUserRequestRole string + const UpdateUserRequestRoleAdmin + const UpdateUserRequestRoleMember + const UpdateUserRequestRoleRequestOnly + func (e UpdateUserRequestRole) Valid() bool + type UpdateUserResponseObject interface + VisitUpdateUserResponse func(w http.ResponseWriter) error + type User struct + AuthMethod UserAuthMethod + CreatedAt time.Time + DisplayName *string + Email openapi_types.Email + FailedLoginCount *uint8 + Id uint32 + LockedUntil *time.Time + Role UserRole + type UserApiKeyRevokedResponse struct + type UserAuthMethod string + const UserAuthMethodBoth + const UserAuthMethodLocal + const UserAuthMethodOidc + func (e UserAuthMethod) Valid() bool + type UserCreated = User + type UserCreatedJSONResponse User + type UserDeletedResponse struct + type UserDetail struct + ApiKeys []ApiKey + Sessions []Session + User User + type UserDetailJSONResponse UserDetail + type UserID = uint32 + type UserList struct + Items []User + Total uint32 + type UserRole string + const UserRoleAdmin + const UserRoleMember + const UserRoleRequestOnly + func (e UserRole) Valid() bool + type UserSessionRevokedResponse struct + type UserUnlockedResponse struct + type UserUpdated = User + type UserUpdatedJSONResponse User + type UsersList = UserList + type UsersListJSONResponse UserList + type UsersOrder string + const UsersOrderAsc + const UsersOrderDesc + func (e UsersOrder) Valid() bool + type UsersSort string + const UsersSortAuth + const UsersSortCreated + const UsersSortName + const UsersSortRole + func (e UsersSort) Valid() bool