package
Version:
v0.0.21
Opens a new window with list of versions in this module.
Published: Jan 12, 2026
License: Apache-2.0
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 DataSources struct {
Version string `yaml:"version"`
Sources []Source `yaml:"sources"`
}
type Location struct {
Path string `yaml:"path,omitempty"`
Type string `yaml:"type,omitempty"`
Window time.Duration `yaml:"window,omitempty"`
Timestamp *Timestamp `yaml:"timestamp,omitempty"`
}
type Source struct {
Type string `yaml:"type"`
Name string `yaml:"name,omitempty"`
Desc string `yaml:"desc,omitempty"`
Window time.Duration `yaml:"window,omitempty"`
Timestamp *Timestamp `yaml:"timestamp,omitempty"`
Locations []Location `yaml:"locations"`
}
type Timestamp struct {
Regex string `yaml:"regex"`
Format string `yaml:"format"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.