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

Function ProvisionerJobLogsNotifyChannel

provisionersdk/logs.go:18–20  ·  view source on GitHub ↗

ProvisionerJobLogsNotifyChannel is the PostgreSQL NOTIFY channel to publish updates to job logs on.

(jobID uuid.UUID)

Source from the content-addressed store, hash-verified

16// ProvisionerJobLogsNotifyChannel is the PostgreSQL NOTIFY channel
17// to publish updates to job logs on.
18func ProvisionerJobLogsNotifyChannel(jobID uuid.UUID) string {
19 return fmt.Sprintf("provisioner-log-logs:%s", jobID)
20}

Callers 11

followMethod · 0.92
DoMethod · 0.92
TestDetectorPushesLogsFunction · 0.92
reapJobFunction · 0.92
UpdateJobMethod · 0.92
FailJobMethod · 0.92
CompleteJobMethod · 0.92
TestUpdateJobFunction · 0.92
TestFailJobFunction · 0.92
TestCompleteJobFunction · 0.92

Calls

no outgoing calls

Tested by 5

TestDetectorPushesLogsFunction · 0.74
TestUpdateJobFunction · 0.74
TestFailJobFunction · 0.74
TestCompleteJobFunction · 0.74