We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5a41a commit 6b90b24Copy full SHA for 6b90b24
components/content-service-api/go/wsready.go
@@ -22,6 +22,13 @@ const (
22
WorkspaceInitFromOther WorkspaceInitSource = "from-other"
23
)
24
25
+type TrustedWorkspaceReadyMessage struct {
26
+ WorkspaceReadyMessage
27
+}
28
+
29
+// Interface marker
30
+func (TrustedWorkspaceReadyMessage) isTrustedValue() {}
31
32
// WorkspaceReadyMessage describes the content of a workspace-ready file in a workspace
33
type WorkspaceReadyMessage struct {
34
Source WorkspaceInitSource `json:"source"`
0 commit comments