MCPcopy Index your code
hub / github.com/coder/coder / testWorkspace

Struct testWorkspace

coderd/insights_test.go:414–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 }
413 type workspaceApp templateApp
414 type testWorkspace struct {
415 name string
416 template *testTemplate
417 buildParameters []buildParameter
418
419 // Filled later.
420 id uuid.UUID
421 user any // *testUser, but it's not available yet, defined below.
422 agentID uuid.UUID
423 apps []*workspaceApp
424 agentClient *agentsdk.Client
425 }
426 type testUser struct {
427 name string
428 workspaces []*testWorkspace

Callers 1

TestLogsCmdFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestLogsCmdFunction · 0.68