...

Text file src/github.com/go-kivik/kivik/v4/testdata/TestNormalDocUnmarshalJSON_attachment_stub

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

     1{
     2    "_id": "foo",
     3    "_rev": "",
     4    "_attachments": {
     5        "foo.txt": {
     6            "content_type": "text/plain",
     7            "stub": true
     8        }
     9    },
    10    "foo": "bar"
    11}

View as plain text