Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseMixLock ¶
func ParseMixLock(pathToLockfile string) ([]lockfile.PackageDetails, error)
Types ¶
type MixLockExtractor ¶
type MixLockExtractor struct{}
func (MixLockExtractor) Extract ¶
func (e MixLockExtractor) Extract(f lockfile.DepFile) ([]lockfile.PackageDetails, error)
func (MixLockExtractor) IsOfficiallySupported ¶
func (e MixLockExtractor) IsOfficiallySupported() bool
func (MixLockExtractor) PackageManager ¶
func (e MixLockExtractor) PackageManager() models.PackageManager
func (MixLockExtractor) ShouldExtract ¶
func (e MixLockExtractor) ShouldExtract(path string) bool
Click to show internal directories.
Click to hide internal directories.