Versions in this module Expand all Collapse all v0 v0.2.0 Nov 6, 2022 v0.1.0 Nov 5, 2022 Changes in this version + func Run(ctx context.Context, conf Config) error + func ViewNextSessionWillBegin(m *model.NotificationOnDkTimetable) slack.Msg + func ViewSceneMovedToNext(m *model.NotificationSceneMovedToNext) slack.Msg + type Config struct + Logger logr.Logger + NotificationRecvChan <-chan model.Notification + RedisClient *db.RedisClient + Targets []Target + type Target struct + SlackBotToken string + SlackChannelId string + TrackId int32