Documentation
¶
Index ¶
- type Options
- type Service
- func (s *Service) AssembleLaneAOnce(ctx context.Context) error
- func (s *Service) AssembleLaneBOnce(ctx context.Context) error
- func (s *Service) AssembleOnce(ctx context.Context) error
- func (s *Service) EnrichPredbMetadataFallbackOnce(ctx context.Context) error
- func (s *Service) EnrichPredbOnce(ctx context.Context) error
- func (s *Service) EnrichPredbSceneNameRecoveryOnce(ctx context.Context) error
- func (s *Service) EnrichPredbSyncBackfillOnce(ctx context.Context) error
- func (s *Service) EnrichPredbSyncFeedOnce(ctx context.Context) error
- func (s *Service) EnrichTMDBOnce(ctx context.Context) error
- func (s *Service) InspectArchiveOnce(ctx context.Context) error
- func (s *Service) InspectDiscoveryOnce(ctx context.Context) error
- func (s *Service) InspectMediaOnce(ctx context.Context) error
- func (s *Service) InspectNFOOnce(ctx context.Context) error
- func (s *Service) InspectOnce(ctx context.Context) error
- func (s *Service) InspectPAR2Once(ctx context.Context) error
- func (s *Service) InspectPasswordOnce(ctx context.Context) error
- func (s *Service) RecoverYEncOnce(ctx context.Context) error
- func (s *Service) ReformReleasesOnce(ctx context.Context) error
- func (s *Service) ReleaseOnce(ctx context.Context) error
- func (s *Service) RunPipelineOnce(ctx context.Context) error
- func (s *Service) RunStageOnce(ctx context.Context, stageName string) error
- func (s *Service) ScrapeBackfillOnce(ctx context.Context) error
- func (s *Service) ScrapeLatestOnce(ctx context.Context) error
- func (s *Service) ScrapeOnce(ctx context.Context) error
- func (s *Service) Start(ctx context.Context, interval time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶ added in v0.7.0
type Options struct {
ReleaseReform func(ctx context.Context) error
AssembleLaneA func(ctx context.Context) error
AssembleLaneB func(ctx context.Context) error
RecoverYEnc func(ctx context.Context) error
EnrichPredbSceneName func(ctx context.Context) error
EnrichPredbMetadataOnly func(ctx context.Context) error
EnrichPredbSyncFeed func(ctx context.Context) error
EnrichPredbSyncBackfill func(ctx context.Context) error
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(supervisorSvc *supervisor.Supervisor, opts ...Options) *Service
func (*Service) AssembleLaneAOnce ¶ added in v0.7.3
func (*Service) AssembleLaneBOnce ¶ added in v0.7.3
func (*Service) EnrichPredbMetadataFallbackOnce ¶ added in v0.7.0
func (*Service) EnrichPredbOnce ¶ added in v0.7.0
func (*Service) EnrichPredbSceneNameRecoveryOnce ¶ added in v0.7.0
func (*Service) EnrichPredbSyncBackfillOnce ¶ added in v0.7.0
func (*Service) EnrichPredbSyncFeedOnce ¶ added in v0.7.0
func (*Service) EnrichTMDBOnce ¶ added in v0.7.0
func (*Service) InspectArchiveOnce ¶ added in v0.7.0
func (*Service) InspectDiscoveryOnce ¶ added in v0.7.0
func (*Service) InspectMediaOnce ¶ added in v0.7.0
func (*Service) InspectNFOOnce ¶ added in v0.7.0
func (*Service) InspectOnce ¶ added in v0.7.0
func (*Service) InspectPAR2Once ¶ added in v0.7.0
func (*Service) InspectPasswordOnce ¶ added in v0.7.0
func (*Service) RecoverYEncOnce ¶ added in v0.7.3
func (*Service) ReformReleasesOnce ¶ added in v0.7.0
func (*Service) RunStageOnce ¶ added in v0.7.0
func (*Service) ScrapeBackfillOnce ¶
explicit backfill scrape mode
func (*Service) ScrapeLatestOnce ¶
explicit latest scrape mode
func (*Service) ScrapeOnce ¶
backward-compatible alias to latest mode.
Click to show internal directories.
Click to hide internal directories.