Documentation ¶
Index ¶
- func New() common.Manager
- type GolangManager
- func (m *GolangManager) FindDependencies(matches []types.Match) ([]*types.Dependency, error)
- func (m *GolangManager) IsUpgradable(dep types.Dependency) (*types.UpgradeInfo, error)
- func (m *GolangManager) ListUpgrades(matches []types.Match) ([]*types.UpgradeInfo, error)
- func (m *GolangManager) Match(path string) bool
- func (m *GolangManager) Name() types.PackageManager
- func (m *GolangManager) Parse(match types.Match, data []byte) ([]*types.Dependency, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GolangManager ¶
type GolangManager struct{}
func (*GolangManager) FindDependencies ¶
func (m *GolangManager) FindDependencies(matches []types.Match) ([]*types.Dependency, error)
func (*GolangManager) IsUpgradable ¶
func (m *GolangManager) IsUpgradable(dep types.Dependency) (*types.UpgradeInfo, error)
func (*GolangManager) ListUpgrades ¶
func (m *GolangManager) ListUpgrades(matches []types.Match) ([]*types.UpgradeInfo, error)
func (*GolangManager) Match ¶
func (m *GolangManager) Match(path string) bool
func (*GolangManager) Name ¶
func (m *GolangManager) Name() types.PackageManager
func (*GolangManager) Parse ¶
func (m *GolangManager) Parse(match types.Match, data []byte) ([]*types.Dependency, error)
Click to show internal directories.
Click to hide internal directories.