parser

package
v0.29.3 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseModuleFiles

func ParseModuleFiles(fs FS, modPath string) (ast.ModFiles, ast.ModDiags, error)

func ParseVariableFiles

func ParseVariableFiles(fs FS, modPath string) (ast.VarsFiles, ast.VarsDiags, error)

Types

type FS

type FS interface {
	fs.FS
	ReadDir(name string) ([]fs.DirEntry, error)
	ReadFile(name string) ([]byte, error)
}

Jump to

Keyboard shortcuts

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