feat: implement faces api with resource and data source

This commit is contained in:
2026-06-01 12:21:02 -04:00
parent 07dea33680
commit d9281bcde9
8 changed files with 614 additions and 0 deletions
+2
View File
@@ -100,6 +100,7 @@ func (p *immichProvider) Resources(ctx context.Context) []func() resource.Resour
NewTagResource,
NewWorkflowResource,
NewAdminNotificationResource,
NewFaceResource,
}
}
@@ -111,6 +112,7 @@ func (p *immichProvider) DataSources(ctx context.Context) []func() datasource.Da
NewActivitiesDataSource,
NewServerDataSource,
NewNotificationsDataSource,
NewFacesDataSource,
}
}