diff options
Diffstat (limited to 'pkg/data/get.go')
| -rw-r--r-- | pkg/data/get.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/data/get.go b/pkg/data/get.go index 7025c3a..3051e74 100644 --- a/pkg/data/get.go +++ b/pkg/data/get.go @@ -17,7 +17,7 @@ type Fill struct { doc *index.Document } -// Use to build documents and aliases from a database connection +// Use to build documents from a database connection type FillMany struct { docs map[string]*index.Document ids map[string]int |
