fileparser

package
v0.0.0-...-a0132d7 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TextTableScoopOutput

type TextTableScoopOutput []struct {
	FilePath string `json:"file_path"`
	Data     []struct {
		DataType string          `json:"data_type"`
		Text     string          `json:"text"`
		Metadata json.RawMessage `json:"metadata"`
	} `json:"data"`
}

func ParseFile

func ParseFile(filePath, tempPath, projectPath, ignorePatterns string) (TextTableScoopOutput, error)

Jump to

Keyboard shortcuts

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