goldingestion

package
v0.0.0-...-03d6fc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2019 License: BSD-3-Clause Imports: 30 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Configuration option that identifies the address of the traceDB service.
	CONFIG_TRACESERVICE = "TraceService"

	// Configuration option for the secondary repository.
	CONFIG_SECONDARY_REPO = "SecondaryRepoURL"

	// Configuration option to define the regular expression to extract the
	// commit from the secondary repo. The provided regular expression must
	// contain exactly one group which maps to the commit in the DEPS file.
	CONFIG_SECONDARY_REG_EX = "SecondaryRegEx"
)
View Source
const (
	CONFIG_GERRIT_CODE_REVIEW_URL     = "GerritCodeReviewURL"
	CONFIG_SERVICE_ACCOUNT_FILE       = "ServiceAccountFile"
	CONFIG_BUILD_BUCKET_URL           = "BuildBucketURL"
	CONFIG_BUILD_BUCKET_NAME          = "BuildBucketName"
	CONFIG_BUILD_BUCKET_POLL_INTERVAL = "BuildBucketPollInterval"
	CONFIG_BUILD_BUCKET_TIME_WINDOW   = "BuildBucketTimeWindow"
	CONFIG_BUILDER_REGEX              = "BuilderRegEx"
	CONFIG_JOB_CFG_FILE               = "JobConfigFile"
)

Define configuration options to be used in the config file under ExtraParams.

Variables

This section is empty.

Functions

This section is empty.

Types

type DMResults

type DMResults struct {
	*jsonio.GoldResults
	// contains filtered or unexported fields
}

DMResults enhances GoldResults with fields used for internal processing.

func ParseDMResultsFromReader

func ParseDMResultsFromReader(r io.ReadCloser, name string) (*DMResults, error)

ParseDMResultsFromReader parses the stream out of the io.ReadCloser into a DMResults instance and closes the reader.

func (*DMResults) Name

func (d *DMResults) Name() string

Name returns the name/path from which these results were parsed.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL