Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type Attributes struct {
Auth0UserID string `json:"auth0UserID"`
Bookmarked bool `json:"bookmarked"`
Event string `json:"event"`
Id string `json:"id"`
Parent string `json:"parent"`
SourceDeviceDesc string `json:"sourceDeviceDesc"`
SourceDeviceId string `json:"sourceDeviceID"`
Type string `json:"type"`
Version string `json:"version"`
VissibleName string `json:"vissibleName"`
}
type DeviceTokenRequest ¶
type HostResponse ¶
type NotificationMessage ¶
type NotificationMessage struct {
Attributes Attributes `json:"attributes"`
MessageId string `json:"messageId"`
MessageId2 string `json:"message_id"`
PublishTime string `json:"publishTime"`
PublishTime2 string `json:"publish_time"`
}
type RawDocument ¶
type RawDocument struct {
Id string `json:"ID"`
Version int `json:"Version"`
Message string `json:"Message"`
Success bool `json:"Success"`
BlobURLGet string `json:"BlobURLGet"`
BlobURLGetExpires string `json:"BlobURLGetExpires"`
ModifiedClient string `json:"ModifiedClient"`
Type string `json:"Type"`
VissibleName string `json:"VissibleName"`
CurrentPage int `json:"CurrentPage"`
Bookmarked bool `json:"Bookmarked"`
Parent string `json:"Parent"`
}
type StatusResponse ¶
type UploadRequest ¶
type UploadResponse ¶
type WsMessage ¶
type WsMessage struct {
Message NotificationMessage `json:"message"`
Subscription string `json:"subscription"`
}
Click to show internal directories.
Click to hide internal directories.