aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/data/put.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/data/put.go')
-rw-r--r--pkg/data/put.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/data/put.go b/pkg/data/put.go
index 6631eb0..6ceccc3 100644
--- a/pkg/data/put.go
+++ b/pkg/data/put.go
@@ -9,7 +9,6 @@ import (
"github.com/jpappel/atlas/pkg/index"
)
-// TODO: rename struct
type Put struct {
Id int64
Doc index.Document
@@ -17,7 +16,6 @@ type Put struct {
db *sql.DB
}
-// TODO: rename struct
type PutMany struct {
Docs map[int64]*index.Document
pathDocs map[string]*index.Document