github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/pkg/couchdb/reference.go (about) 1 package couchdb 2 3 // DocReference is a reference to a document 4 type DocReference struct { 5 ID string `json:"id"` 6 Type string `json:"type"` 7 }