Documentation
¶
Index ¶
Constants ¶
View Source
const (
KindReactionCreated = iota + 1
)
KindReactionCreated...
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
Hub ...
type ReactionCreatedMessage ¶
type ReactionCreatedMessage struct { Kind uint32 `json:"kind"` ID string `json:"id"` PersonID string `json:"person_id"` Details string `json:"details"` Description string `json:"description"` Type string `json:"type"` Date time.Time `json:"timestamp"` }
ReactionCreatedMessage ...
Click to show internal directories.
Click to hide internal directories.