MCPcopy Create free account
hub / github.com/coder/envbuilder / coderLogSender

Interface coderLogSender

log/coder.go:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84type coderLogSender interface {
85 Enqueue(uuid.UUID, ...agentsdk.Log)
86 SendLoop(context.Context, agentsdk.LogDest) error
87 Flush(uuid.UUID)
88 WaitUntilEmpty(context.Context) error
89}
90
91func initClient(coderURL *url.URL, token string) *agentsdk.Client {
92 client := agentsdk.New(coderURL)

Callers 4

sendLogsV2Function · 0.80
sendLogsV2Function · 0.80
sendLogsV2Function · 0.80
sendLogsV2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected