Skip to content

Commit

Permalink
fixup! WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Oct 22, 2024
1 parent 8bde628 commit 2e1d444
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/test_case.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,10 @@ func NewDocIndex(collectionIndex int, index int) DocIndex {
}
}

// CidIndex represents a Cid previously stored in the node, it allows Cids to be referenced without worrying
// about the specific bytes.
type CidIndex struct {
// CollectionIndex is the index of the collection holding the document to target.
CollectionIndex int
DocIndex int
FieldName string
Expand Down

0 comments on commit 2e1d444

Please sign in to comment.