Merged in feature/docresult (pull request #105)

Document Result Endpoint

* testing

* cleantesting

* progress

* query

* lint

* readme

* dockerclient

* api

* passtest

* tests

* test
This commit is contained in:
Michael McGuinness
2025-03-17 18:14:15 +00:00
parent f7c41c4ef3
commit 555b6d420b
105 changed files with 3276 additions and 2484 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
)
func (s *Service) Sync(ctx context.Context, id uuid.UUID) error {
doc, err := s.svc.Document.Get(ctx, id)
doc, err := s.svc.Document.GetSummary(ctx, id)
if err != nil {
return err
}