graph

package
v0.0.1-rc2 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const PkgSysGo = "go"
View Source
const PkgSysMaven = "maven"

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency struct {
	Package     *Package
	Requirement *Package
}

type Graph

type Graph interface {
	Graphs() ([]*Dependency, error)
}

type Option

type Option func(*Options)

func WithProjectPath

func WithProjectPath(path string) Option

type Options

type Options struct {
	ProjectPath string
}

func NewOptions

func NewOptions(opts ...Option) *Options

type Package

type Package struct {
	System  string
	Name    string
	Version string
	Direct  bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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