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