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 (*Cataloger) Catalog ¶
func (i *Cataloger) Catalog(resolver file.Resolver) (map[file.Coordinates]file.Executable, error)
func (*Cataloger) CatalogCtx ¶ added in v1.22.0
func (i *Cataloger) CatalogCtx(ctx context.Context, resolver file.Resolver) (map[file.Coordinates]file.Executable, error)
Click to show internal directories.
Click to hide internal directories.