Skip to content

Commit

Permalink
Merge pull request #888 from go-kivik/attachments
Browse files Browse the repository at this point in the history
Begin adding attachments support
  • Loading branch information
flimzy authored Feb 19, 2024
2 parents 3f875c1 + 246a804 commit 04c8c69
Show file tree
Hide file tree
Showing 11 changed files with 2,817 additions and 1,823 deletions.
2 changes: 1 addition & 1 deletion driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ type Document struct {
}

// Attachments is an iterator over the attachments included in a document when
// [DB.Get] is called with `include_docs=true`.
// [DB.Get] is called with `attachments=true`.
type Attachments interface {
// Next is called to pupulate att with the next attachment in the result
// set.
Expand Down
Loading

0 comments on commit 04c8c69

Please sign in to comment.