Documentation ¶ Index ¶ type Handler func NewHandler(githubClient github.Client, redis *redis.Client, slackClient slack.Client, ...) Handler func (h *Handler) Handle(ctx context.Context, log *slog.Logger, team github.Team, event github.Event) error 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 NewHandler ¶ func NewHandler(githubClient github.Client, redis *redis.Client, slackClient slack.Client, teams []github.Team) Handler func (*Handler) Handle ¶ func (h *Handler) Handle(ctx context.Context, log *slog.Logger, team github.Team, event github.Event) error Source Files ¶ View all Source files handler.go Click to show internal directories. Click to hide internal directories.