RefKey is a unique id for package reference list
()
| 874 | |
| 875 | // RefKey is a unique id for package reference list |
| 876 | func (repo *RemoteRepo) RefKey() []byte { |
| 877 | return []byte("E" + repo.UUID) |
| 878 | } |
| 879 | |
| 880 | // RemoteRepoCollection does listing, updating/adding/deleting of RemoteRepos |
| 881 | type RemoteRepoCollection struct { |
no outgoing calls