...

Text file src/github.com/go-kivik/kivik/v4/x/fsdb/testdata/TestGet_revs,_explicit

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

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

View as plain text