Documentation
¶
Index ¶
Constants ¶
View Source
const ( DependencyTypePython = "python" DependencyTypeNode = "node" )
View Source
const ( MessageCodePythonUpdate = "update-python" MessageCodePythonSave = "save-python" MessageCodePythonInstall = "install-python" MessageCodePythonUninstall = "uninstall-python" )
View Source
const ( MessageCodeNodeUpdate = "update-node" MessageCodeNodeSave = "save-node" MessageCodeNodeInstall = "install-node" MessageCodeNodeUninstall = "uninstall-node" )
View Source
const ( MessageCodeUpdateTask = "update-task" MessageCodeInsertLogs = "insert-logs" )
View Source
const ( DependencyConfigRequirementsTxt = "requirements.txt" DependencyConfigPackageJson = "package.json" )
View Source
const ActionInstall = "install"
View Source
const ActionUninstall = "uninstall"
View Source
const DependenciesColName = "dependencies"
View Source
const DependencyLogsColName = "dependency_logs"
View Source
const DependencySettingsColName = "dependency_settings"
View Source
const DependencyTasksColName = "dependency_tasks"
View Source
const InstallModeAll = "all"
View Source
const InstallModeSelectedNodes = "selected-nodes"
View Source
const PluginName = "dependency"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.