MCPcopy Index your code
hub / github.com/coder/envbox / agentClientV1

Struct agentClientV1

buildlog/coder.go:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type agentClientV1 struct {
41 ctx context.Context
42 client *agentsdk.Client
43}
44
45func (c *agentClientV1) Send(level codersdk.LogLevel, log string) error {
46 lines := cutString(log, MaxCoderLogSize)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected