mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: create ResourceNotificationMessage and AsNotifier (#15301)
Closes https://github.com/coder/coder/issues/15213 This PR enables sending notifications without requiring the auth system context, instead using a new auth notifier context.
This commit is contained in:
2
coderd/apidoc/docs.go
generated
2
coderd/apidoc/docs.go
generated
@ -12265,6 +12265,7 @@ const docTemplate = `{
|
||||
"group_member",
|
||||
"idpsync_settings",
|
||||
"license",
|
||||
"notification_message",
|
||||
"notification_preference",
|
||||
"notification_template",
|
||||
"oauth2_app",
|
||||
@ -12298,6 +12299,7 @@ const docTemplate = `{
|
||||
"ResourceGroupMember",
|
||||
"ResourceIdpsyncSettings",
|
||||
"ResourceLicense",
|
||||
"ResourceNotificationMessage",
|
||||
"ResourceNotificationPreference",
|
||||
"ResourceNotificationTemplate",
|
||||
"ResourceOauth2App",
|
||||
|
Reference in New Issue
Block a user