browser

package
v0.0.0-...-e4b21f5 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LangGo   = "go"
	LangPy   = "py"
	LangJava = "java"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Browser

type Browser interface {
	Browse(parentPath string)
}

func NewBrowser

func NewBrowser(lang string, tree *graph.Tree, ignoredPaths []string, rootDir string) Browser

type GoBrowser

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

func (*GoBrowser) Browse

func (b *GoBrowser) Browse(parentPath string)

type JavaBrowser

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

func (*JavaBrowser) Browse

func (b *JavaBrowser) Browse(parentPath string)

type PythonBrowser

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

func (*PythonBrowser) Browse

func (b *PythonBrowser) Browse(parentPath string)

Jump to

Keyboard shortcuts

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