Skip to content

Commit

Permalink
cut spaghetti into macaroni
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Apr 2, 2024
1 parent bd7966c commit 306d12d
Show file tree
Hide file tree
Showing 5 changed files with 592 additions and 565 deletions.
2 changes: 1 addition & 1 deletion slackdump.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@ func (s *Session) Info() *WorkspaceInfo {
}

// Stream streams the channel, calling proc functions for each chunk.
func (s *Session) Stream(opts ...stream.StreamOption) *stream.Stream {
func (s *Session) Stream(opts ...stream.Option) *stream.Stream {
return stream.NewStream(s.client, &s.cfg.limits, opts...)
}
Loading

0 comments on commit 306d12d

Please sign in to comment.