SetAttachments updates the attachments metadata for the document.
(attachments AttachmentsMeta)
| 1453 | |
| 1454 | // SetAttachments updates the attachments metadata for the document. |
| 1455 | func (d *Document) SetAttachments(attachments AttachmentsMeta) { |
| 1456 | d._globalSync.Attachments = attachments |
| 1457 | } |
| 1458 | |
| 1459 | // Attachments returns the attachments for the document. |
| 1460 | func (d *Document) Attachments() AttachmentsMeta { |
no outgoing calls
no test coverage detected