MCPcopy
hub / github.com/gitpod-io/gitpod / Info

Interface Info

components/gitpod-protocol/src/frontend-dashboard-service.ts:42–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 * Info defined the information that `supervisor/frontend` requires.
41 */
42 export interface Info {
43 workspaceID: string;
44 loggedUserId: string;
45
46 instanceId?: string;
47 ideUrl?: string;
48 statusPhase?: WorkspaceInstancePhase;
49
50 workspaceDescription: string;
51 workspaceType: string;
52 }
53
54 export interface SetStateData {
55 ideFrontendFailureCause?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected