Documentation ¶
Overview ¶
Package trybot has common types for the store and ingester sub-modules.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TryFile ¶
type TryFile struct { // CL is the Changelist Id. CL types.CL // PatchNumber is the index of the patch. Note this isn't the git hash of // the patch. PatchNumber int // Filename, including the scheme, gs://, for example. Filename string // Timestamp of when the file was written. Timestamp time.Time }
TryFile represents a single file of trybot results.
Directories ¶
Path | Synopsis |
---|---|
Package results defines the interface for loading trybot results.
|
Package results defines the interface for loading trybot results. |
dfloader
Package dfloader implements results.Loader using a DataFrameBuilder.
|
Package dfloader implements results.Loader using a DataFrameBuilder. |
gcssamplesloader
Package gcssamplesloader implements samplesloader.SamplesLoader for Google Cloud Storage.
|
Package gcssamplesloader implements samplesloader.SamplesLoader for Google Cloud Storage. |
Package store stores the results from trybot runs.
|
Package store stores the results from trybot runs. |
Click to show internal directories.
Click to hide internal directories.