Searched defs:RepoRemote (Results 1 – 2 of 2) sorted by relevance
21 type RepoRemote struct { struct22 Name string `xml:"name,attr"`23 Revision string `xml:"fetch,attr"`
40 func resolveProject(ctx context.Context, repoProj *app.RepoProject, remote *app.RepoRemote, proj Pr…