mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
10 lines
272 B
Go
10 lines
272 B
Go
package notifications
|
|
|
|
import "github.com/google/uuid"
|
|
|
|
// These vars are mapped to UUIDs in the notification_templates table.
|
|
// TODO: autogenerate these.
|
|
|
|
// Workspace-related events.
|
|
var TemplateWorkspaceDeleted = uuid.MustParse("f517da0b-cdc9-410f-ab89-a86107c420ed")
|