(ctx context.Context)
| 112 | Ping(ctx context.Context) (time.Duration, bool, *ipnstate.PingResult, error) |
| 113 | ProcessOutput(ctx context.Context, id string, opts *ProcessOutputOptions) (ProcessOutputResponse, error) |
| 114 | PrometheusMetrics(ctx context.Context) ([]byte, error) |
| 115 | ReconnectingPTY(ctx context.Context, id uuid.UUID, height uint16, width uint16, command string, initOpts ...AgentReconnectingPTYInitOption) (net.Conn, error) |
| 116 | DeleteDevcontainer(ctx context.Context, devcontainerID string) error |
| 117 | RecreateDevcontainer(ctx context.Context, devcontainerID string) (codersdk.Response, error) |
no outgoing calls
no test coverage detected