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

Struct sdkClient

scaletest/taskstatus/client.go:63–67  ·  view source on GitHub ↗

sdkClient is the concrete implementation of the client interface using codersdk.Client.

Source from the content-addressed store, hash-verified

61// sdkClient is the concrete implementation of the client interface using
62// codersdk.Client.
63type sdkClient struct {
64 coderClient *codersdk.Client
65 clock quartz.Clock
66 logger slog.Logger
67}
68
69// newClient creates a new client implementation using the provided codersdk.Client.
70func newClient(coderClient *codersdk.Client) client {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected