Documentation
¶
Index ¶
- func DaysBetween(start, end time.Time) []string
- func GetClusterData(ctx context.Context, bkt *storage.BucketHandle, path string, matches []string) models.ClusterData
- func GetClusterDataBytes(ctx context.Context, bkt *storage.BucketHandle, path string, matches []string) ([]byte, error)
- func GetGCSPathForProwJobURL(pjLog log.FieldLogger, prowJobURL string) (string, error)
- func NextDay(dateStr string) (string, error)
- func ParseVariantDataFile(bytes []byte) (map[string]string, error)
- type DateTimeName
- type ProwLoader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DaysBetween ¶
DaysBetween returns a slice of strings representing each day in YYYY-MM-DD format between two dates
func GetClusterData ¶
func GetClusterData(ctx context.Context, bkt *storage.BucketHandle, path string, matches []string) models.ClusterData
func GetClusterDataBytes ¶
func GetGCSPathForProwJobURL ¶
func GetGCSPathForProwJobURL(pjLog log.FieldLogger, prowJobURL string) (string, error)
Types ¶
type DateTimeName ¶
type ProwLoader ¶
type ProwLoader struct {
// contains filtered or unexported fields
}
func New ¶
func New( ctx context.Context, dbc *db.DB, gcsClient *storage.Client, bigQueryClient *bqcachedclient.Client, githubClient *github.Client, variantManager testidentification.VariantManager, syntheticTestManager synthetictests.SyntheticTestManager, releases []string, config *v1config.SippyConfig, ghCommenter *commenter.GitHubCommenter) *ProwLoader
func (*ProwLoader) Errors ¶
func (pl *ProwLoader) Errors() []error
func (*ProwLoader) Load ¶
func (pl *ProwLoader) Load()
func (*ProwLoader) Name ¶
func (pl *ProwLoader) Name() string
Click to show internal directories.
Click to hide internal directories.