...

Text file src/github.com/go-kivik/kivik/v4/x/fsdb/cdb/testdata/TestFSOpenDocID_attachment

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

     1{
     2    "_id": "att",
     3    "_rev": "1-xxx",
     4    "_attachments": {
     5        "foo.txt": {
     6            "content_type": "text/plain",
     7            "revpos": 1,
     8            "data": "VGVzdCBmaWxlCg==",
     9            "length": 10,
    10            "digest": "md5-cff5tj+J3vS8OVU4L55cEw=="
    11        }
    12    },
    13    "_revisions": {
    14        "start": 1,
    15        "ids": [
    16            "xxx"
    17        ]
    18    }
    19}

View as plain text