package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Feb 20, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Name string `json:"name"`
Value string `json:"value"`
}
func AddLines(data, lines []Data) []Data
func FilterData(lines []int, unfilteredData []Data) []Data
type PreviewResult struct {
RawData []Data `json:"rawData"`
Data []Data `json:"data"`
Statuses []URLStatus `json:"statuses"`
}
type URLStatus struct {
URL string `json:"url"`
HasData bool `json:"hasData"`
LineCount int `json:"lineCount"`
Error bool `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.