Versions in this module Expand all Collapse all v0 v0.6.2 Jun 12, 2023 v0.6.1 Dec 29, 2022 Changes in this version + type DependencyResult struct + Count int + Downgradable bool + Installable bool + LatestVersion string + Name string + NodeIds []primitive.ObjectID + Upgradable bool + Versions []string + type InstallParams struct + Cmd string + Names []string + Proxy string + SpiderId primitive.ObjectID + TaskId primitive.ObjectID + Upgrade bool + UseConfig bool + type InstallPayload struct + Mode string + Names []string + NodeIds []primitive.ObjectID + SpiderId primitive.ObjectID + Upgrade bool + UseConfig bool + type LogsMessage struct + Lines []string + TaskId primitive.ObjectID + type MessageCodes struct + Install string + Save string + Uninstall string + Update string + type MessageData struct + Code string + Data []byte + type NpmCollected struct + Metadata NpmPackage + type NpmListPackage struct + Version string + type NpmListResult struct + Dependencies map[string]NpmListPackage + type NpmPackage struct + Name string + Version string + type NpmResponseDetail struct + Collected NpmCollected + type NpmResponseList struct + Results []NpmResult + Total int + type NpmResult struct + Package NpmPackage + type TaskMessage struct + Error string + Status string + TaskId primitive.ObjectID + type UninstallParams struct + Cmd string + Names []string + TaskId primitive.ObjectID + type UninstallPayload struct + Mode string + Names []string + NodeIds []primitive.ObjectID + type UpdateParams struct + Cmd string