Searched defs:RepoProject (Results 1 – 2 of 2) sorted by relevance
29 type RepoProject struct { struct30 Groups string `xml:"groups,attr"`31 Name string `xml:"name,attr"`32 Revision string `xml:"revision,attr"`33 Path string `xml:"path,attr"`34 Remote *string `xml:"remote,attr"`
40 func resolveProject(ctx context.Context, repoProj *app.RepoProject, remote *app.RepoRemote, proj Pr…