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.
Click to show internal directories.
Click to hide internal directories.