chore: phase 3 code quality — pipeline prefixes, godoc baseline

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-05-20 00:23:14 +07:00
co-authored by Cursor
parent 250cdea35d
commit ea65451160
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -76,5 +76,5 @@ func PickTenantRefreshTriggerModule(st store.Backend, tenantID string, moduleIDs
return mod.ID, nil
}
}
return "", fmt.Errorf("no enabled module for tenant refresh")
return "", fmt.Errorf("pipeline: no enabled module for tenant refresh")
}