Searched defs:goldctlConfig (Results 1 – 1 of 1) sorted by relevance
140 type goldctlConfig struct { struct141 goldctlPath string142 gitCommit string143 changelistID string144 patchsetOrder int145 tryjobID string146 corpus string147 keys map[string]string150 func uploadDataToGold(ctx context.Context, label, checkoutDir string, cfg goldctlConfig) error {199 func setupGoldctl(ctx context.Context, cfg goldctlConfig, workDir string) error {