Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IEvent ¶
type IEvent interface {
Configure(logger logger.ILogger, password string, db *db.PrismaClient) error
SendMessage(channelID, message, ts string) error
GetBotName(botID, teamID string) (string, error)
ProcessEvent(data interface{}) (message string, threadID string, err error)
PersistEvent(eventID, threadID string) (*db.EventModel, error)
SendTechnicalErrorMessage(channelID, ts string) error
SendLookingMessage(channelID, ts string) error
}
Click to show internal directories.
Click to hide internal directories.