catalogers

package
v0.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const JSFilePkg = "js-file"

Variables

View Source
var AngularJSReference = pkgcataloging.CatalogerReference{
	Cataloger:     AngularJS{},
	AlwaysEnabled: true,
}
View Source
var PipVendorReference = pkgcataloging.CatalogerReference{
	Cataloger:     PipVendor{},
	AlwaysEnabled: true,
}
View Source
var WheelReference = pkgcataloging.CatalogerReference{
	Cataloger:     Wheel{},
	AlwaysEnabled: true,
}

Functions

This section is empty.

Types

type AngularJS

type AngularJS struct{}

AngularJS is a cataloger for AngularJS (https://angularjs.org/) and its related packages found in standalone minified JS files.

func (AngularJS) Catalog

func (a AngularJS) Catalog(_ context.Context, resolver file.Resolver) ([]pkg.Package, []artifact.Relationship, error)

func (AngularJS) Name

func (a AngularJS) Name() string

type PipVendor added in v0.22.0

type PipVendor struct{}

https://pip.pypa.io/en/stable/development/vendoring-policy/

func (PipVendor) Catalog added in v0.22.0

func (a PipVendor) Catalog(ctx context.Context, resolver file.Resolver) ([]pkg.Package, []artifact.Relationship, error)

func (PipVendor) Name added in v0.22.0

func (a PipVendor) Name() string

type Wheel added in v0.23.0

type Wheel struct{}

func (Wheel) Catalog added in v0.23.0

func (w Wheel) Catalog(_ context.Context, resolver file.Resolver) ([]pkg.Package, []artifact.Relationship, error)

func (Wheel) Name added in v0.23.0

func (w Wheel) Name() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL