slack

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SlackChannel

type SlackChannel struct {
	*channels.BaseChannel
	// contains filtered or unexported fields
}

func NewSlackChannel

func NewSlackChannel(cfg config.SlackConfig, messageBus *bus.MessageBus) (*SlackChannel, error)

func (*SlackChannel) ReactToMessage

func (c *SlackChannel) ReactToMessage(ctx context.Context, chatID, messageID string) (func(), error)

ReactToMessage implements channels.ReactionCapable. It adds an "eyes" (👀) reaction to the inbound message and returns an undo function that removes the reaction.

func (*SlackChannel) Send

func (*SlackChannel) SendMedia

func (c *SlackChannel) SendMedia(ctx context.Context, msg bus.OutboundMediaMessage) error

SendMedia implements the channels.MediaSender interface.

func (*SlackChannel) Start

func (c *SlackChannel) Start(ctx context.Context) error

func (*SlackChannel) Stop

func (c *SlackChannel) Stop(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL