Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Audience ¶
type Audience struct {
Obj AudienceObj `json:"obj"`
}
type AudienceObj ¶
type AudienceObj struct { Metadata map[string]string `json:"metadata"` Property AudienceObjProperty `json:"property"` }
type AudienceObjProperty ¶
type Message ¶
type Message struct {
Obj MessageObj `json:"obj"`
}
type MessageObj ¶
type MessageObj struct { Metadata map[string]string `json:"metadata"` Property MessageObjProperty `json:"property"` }
type MessageObjProperty ¶
type Timeline ¶
type Timeline struct {
Obj TimelineObj `json:"obj"`
}
type TimelineObj ¶
type TimelineObj struct { Metadata map[string]string `json:"metadata"` Property TimelineObjProperty `json:"property"` }
type TimelineObjProperty ¶
type UpdateObj ¶
type UpdateObj struct { Metadata map[string]string `json:"metadata"` Property UpdateObjProperty `json:"property"` }
type UpdateObjProperty ¶
type UpdateObjProperty struct {
Text string `json:"text"`
}
Click to show internal directories.
Click to hide internal directories.