| 19 | ) |
| 20 | |
| 21 | type Runner struct { |
| 22 | client *codersdk.Client |
| 23 | cfg Config |
| 24 | |
| 25 | workspaceID uuid.UUID |
| 26 | } |
| 27 | |
| 28 | func NewRunner(client *codersdk.Client, cfg Config) *Runner { |
| 29 | return &Runner{ |
nothing calls this directly
no outgoing calls
no test coverage detected