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)
Click to show internal directories.
Click to hide internal directories.