Searched defs:goldctlConfig (Results 1 – 1 of 1) sorted by relevance
143 type goldctlConfig struct { struct144 goldctlPath string145 gitCommit string146 changelistID string147 patchsetOrder int148 tryjobID string149 corpus string150 keys map[string]string153 func uploadDataToGold(ctx context.Context, checkoutDir string, cfg goldctlConfig) error {198 func setupGoldctl(ctx context.Context, cfg goldctlConfig, workDir string) error {