Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-05-23 14:07:37 -07:00
parent 23af4caf43
commit bd04f1812a
84 changed files with 227 additions and 139 deletions

View File

@@ -99,6 +99,7 @@ WHERE
defer rows.Close()
attrsByID := make(policy.AttributesByID, len(resourceIDs))
for rows.Next() {
var (
id gid.GID
@@ -114,6 +115,7 @@ WHERE
if organizationID != nil {
attrs["organization_id"] = organizationID.String()
}
attrsByID[id] = attrs
}