Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Add coder providers rename command #320

Merged
merged 2 commits into from
Apr 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update interface.go
  • Loading branch information
f0ssel authored Apr 21, 2021
commit 20d4ae2119ccb65fd83925e7618a513eed78f79f
2 changes: 1 addition & 1 deletion coder-sdk/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,6 @@ type Client interface {
// allowing it to continue creating new workspaces and provisioning resources for them.
UnCordonWorkspaceProvider(ctx context.Context, id string) error

// RenameWorkspaceProvider changes an existing cordoned providers name field.
// RenameWorkspaceProvider changes an existing providers name field.
RenameWorkspaceProvider(ctx context.Context, id string, name string) error
}