Documentation
¶
Index ¶
- func DepKey(_type depsdev.DepType, name string, version string) string
- func ToLicense(rootdir string, deps []Dep) depot.LicenseStructure
- type Cache
- type Dep
- type Processor
- func (pro *Processor) From(file string, _type depsdev.DepType) ([]Dep, error)
- func (pro *Processor) FromCargo(lockFilePath string) (deps []Dep, err error)
- func (pro *Processor) FromFile(path string) ([]Dep, error)
- func (pro *Processor) FromGO(path string) (deps []Dep, err error)
- func (pro *Processor) FromMaven(path string) (deps []Dep, err error)
- func (pro *Processor) FromNPM(path string) (deps []Dep, err error)
- func (pro *Processor) FromPypi(path string) (deps []Dep, err error)
- func (pro *Processor) LicensesOf(depType depsdev.DepType, name string, version string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dep ¶
Click to show internal directories.
Click to hide internal directories.