Documentation ¶ Index ¶ type DataLoader Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DataLoader ¶ type DataLoader interface { // Name returns a friendly name identifier Name() string // Load initiates the data loading process. Load() // Errors returns a slice of errors that occurred during the data loading process. Errors() []error } Source Files ¶ View all Source files dataloader.go Directories ¶ Show internal Expand all Path Synopsis bugloader crcacheloader featuregateloader jiraloader loaderwithmetrics prowloader gcs github testconversion releaseloader testownershiploader variantsyncer Click to show internal directories. Click to hide internal directories.