Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Copy ¶
type Copy struct { FromAccount jmap.ID `json:"fromAccountId,omitempty"` Account jmap.ID `json:"accountId,omitempty"` IDs []jmap.ID `json:"blobIds,omitempty"` }
Copy a binary blob from one account to another https://www.rfc-editor.org/rfc/rfc8620.html#section-6.3
type CopyResponse ¶
type CopyResponse struct { FromAccount jmap.ID `json:"fromAccountId,omitempty"` Account jmap.ID `json:"accountId,omitempty"` Copied map[jmap.ID]jmap.ID `json:"blobIds,omitempty"` NotCopied map[jmap.ID]*jmap.SetError `json:"notCopied,omitempty"` }
Click to show internal directories.
Click to hide internal directories.