Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlackEventHandler ¶
type SlackEventHandler struct {
// contains filtered or unexported fields
}
func NewSlackEventHandler ¶
func NewSlackEventHandler(taskApplication TaskApplicationInterface) *SlackEventHandler
type TaskApplicationInterface ¶
type TaskApplicationInterface interface {
Create(reactionAddedEvent slackevents.ReactionAddedEvent) error
Delete(reactionAddedEvent slackevents.ReactionRemovedEvent) error
}
Click to show internal directories.
Click to hide internal directories.