Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cataloger ¶
type Cataloger struct {
// contains filtered or unexported fields
}
func NewCataloger ¶
func NewCataloger() *Cataloger
func (*Cataloger) SelectFiles ¶
func (a *Cataloger) SelectFiles(resolver scope.FileResolver) []file.Reference
type Dependencies ¶
type Dependencies map[string]Dependency
type Dependency ¶
type PackageLock ¶
type PackageLock struct { Requires bool `json:"requires"` LockfileVersion int `json:"lockfileVersion"` Dependencies Dependencies }
Click to show internal directories.
Click to hide internal directories.