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

Struct sdkChatClient

scaletest/chat/client.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type sdkChatClient struct {
23 client *codersdk.ExperimentalClient
24}
25
26func newChatClient(client *codersdk.Client) chatClient {
27 return &sdkChatClient{client: codersdk.NewExperimentalClient(client)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected