Documentation
¶
Index ¶
Constants ¶
View Source
const ( DirectMessageGuildID = "@me" DirectMessageGuildName = "Discord Direct Messages" )
Variables ¶
This section is empty.
Functions ¶
func DefaultPath ¶
func DefaultPath() string
Types ¶
type Stats ¶
type Stats struct {
Path string `json:"path"`
FilesVisited int `json:"files_visited"`
FilesScanned int `json:"files_scanned"`
FilesSkipped int `json:"files_skipped"`
FilesUnchanged int `json:"files_unchanged"`
CacheFilesFastSkipped int `json:"cache_files_fast_skipped"`
BytesScanned int64 `json:"bytes_scanned"`
JSONObjects int `json:"json_objects"`
Guilds int `json:"guilds"`
Channels int `json:"channels"`
Messages int `json:"messages"`
DMMessages int `json:"dm_messages"`
DMChannels int `json:"dm_channels"`
GuildMessages int `json:"guild_messages"`
SkippedMessages int `json:"skipped_messages"`
SkippedChannels int `json:"skipped_channels"`
Checkpoints int `json:"checkpoints"`
DryRun bool `json:"dry_run,omitempty"`
FullCache bool `json:"full_cache,omitempty"`
StartedAt time.Time `json:"started_at"`
FinishedAt time.Time `json:"finished_at"`
}
Click to show internal directories.
Click to hide internal directories.