Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bot ¶
type Bot struct {
// contains filtered or unexported fields
}
func NewBotFromClient ¶ added in v0.1.1
type BotAdapter ¶
type BotAdapter struct {
// contains filtered or unexported fields
}
func (*BotAdapter) Name ¶
func (b *BotAdapter) Name() string
func (*BotAdapter) ScheduleNotify ¶ added in v0.1.1
func (b *BotAdapter) ScheduleNotify(ctx context.Context, channel, message string) error
type DebouncedUpdater ¶
type DebouncedUpdater struct {
// contains filtered or unexported fields
}
func NewDebouncedUpdater ¶
func NewDebouncedUpdater(client *slack.Client, channel, threadTs, msgTs string) *DebouncedUpdater
func (*DebouncedUpdater) Append ¶
func (d *DebouncedUpdater) Append(text string)
func (*DebouncedUpdater) Finalize ¶
func (d *DebouncedUpdater) Finalize()
func (*DebouncedUpdater) SetError ¶
func (d *DebouncedUpdater) SetError(text string)
Click to show internal directories.
Click to hide internal directories.