Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Changes ¶
type Changes struct { Account jmap.ID `json:"accountId,omitempty"` SinceState string `json:"sinceState,omitempty"` MaxChanges uint64 `json:"maxChanges,omitempty"` }
See RFC8621, Section 3.2.
type ChangesResponse ¶
type ChangesResponse struct { Account jmap.ID `json:"accountId,omitempty"` OldState string `json:"oldState,omitempty"` NewState string `json:"newState,omitempty"` HasMoreChanges bool `json:"hasMoreChanges,omitempty"` Created []jmap.ID `json:"created,omitempty"` Updated []jmap.ID `json:"updated,omitempty"` Destroyed []jmap.ID `json:"destroyed,omitempty"` }
type Get ¶
type Get struct { Account jmap.ID `json:"accountId,omitempty"` IDs []jmap.ID `json:"ids,omitempty"` Properties []string `json:"properties,omitempty"` ReferenceIDs *jmap.ResultReference `json:"#ids,omitempty"` ReferenceProperties *jmap.ResultReference `json:"#properties,omitempty"` }
See RFC8621, Section 3.1.
type GetResponse ¶
Click to show internal directories.
Click to hide internal directories.