Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAttachment ¶
func NewAttachment(attach *repo_model.Attachment, file io.Reader, size int64) (*repo_model.Attachment, error)
NewAttachment creates a new attachment object, but do not verify.
func UploadAttachment ¶
func UploadAttachment(file io.Reader, allowedTypes string, fileSize int64, opts *repo_model.Attachment) (*repo_model.Attachment, error)
UploadAttachment upload new attachment into storage and update database
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.