Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rusq/slackdump
/ functions
Functions
4,254 in github.com/rusq/slackdump
⨍
Functions
4,254
◇
Types & classes
939
Method
Users
Users processes chunk of users. If the callback is set, it will be called with the users slice.
internal/chunk/backend/directory/users.go:60
Method
Users
(ctx context.Context, w io.Writer, users []slack.User)
internal/format/csv.go:154
Method
Users
(ctx context.Context, w io.Writer, u []slack.User)
internal/format/text.go:117
Method
Users
Users writes the user list to the writer.
internal/format/format.go:77
Method
Users
(ctx context.Context, w io.Writer, u []slack.User)
internal/format/json.go:77
Method
Users
(ctx context.Context)
cmd/slackdump/internal/diag/sdv1/source.go:70
Method
Users
()
cmd/slackdump/internal/list/channels.go:120
Method
Users
()
cmd/slackdump/internal/list/users.go:87
Method
UsersBulk
(ctx context.Context, proc processor.Users, ids ...string)
internal/chunk/control/interfaces.go:41
Method
UsersBulk
UsersBulk mocks base method.
internal/chunk/control/mock_control/mock_interfaces.go:137
Method
UsersBulk
UsersBulk indicates an expected call of UsersBulk.
internal/chunk/control/mock_control/mock_interfaces.go:149
Method
UsersBulkWithCustom
UsersBulkWithCustom mocks base method.
internal/chunk/control/mock_control/mock_interfaces.go:156
Method
UsersBulkWithCustom
UsersBulkWithCustom indicates an expected call of UsersBulkWithCustom.
internal/chunk/control/mock_control/mock_interfaces.go:168
Function
V
(t)
internal/viewer/static/htmx.min.js:1
Method
Val
()
internal/chunk/backend/dbase/repository/dbchannel.go:66
Method
Val
()
internal/chunk/backend/dbase/repository/dbsearch_msg.go:51
Method
Val
()
internal/chunk/backend/dbase/repository/dbuser.go:68
Method
Val
()
internal/chunk/backend/dbase/repository/dbworkspace.go:91
Method
Val
()
internal/chunk/backend/dbase/repository/dbfile.go:103
Method
Val
()
internal/chunk/backend/dbase/repository/dbsearch_file.go:43
Method
Validate
Validate mocks base method.
internal/mocks/mock_auth/mock_auth.go:104
Method
Validate
Validate indicates an expected call of Validate.
internal/mocks/mock_auth/mock_auth.go:112
Method
Validate
()
internal/convert/convert.go:114
Method
Validate
Validate should return error, in case the token or cookies cannot be retrieved.
internal/chunk/chunktest/auth.go:48
Function
ValidateDuration
(s string)
cmd/slackdump/internal/ui/updaters/duration.go:35
Function
ValidateISODuration
(s string)
cmd/slackdump/internal/ui/updaters/duration.go:119
Function
ValidateNotEmpty
(s string)
cmd/slackdump/internal/ui/validators.go:27
Function
ValidateNotExists
(s string)
cmd/slackdump/internal/ui/validators.go:34
Method
View
()
cmd/slackdump/internal/workspace/workspaceui/workspaceui.go:196
Method
View
()
cmd/slackdump/internal/workspace/workspaceui/select.go:142
Method
View
()
cmd/slackdump/internal/wizard/model.go:86
Method
View
()
cmd/slackdump/internal/ui/filepicker.go:92
Method
View
()
cmd/slackdump/internal/ui/cfgui/cfgui.go:60
Method
View
()
cmd/slackdump/internal/ui/bubbles/menu/model.go:162
Method
View
()
cmd/slackdump/internal/ui/bubbles/btime/btime.go:238
Method
View
View renders a month view as a multiline string in the bubbletea application. View satisfies the `tea.Model` interface.
cmd/slackdump/internal/ui/bubbles/datepicker/datepicker.go:226
Method
View
()
cmd/slackdump/internal/ui/updaters/date.go:182
Method
View
()
cmd/slackdump/internal/ui/updaters/string.go:92
Method
View
()
cmd/slackdump/internal/ui/updaters/filepick.go:95
Method
View
()
cmd/slackdump/internal/ui/updaters/filepick_new.go:120
Method
View
()
cmd/slackdump/internal/ui/updaters/duration.go:115
Method
View
()
cmd/slackdump/internal/ui/updaters/multiselect.go:77
Method
View
()
cmd/slackdump/internal/ui/updaters/picklist.go:81
Method
View
()
cmd/slackdump/internal/apiconfig/checker_model.go:107
Function
Vn
(t,e)
internal/viewer/static/htmx.min.js:1
Function
W
(e,t)
internal/viewer/static/htmx.min.js:1
Function
WithCache
(enabled bool)
internal/chunk/directory.go:85
Function
WithChannelCacheBase
WithChannelCacheBase allows to change the default cache file name for channels cache.
internal/cache/manager.go:103
Function
WithDefaultFilename
(s string)
cmd/slackdump/internal/ui/filesystem.go:31
Function
WithEncoder
WithEncoder allows you to specify a custom encoder to use for the chunks. By default [json.Encoder] is used.
internal/chunk/recorder.go:46
Function
WithFilesystem
WithFilesystem sets the filesystem adapter to use for the session. If this option is not given, the default filesystem adapter is initialised with th
slackdump.go:72
Function
WithForceEnterprise
(b bool)
slackdump.go:118
Function
WithLimits
WithLimits sets the API limits to use for the session. If this option is not given, the default limits are initialised with the values specified in D
slackdump.go:83
Function
WithLogger
WithLogger sets the logger to use for the session. If this option is not given, the default logger is initialised with the filename specified in Conf
slackdump.go:95
Function
WithLogger
WithLogger sets the logger for the processor.
internal/chunk/backend/directory/conversations.go:81
Function
WithMustExist
(b bool)
cmd/slackdump/internal/ui/filesystem.go:37
Function
WithNumWorkers
(n int)
internal/chunk/directory.go:91
Function
WithRecordFiles
WithRecordFiles sets whether the files should be recorded in the chunk file.
internal/chunk/backend/directory/conversations.go:88
Function
WithReplaceURL
(wspURL, localHost string)
internal/viewer/renderer/slack.go:58
Function
WithSlackClient
WithSlackClient sets the Slack client to use for the session. If this
slackdump.go:112
Function
WithSource
WithSource pre-loads a source so that the server is immediately ready to answer tool calls. If this option is not provided the server starts without
internal/mcp/server.go:78
Function
WithSourceLoader
WithSourceLoader overrides the function used by the load_source tool to open archive files. The default is [source.Load]. This option is primarily u
internal/mcp/server.go:97
Function
WithUserCacheBase
WithUserCacheBase allows to change the default base name of "users.cache". If the filename is empty it's a noop. If the filename does not contain ext
internal/cache/manager.go:115
Function
WithUserCacheRetention
WithUserCacheRetention sets the retention period for the user cache. If this option is not given, the default value is 60 minutes.
slackdump.go:105
Function
WithUsers
WithUsers sets the users callback.
internal/chunk/backend/directory/users.go:39
Function
WizDump
(ctx context.Context, cmd *base.Command, args []string)
cmd/slackdump/internal/dump/wizard.go:29
Method
WorkspaceInfo
WorkspaceInfo mocks base method.
mocks/mock_processor/mock_processor.go:333
Method
WorkspaceInfo
WorkspaceInfo indicates an expected call of WorkspaceInfo.
mocks/mock_processor/mock_processor.go:341
Method
WorkspaceInfo
(context.Context, *slack.AuthTestResponse)
processor/processor.go:67
Method
WorkspaceInfo
(ctx context.Context)
source/database.go:182
Method
WorkspaceInfo
(context.Context)
source/chunkdir.go:199
Method
WorkspaceInfo
(context.Context)
source/dump.go:264
Method
WorkspaceInfo
WorkspaceInfo mocks base method.
source/mock_source/mock_source.go:195
Method
WorkspaceInfo
WorkspaceInfo indicates an expected call of WorkspaceInfo.
source/mock_source/mock_source.go:204
Method
WorkspaceInfo
WorkspaceInfo mocks base method.
source/mock_source/mock_source.go:528
Method
WorkspaceInfo
WorkspaceInfo indicates an expected call of WorkspaceInfo.
source/mock_source/mock_source.go:537
Method
WorkspaceInfo
(context.Context)
internal/viewer/alias_test.go:117
Method
WorkspaceInfo
(context.Context)
internal/convert/html_test.go:315
Method
WorkspaceInfo
WorkspaceInfo writes the workspace info to the filesystem.
internal/convert/transform/dump.go:229
Method
WorkspaceInfo
(context.Context)
internal/redownload/redownload_test.go:101
Method
WorkspaceInfo
WorkspaceInfo returns the workspace info from the chunkfile.
internal/chunk/file.go:541
Method
WorkspaceInfo
()
internal/chunk/player.go:213
Method
WorkspaceInfo
WorkspaceInfo returns the workspace info from the directory.
internal/chunk/directory.go:423
Method
WorkspaceInfo
WorkspaceInfo is called when workspace info is retrieved.
internal/chunk/recorder.go:200
Method
WorkspaceInfo
WorkspaceInfo mocks base method.
internal/chunk/control/mock_control/mock_interfaces.go:175
Method
WorkspaceInfo
WorkspaceInfo indicates an expected call of WorkspaceInfo.
internal/chunk/control/mock_control/mock_interfaces.go:183
Method
WorkspaceInfo
(ctx context.Context)
cmd/slackdump/internal/diag/sdv1/source.go:135
Method
WorkspaceInfo
WorkspaceInfo fetches the workspace info and passes it to the processor. Getting it might be needed when the transformer need the current User ID or T
stream/stream.go:215
Function
WorkspaceNew
(ctx context.Context, _ *base.Command, _ []string)
cmd/slackdump/internal/workspace/workspaceui/workspaceui.go:43
Method
Write
Write mocks base method.
internal/mocks/mock_io/mock_io.go:110
Method
Write
Write indicates an expected call of Write.
internal/mocks/mock_io/mock_io.go:119
Method
Write
(p []byte)
internal/edge/close_test.go:31
Method
Write
(p []byte)
cmd/slackdump/internal/workspace/list_format.go:43
Function
YesNo
(message string)
cmd/slackdump/internal/golang/base/ui.go:13
Function
Yt
(e)
internal/viewer/static/htmx.min.js:1
Function
Z
(e,t)
internal/viewer/static/htmx.min.js:1
Function
_
()
auth/browser/browser_string.go:7
Function
_
()
source/storagetype_string.go:7
Function
_
(e,t)
internal/viewer/static/htmx.min.js:1
Function
_
()
internal/chunk/chunktype_string.go:7
← previous
next →
3,901–4,000 of 4,254, ranked by callers