Versions in this module Expand all Collapse all v3 v3.0.4 Jan 25, 2025 v3.0.3 Jan 19, 2025 v3.0.2 Jan 9, 2025 v3.0.1 Jan 4, 2025 v3.0.0 Jan 3, 2025 Changes in this version + func NewErrIncorrectType(want, got any) error + func NewErrMissingHandler(t any) error + type Debug struct + func (d *Debug) Render(ctx context.Context, m *slack.Message) (v template.HTML) + func (d *Debug) RenderText(ctx context.Context, s string) (v template.HTML) + type ErrIncorrectBlockType struct + Caller string + Got any + Want any + func (e *ErrIncorrectBlockType) Error() string + type ErrMissingHandler struct + Caller string + Type any + func (e *ErrMissingHandler) Error() string + type Goldmark struct + func NewGoldmark() *Goldmark + func (g *Goldmark) Render(s string) (v template.HTML) + type Renderer interface + Render func(ctx context.Context, m *slack.Message) (v template.HTML) + RenderText func(ctx context.Context, s string) (v template.HTML) + type Slack struct + func NewSlack(tmpl *template.Template, opts ...SlackOption) *Slack + func (*Slack) RenderText(ctx context.Context, s string) (v template.HTML) + func (s *Slack) Render(ctx context.Context, m *slack.Message) (v template.HTML) + type SlackOption func(*Slack) + func WithChannels(cc map[string]slack.Channel) SlackOption + func WithUsers(uu map[string]slack.User) SlackOption v3.0.0-pre-alpha.2 Nov 20, 2024 v3.0.0-pre-alpha.1 Nov 19, 2024 v3.0.0-beta.2 Dec 31, 2024 v3.0.0-beta.1 Dec 21, 2024 v3.0.0-beta Dec 19, 2024 v3.0.0-alpha Nov 24, 2024