Documentation
¶
Index ¶
- func FetchThreadInQueue(ctx context.Context, slackClient *slack.Client, channelID string, ...) (threadChan chan []slack.Message)
- func ReadAllMessageInChannel(ctx context.Context, slackClient *slack.Client, channelID string) (messageChan chan []slack.Message)
- func SaveMessagesAsJSONFile(messages []slack.Message, fileName string) error
- type SafeQueue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchThreadInQueue ¶
func ReadAllMessageInChannel ¶
Types ¶
type SafeQueue ¶
type SafeQueue[T any] struct { // contains filtered or unexported fields }
func NewSafeQueue ¶
Click to show internal directories.
Click to hide internal directories.