feat: implement system statistics tracking, commit management controllers, and associated database migrations
All checks were successful
Build and Release / release (push) Successful in 1m49s
All checks were successful
Build and Release / release (push) Successful in 1m49s
This commit is contained in:
@@ -8,6 +8,7 @@ const (
|
||||
TaskTypeDeleteMedia TaskType = "DELETE_MEDIA"
|
||||
TaskTypeBulkDeleteMedia TaskType = "BULK_DELETE_MEDIA"
|
||||
TaskTypeRagIndexSubmission TaskType = "RAG_INDEX_SUBMISSION"
|
||||
TaskTypeAdminUserAction TaskType = "ADMIN_USER_ACTION"
|
||||
)
|
||||
|
||||
func (t TaskType) String() string {
|
||||
|
||||
Reference in New Issue
Block a user