You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactors `pkg/resolve` to hook into our dependency injection system.
This eliminates the need for callers to instantiate clients, and let's us re-use existing repository instances.
This is supporting work for `render pg create`. I realized while implementing that that I had handled dependencies wrong in kv. We have a nice DI system set up so that the command layer should really only care about Service structs and not repos / clients. I can go back and refactor kv later, but for now I just want to make sure I get `pg` on the right path.
GitOrigin-RevId: 9cd87d1b98ed32ae960b8405ccae986f30af36af
0 commit comments