source

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsWithinAnyRoot

func IsWithinAnyRoot(candidate string, roots []string) (bool, error)

func NormalizeRoots

func NormalizeRoots(projectDir string, allowed []string) []string

Types

type Config

type Config struct {
	ProjectDir         string
	AllowedSourceRoots []string
	UseGoModuleResolve bool
	UseGOPATHFallback  bool
}

type Resolver

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

func New

func New(cfg Config) (*Resolver, error)

func (*Resolver) ResolvePackageDir

func (r *Resolver) ResolvePackageDir(importPath string) (string, error)

func (*Resolver) ResolveTypeFile

func (r *Resolver) ResolveTypeFile(importPath, typeName string) (string, error)

func (*Resolver) Roots

func (r *Resolver) Roots() []string

Jump to

Keyboard shortcuts

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