Documentation ¶
Index ¶
- func AddBlockAttachment(jwtToken string, reqBody request.AttachmentsReqBody, ...) ([]response.Attachment, error)
- func DeleteBlockAttachment(jwtToken string, attachmentParam request.AttachmentParam) error
- func GetBlockAttachments(jwtToken string, attachmentParam request.AttachmentParam) ([]response.Attachment, error)
- func RenameBlockAttachment(jwtToken string, reqBody request.AttachmentReqBody, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBlockAttachment ¶
func AddBlockAttachment( jwtToken string, reqBody request.AttachmentsReqBody, attachmentParam request.AttachmentParam, ) ([]response.Attachment, error)
func DeleteBlockAttachment ¶
func DeleteBlockAttachment(jwtToken string, attachmentParam request.AttachmentParam) error
func GetBlockAttachments ¶
func GetBlockAttachments(jwtToken string, attachmentParam request.AttachmentParam) ([]response.Attachment, error)
func RenameBlockAttachment ¶
func RenameBlockAttachment( jwtToken string, reqBody request.AttachmentReqBody, attachmentParam request.AttachmentParam, ) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.