Attachments returns the attachments for the document.
()
| 1458 | |
| 1459 | // Attachments returns the attachments for the document. |
| 1460 | func (d *Document) Attachments() AttachmentsMeta { |
| 1461 | return d._globalSync.Attachments |
| 1462 | } |
| 1463 | |
| 1464 | // unmarshalRevSeqNo unmarshals the rev seq number from the provided bytes, expects a string representation of the uint64. |
| 1465 | func unmarshalRevSeqNo(revSeqNoBytes []byte) (uint64, error) { |
no outgoing calls