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

Struct Runner

scaletest/workspacetraffic/run.go:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type Runner struct {
26 client *codersdk.Client
27 webClient *codersdk.Client
28 cfg Config
29}
30
31var (
32 _ harness.Runnable = &Runner{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected