mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* Changes all public-facing codersdk types to use a plain int64 (milliseconds) instead of time.Duration. * Makes autostart_schedule a *string as it may not be present. * Adds a utils/ptr package with some useful methods.