Documentation ¶
Index ¶
- type Handler
- func (h *Handler) HandlerDirectMessage(userId string, data anaconda.DirectMessage)
- func (h *Handler) HandlerDirectMessageDeletionNotice(userId string, data anaconda.DirectMessageDeletionNotice)
- func (h *Handler) HandlerEventTweet(userId string, data anaconda.EventTweet)
- func (h *Handler) HandlerStatusDeletionNotice(data anaconda.StatusDeletionNotice)
- func (h *Handler) HandlerTweet(userIdStr string, data anaconda.Tweet)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) HandlerDirectMessage ¶
func (h *Handler) HandlerDirectMessage(userId string, data anaconda.DirectMessage)
func (*Handler) HandlerDirectMessageDeletionNotice ¶
func (h *Handler) HandlerDirectMessageDeletionNotice(userId string, data anaconda.DirectMessageDeletionNotice)
func (*Handler) HandlerEventTweet ¶
func (h *Handler) HandlerEventTweet(userId string, data anaconda.EventTweet)
func (*Handler) HandlerStatusDeletionNotice ¶
func (h *Handler) HandlerStatusDeletionNotice(data anaconda.StatusDeletionNotice)
Click to show internal directories.
Click to hide internal directories.