Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanUpService ¶
type CleanUpService struct { Cfg *setting.Cfg ServerLockService *serverlock.ServerLockService ShortURLService shorturls.Service QueryHistoryService queryhistory.Service // contains filtered or unexported fields }
func ProvideService ¶
func ProvideService(cfg *setting.Cfg, serverLockService *serverlock.ServerLockService, shortURLService shorturls.Service, sqlstore db.DB, queryHistoryService queryhistory.Service, dashboardVersionService dashver.Service, dashSnapSvc dashboardsnapshots.Service, deleteExpiredImageService *image.DeleteExpiredService, tempUserService tempuser.Service, tracer tracing.Tracer, annotationCleaner annotations.Cleaner, dashboardService dashboards.DashboardService) *CleanUpService
Click to show internal directories.
Click to hide internal directories.