mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
5c2b9a5b82
Adds ClientBuilder to build a codersdk.Client. This is a safer pattern than the current usage which modifies properties of the Client after creating it, opening us up to race conditions. Refactors agentsdk to use the builder.