Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
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)
type ThreadRegistry ¶
type ThreadRegistry struct {
Threads map[string]string `json:"threads"`
// contains filtered or unexported fields
}
func NewThreadRegistry ¶
func NewThreadRegistry(dir string) (*ThreadRegistry, error)
func (*ThreadRegistry) Set ¶
func (tr *ThreadRegistry) Set(threadTs, sessionID string) error
Click to show internal directories.
Click to hide internal directories.