Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type 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.
Click to show internal directories.
Click to hide internal directories.