nuget

package
v1.14.2 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Inspector

type Inspector struct{}

func (*Inspector) CheckDir

func (i *Inspector) CheckDir(dir string) bool

func (*Inspector) InspectProject

func (i *Inspector) InspectProject(ctx context.Context) error

func (*Inspector) PackageManagerType

func (i *Inspector) PackageManagerType() model.PackageManagerType

func (*Inspector) String

func (i *Inspector) String() string

func (*Inspector) SupportFeature added in v1.9.2

func (i *Inspector) SupportFeature(feature model.InspectorFeature) bool

type PkgConfig

type PkgConfig struct {
	XMLName xml.Name `xml:"packages"`
	Package []struct {
		Id                    string `xml:"id,attr"`
		Version               string `xml:"version,attr"`
		DevelopmentDependency bool   `xml:"developmentDependency,attr"`
	} `xml:"package"`
}

func (*PkgConfig) Deps

func (this *PkgConfig) Deps() []model.Dependency

Jump to

Keyboard shortcuts

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