aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/data/put.go
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-07-28 23:40:23 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-07-28 23:40:23 -0400
commit209af758b64d586e1c0aec3ad2eb4b56740aeddf (patch)
tree61d8fcebabb925456a87671558df035097560329 /pkg/data/put.go
parentf829b01a1c92e788f5114cf66c24856be23ec88f (diff)
Resolve multiple todos
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