github.com/cozy/cozy-stack@v0.0.0-20240327093429-939e4a21320e/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  }