...

Text file src/github.com/go-kivik/kivik/v4/x/fsdb/testdata/TestGet_specify_rev,_revs=true

Documentation: github.com/go-kivik/kivik/v4/x/fsdb/testdata

     1{
     2    "_id": "withrevs",
     3    "_rev": "8-asdf",
     4    "_revisions": {
     5        "start": 8,
     6        "ids": [
     7            "asdf",
     8            "sdfg",
     9            "dfgh",
    10            "fghj",
    11            "ghjk"
    12        ]
    13    },
    14    "foo": "bar"
    15}

View as plain text