repository

package
v0.0.0-...-ea68c78 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CronTaskRepoImpl

type CronTaskRepoImpl struct {
}

func (*CronTaskRepoImpl) CreateCronTask

func (impl *CronTaskRepoImpl) CreateCronTask(ctx context.Context, row model.CronTaskTab) (err error)

func (*CronTaskRepoImpl) FlushUndoStatusTask

func (impl *CronTaskRepoImpl) FlushUndoStatusTask(ctx context.Context, durationSecond int) (err error)

func (*CronTaskRepoImpl) QueryUndoCronTaskList

func (impl *CronTaskRepoImpl) QueryUndoCronTaskList(ctx context.Context, limit int) (res []model.CronTaskTab, err error)

func (*CronTaskRepoImpl) UpdateCronTaskInfo

func (impl *CronTaskRepoImpl) UpdateCronTaskInfo(ctx context.Context, taskId string, updateArgs map[string]interface{}) (err error)

type VideoInfoRepoImpl

type VideoInfoRepoImpl struct {
}

func (*VideoInfoRepoImpl) BatchCreateVideoInfos

func (impl *VideoInfoRepoImpl) BatchCreateVideoInfos(ctx context.Context, rows []model.VideoInfoTab) (err error)

func (*VideoInfoRepoImpl) CountVideoInfo

func (impl *VideoInfoRepoImpl) CountVideoInfo(ctx context.Context, mid int64, opStatus *uint32) (res int64, err error)

func (*VideoInfoRepoImpl) QueryVideoInfoList

func (impl *VideoInfoRepoImpl) QueryVideoInfoList(ctx context.Context, mid int64, aid *int64, limit *int, opStatus *uint32) (res []model.VideoInfoTab, err error)

func (*VideoInfoRepoImpl) UpdateVideoInfo

func (impl *VideoInfoRepoImpl) UpdateVideoInfo(ctx context.Context, row model.VideoInfoTab) (err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL