feat: implement notifications and admin notification api

This commit is contained in:
2026-06-01 12:11:14 -04:00
parent 89394795e5
commit 07dea33680
11 changed files with 757 additions and 0 deletions
+2
View File
@@ -99,6 +99,7 @@ func (p *immichProvider) Resources(ctx context.Context) []func() resource.Resour
NewStackResource,
NewTagResource,
NewWorkflowResource,
NewAdminNotificationResource,
}
}
@@ -109,6 +110,7 @@ func (p *immichProvider) DataSources(ctx context.Context) []func() datasource.Da
NewLibrariesDataSource,
NewActivitiesDataSource,
NewServerDataSource,
NewNotificationsDataSource,
}
}