Documentation ¶ Index ¶ func ParseModuleFiles(fs FS, modPath string) (ast.ModFiles, ast.ModDiags, error) func ParseVariableFiles(fs FS, modPath string) (ast.VarsFiles, ast.VarsDiags, error) type FS 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) } Source Files ¶ View all Source files module.go parser.go variables.go Click to show internal directories. Click to hide internal directories.