Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sma1lboy/RegTool
/ types & classes
Types & classes
28 in github.com/Sma1lboy/RegTool
⨍
Functions
132
◇
Types & classes
28
↓ 2 callers
TypeAlias
tickMsg
tickMsg is used to signal a tick for updating progress
cmd/update.go:134
Struct
AliasManager
AliasManager manages primary names and their aliases
common/alias/alias.go:4
Interface
AppManager
AppManager is an interface for managing registries. This interface defines methods to get the current registry URL and set the registry URL based on a
source/registry-manager.go:7
Struct
Bash
shell/bash/bash.go:5
Interface
Command
cmd/command.go:9
Struct
CommandInfo
cmd/command.go:15
Struct
GemRegistryManager
source/app/gem/gem.go:12
Struct
HomebrewRegistryManager
HomebrewRegistryManager manages the Homebrew registry
source/app/homebrew/homebrew.go:14
Struct
NpmRegistryManager
source/app/npm/npm.go:13
Struct
PipRegistryManager
source/app/pip/pip.go:12
TypeAlias
Region
source/structs/structs.go:3
TypeAlias
RegistryRegionSources
RegistryRegionSources is a map of package managers to urls
source/structs/structs.go:28
TypeAlias
RegistrySources
RegistrySources is a map of regions to registry regions
source/structs/structs.go:25
Interface
Shell
shell/shell.go:3
FuncType
ShellFactory
ShellFactory is a function type that returns a new ShellManager.
shell/shell_manager.go:16
Interface
ShellManager
ShellManager is an interface for setting and getting environment variables in shell configuration files.
shell/shell_manager.go:10
Struct
Source
source/source.go:50
Struct
YarnRegistryManager
source/app/yarn/yarn.go:12
Struct
Zsh
Zsh represents the zsh shell.
shell/zsh/zsh.go:6
Struct
changeAllModel
cmd/change_all.go:11
Struct
changeNameRegionModel
cmd/change_name_region.go:13
Struct
listAllRegistryModel
cmd/list_all_registry.go:12
Struct
listRegistryModel
cmd/list_registry.go:12
Struct
mainMenuModel
cmd/run.go:15
Struct
updateCompleteMsg
updateCompleteMsg is used to signal that the update is complete
cmd/update.go:131
Struct
updateMessageMsg
updateMessageMsg is used to send update messages
cmd/update.go:142
Struct
updateModel
updateModel defines the structure for the update model
cmd/update.go:16
Struct
updateResultMsg
updateResultMsg is used to signal the result of the update
cmd/update.go:137