Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateModule ¶
Types ¶
type ModInfo ¶
type ModInfo struct { Module *Module `json:"Module"` Go string `json:"Go"` Require []*Require `json:"Require"` }
func GetModInfo ¶
type UpgradeInfo ¶
type UpgradeInfo struct { Module string `json:"module"` OldVersion string `json:"old_version"` NewVersion string `json:"new_version"` }
func MatchUpgrade ¶
func MatchUpgrade(outputLine string) (*UpgradeInfo, bool)
Click to show internal directories.
Click to hide internal directories.