While the only thing really required from an api.Repository is the repository ID, changing that would require changing the API function signatures, and the refactor that introduced this refs type is already large enough.
()
| 93 | // would require changing the API function signatures, and the refactor that introduced this refs |
| 94 | // type is already large enough. |
| 95 | BaseRepo() *api.Repository |
| 96 | } |
| 97 | |
| 98 | type baseRefs struct { |
no outgoing calls