gnopkg

package
v0.0.0-...-68c7731 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadGnoPackages

func LoadGnoPackages(query string)

Types

type GnoPackage

type GnoPackage struct {
	packages.Package
}

type Loader

type Loader struct {
	// contains filtered or unexported fields
}

func (*Loader) AddPackage

func (l *Loader) AddPackage(path string)

func (*Loader) Invalidate

func (l *Loader) Invalidate(path string) []*PackagePath

func (*Loader) LoadPackages

func (l *Loader) LoadPackages() []*PackagePath

func (*Loader) Resolve

func (l *Loader) Resolve(path string)

type Package

type Package struct {
	// contains filtered or unexported fields
}

type PackageLoader

type PackageLoader interface {
	AddPackage(path string) error
	Update(path string) error
	LoadPackages() []*PackagePath
}

Jump to

Keyboard shortcuts

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