diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-07-28 23:40:23 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-07-28 23:40:23 -0400 |
| commit | 209af758b64d586e1c0aec3ad2eb4b56740aeddf (patch) | |
| tree | 61d8fcebabb925456a87671558df035097560329 /pkg/data/put.go | |
| parent | f829b01a1c92e788f5114cf66c24856be23ec88f (diff) | |
Resolve multiple todos
Diffstat (limited to 'pkg/data/put.go')
| -rw-r--r-- | pkg/data/put.go | 2 |
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 |
