Skip to content

Commit 80d109e

Browse files
authored
comments(manager/gc): add NewAuditGCTask function (#4048)
Signed-off-by: yxxhero <[email protected]>
1 parent 9c60d90 commit 80d109e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manager/gc/audit.go

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const (
4242
AuditGCTaskID = "audit"
4343
)
4444

45+
// NewAuditGCTask returns a new audit GC task.
4546
func NewAuditGCTask(db *gorm.DB) pkggc.Task {
4647
return pkggc.Task{
4748
ID: AuditGCTaskID,

0 commit comments

Comments
 (0)