Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IMSearchResult ¶
type IMSearchResult struct {
ID int64 `json:"id"`
Name string `json:"name"`
IMStatus string `json:"im_status"`
}
An IMSearchResult is returned by Partner's IMSearch method
type Notification ¶
type Notification struct {
ID int64 `json:"id"`
Channel string `json:"channel"`
Message interface{} `json:"message"`
}
A Notification is a message that is sent/received on a channel over the message bus. Message must be JSON serializable.
Click to show internal directories.
Click to hide internal directories.