Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanTagValues ¶
CleanTagValues is a job that cleans tags of punctuation etc.
func (CleanTagValues) Execute ¶
func (ot CleanTagValues) Execute(ctx context.Context) error
Execute runs the job in a transaction
func (CleanTagValues) Schedule ¶
func (ot CleanTagValues) Schedule() cron.Schedule
Schedule returns the job schedule.
type DeleteOrphanedTags ¶
DeleteOrphanedTags is a job that deletes orphaned tags
func (DeleteOrphanedTags) Execute ¶
func (ot DeleteOrphanedTags) Execute(ctx context.Context) error
Execute runs the job
func (DeleteOrphanedTags) Name ¶
func (ot DeleteOrphanedTags) Name() string
Name returns the job name
func (DeleteOrphanedTags) Schedule ¶
func (ot DeleteOrphanedTags) Schedule() cron.Schedule
Schedule returns the job schedule.
type FixContentRating ¶
FixContentRating fixes images that have been uploaded with a 0 content rating.
func (FixContentRating) Execute ¶
func (fis FixContentRating) Execute(ctx context.Context) error
Execute runs the job
func (FixContentRating) Schedule ¶
func (fis FixContentRating) Schedule() cron.Schedule
Schedule returns the schedule.
Click to show internal directories.
Click to hide internal directories.