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

Struct Runner

scaletest/createusers/run.go:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type Runner struct {
20 client *codersdk.Client
21 cfg Config
22
23 user codersdk.User
24}
25
26type User struct {
27 codersdk.User

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected