Versions in this module Expand all Collapse all v1 v1.0.1 Jun 7, 2021 v1.0.0 Jun 7, 2021 Changes in this version + type Client struct + ClientId string + ClientSecret string + Connection http.Client + FileUrl string + Scopes []string + TokenUrl string + func NewQSecureClient(clientId string, clientSecret string, tokenUrl string, fileUrl string) Client + func (c Client) Upload(request UploadRequest, stream io.Reader) error + type UploadRequest struct + FileName string + FileType string + Recipient string + type UploadResponse struct + Data UploadResponseEnvelope + type UploadResponseEnvelope struct + UploadUrl string