mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: use app tickets for web terminal (#6628)
This commit is contained in:
@ -25,6 +25,7 @@ import (
|
||||
|
||||
type WorkspaceAgentStatus string
|
||||
|
||||
// This is also in database/modelmethods.go and should be kept in sync.
|
||||
const (
|
||||
WorkspaceAgentConnecting WorkspaceAgentStatus = "connecting"
|
||||
WorkspaceAgentConnected WorkspaceAgentStatus = "connected"
|
||||
|
Reference in New Issue
Block a user