mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Complete PDF section type
This commit is contained in:
parent
7fde947a52
commit
b5cd378302
8 changed files with 98 additions and 4 deletions
|
@ -207,8 +207,10 @@ type AttachmentStorer interface {
|
|||
Add(ctx domain.RequestContext, a attachment.Attachment) (err error)
|
||||
GetAttachment(ctx domain.RequestContext, orgID, attachmentID string) (a attachment.Attachment, err error)
|
||||
GetAttachments(ctx domain.RequestContext, docID string) (a []attachment.Attachment, err error)
|
||||
GetSectionAttachments(ctx domain.RequestContext, sectionID string) (a []attachment.Attachment, err error)
|
||||
GetAttachmentsWithData(ctx domain.RequestContext, docID string) (a []attachment.Attachment, err error)
|
||||
Delete(ctx domain.RequestContext, id string) (rows int64, err error)
|
||||
DeleteSection(ctx domain.RequestContext, id string) (rows int64, err error)
|
||||
}
|
||||
|
||||
// LinkStorer defines required methods for persisting content links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue