Documentation
¶
Index ¶
- func RegisterRoutes(protected *gin.RouterGroup, deps *ServerDependencies)
- type BatchFileResult
- type BatchJobResponse
- type BatchRescrapeRequest
- type BatchRescrapeResponse
- type BatchScrapeRequest
- type BatchScrapeResponse
- type ErrorResponse
- type MovieResponse
- type OrganizePreviewRequest
- type OrganizePreviewResponse
- type OrganizeRequest
- type PosterCropRequest
- type PosterCropResponse
- type ServerDependencies
- type UpdateMovieRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(protected *gin.RouterGroup, deps *ServerDependencies)
Types ¶
type BatchFileResult ¶
type BatchFileResult = contracts.BatchFileResult
type BatchJobResponse ¶
type BatchJobResponse = contracts.BatchJobResponse
type BatchRescrapeRequest ¶
type BatchRescrapeRequest = contracts.BatchRescrapeRequest
type BatchRescrapeResponse ¶
type BatchRescrapeResponse = contracts.BatchRescrapeResponse
type BatchScrapeRequest ¶
type BatchScrapeRequest = contracts.BatchScrapeRequest
type BatchScrapeResponse ¶
type BatchScrapeResponse = contracts.BatchScrapeResponse
type ErrorResponse ¶
type ErrorResponse = contracts.ErrorResponse
type MovieResponse ¶
type MovieResponse = contracts.MovieResponse
type OrganizePreviewRequest ¶
type OrganizePreviewRequest = contracts.OrganizePreviewRequest
type OrganizePreviewResponse ¶
type OrganizePreviewResponse = contracts.OrganizePreviewResponse
type OrganizeRequest ¶
type OrganizeRequest = contracts.OrganizeRequest
type PosterCropRequest ¶
type PosterCropRequest = contracts.PosterCropRequest
type PosterCropResponse ¶
type PosterCropResponse = contracts.PosterCropResponse
type ServerDependencies ¶
type ServerDependencies = core.ServerDependencies
type UpdateMovieRequest ¶
type UpdateMovieRequest = contracts.UpdateMovieRequest
Click to show internal directories.
Click to hide internal directories.