Page MenuHomePhabricator

[services-lib] Make DB attribute names non-static
ClosedPublic

Authored by bartek on Aug 10 2023, 3:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 3:42 PM
Unknown Object (File)
Tue, Oct 22, 5:31 PM
Unknown Object (File)
Oct 4 2024, 6:54 PM
Unknown Object (File)
Sep 27 2024, 10:57 PM
Unknown Object (File)
Sep 27 2024, 10:57 PM
Unknown Object (File)
Sep 27 2024, 10:56 PM
Unknown Object (File)
Sep 27 2024, 10:50 PM
Unknown Object (File)
Sep 20 2024, 8:43 PM
Subscribers

Details

Summary

Similiar to D8627 but in comm-services-lib. The difference is that I used impl Into<String> to add some flexibility

Test Plan

Following bash one-liner:

cd services
for r in "comm-services-lib" "backup" "blob" "feature-flags"; do pushd $r; cargo check --all-features; popd; done

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable