feat: implement people api

This commit is contained in:
2026-06-01 11:30:02 -04:00
parent f581951019
commit 4fb7e476c1
3 changed files with 322 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ func (p *immichProvider) Resources(ctx context.Context) []func() resource.Resour
NewSystemConfigResource,
NewLibraryResource,
NewActivityResource,
NewPersonResource,
}
}