MCPcopy Create free account
hub / github.com/coder/coder / Runner

Struct Runner

scaletest/workspaceupdates/run.go:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type Runner struct {
27 client *codersdk.Client
28 cfg Config
29
30 createUserRunner *createusers.Runner
31 workspacebuildRunners []*workspacebuild.Runner
32
33 // workspace name to workspace
34 workspaces map[string]*workspace
35}
36
37type workspace struct {
38 buildStartTime time.Time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected