module

package
v0.0.0-...-a70f6d2 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency struct {
	Module   *packages.Module
	Packages []*packages.Package
}

type DependencyResolver

type DependencyResolver interface {
	Resolve(ctx context.Context, patterns ...string) ([]Dependency, error)
}

func NewDependencyResolver

func NewDependencyResolver() DependencyResolver

type RepositoryLocator

type RepositoryLocator interface {
	Locate(mod *packages.Module) (string, error)
}

func NewRepositoryLocator

func NewRepositoryLocator() RepositoryLocator

Jump to

Keyboard shortcuts

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