Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notification struct { Id string `json:"id"` Type string `json:"type"` SubscriptionId string `json:"subscriptionId"` NotifiedAt string `json:"notifiedAt"` Data []types.Entity `json:"data"` }
func NewNotification ¶
func NewNotification(e types.Entity) *Notification
func (*Notification) UnmarshalJSON ¶
func (n *Notification) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.