MCPcopy Create free account

hub / github.com/Sma1lboy/RegTool / types & classes

Types & classes28 in github.com/Sma1lboy/RegTool

↓ 2 callersTypeAliastickMsg
tickMsg is used to signal a tick for updating progress
cmd/update.go:134
StructAliasManager
AliasManager manages primary names and their aliases
common/alias/alias.go:4
InterfaceAppManager
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
StructBash
shell/bash/bash.go:5
InterfaceCommand
cmd/command.go:9
StructCommandInfo
cmd/command.go:15
StructGemRegistryManager
source/app/gem/gem.go:12
StructHomebrewRegistryManager
HomebrewRegistryManager manages the Homebrew registry
source/app/homebrew/homebrew.go:14
StructNpmRegistryManager
source/app/npm/npm.go:13
StructPipRegistryManager
source/app/pip/pip.go:12
TypeAliasRegion
source/structs/structs.go:3
TypeAliasRegistryRegionSources
RegistryRegionSources is a map of package managers to urls
source/structs/structs.go:28
TypeAliasRegistrySources
RegistrySources is a map of regions to registry regions
source/structs/structs.go:25
InterfaceShell
shell/shell.go:3
FuncTypeShellFactory
ShellFactory is a function type that returns a new ShellManager.
shell/shell_manager.go:16
InterfaceShellManager
ShellManager is an interface for setting and getting environment variables in shell configuration files.
shell/shell_manager.go:10
StructSource
source/source.go:50
StructYarnRegistryManager
source/app/yarn/yarn.go:12
StructZsh
Zsh represents the zsh shell.
shell/zsh/zsh.go:6
StructchangeAllModel
cmd/change_all.go:11
StructchangeNameRegionModel
cmd/change_name_region.go:13
StructlistAllRegistryModel
cmd/list_all_registry.go:12
StructlistRegistryModel
cmd/list_registry.go:12
StructmainMenuModel
cmd/run.go:15
StructupdateCompleteMsg
updateCompleteMsg is used to signal that the update is complete
cmd/update.go:131
StructupdateMessageMsg
updateMessageMsg is used to send update messages
cmd/update.go:142
StructupdateModel
updateModel defines the structure for the update model
cmd/update.go:16
StructupdateResultMsg
updateResultMsg is used to signal the result of the update
cmd/update.go:137