Versions in this module Expand all Collapse all v1 v1.0.1 Mar 12, 2022 v1.0.0 Mar 12, 2022 Changes in this version + func DownloadAttachment(url string) ([]byte, error) + type Attachment struct + EncryptedFile struct{ ... } + type DecryptedBody struct + Data struct{ ... } + func Decrypt(encryptedBody EncryptedBody) (*DecryptedBody, error) + type EncryptedBody struct + Data struct{ ... } + type Field struct + Answer string + AnswerArray []string + FieldType string + ID string + Question string