(logBodies bool)
| 32 | } |
| 33 | |
| 34 | func (c *sdkChatClient) SetLogBodies(logBodies bool) { |
| 35 | c.client.SetLogBodies(logBodies) |
| 36 | } |
| 37 | |
| 38 | func (c *sdkChatClient) CreateChat(ctx context.Context, req codersdk.CreateChatRequest) (codersdk.Chat, error) { |
| 39 | return c.client.CreateChat(ctx, req) |
nothing calls this directly
no test coverage detected