mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: make ephemeral parameters optional (#8571)
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
"github.com/coder/coder/codersdk"
|
||||
)
|
||||
|
||||
// workspaceParameterFlags are used by "start", "restart", "create", and "update".
|
||||
// workspaceParameterFlags are used by "start", "restart", and "update".
|
||||
type workspaceParameterFlags struct {
|
||||
buildOptions bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user