import "github.com/documize/community/model/attachment"
type Attachment struct { model.BaseEntity OrgID string `json:"orgId"` DocumentID string `json:"documentId"` SectionID string `json:"pageId"` Job string `json:"job"` FileID string `json:"fileId"` Filename string `json:"filename"` Data []byte `json:"data"` Extension string `json:"extension"` }
Attachment represents an attachment to a document.
Package attachment imports 1 packages (graph) and is imported by 18 packages. Updated 2019-04-27. Refresh now. Tools for package owners.