mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
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.