Key is a unique id in DB
()
| 869 | |
| 870 | // Key is a unique id in DB |
| 871 | func (repo *RemoteRepo) Key() []byte { |
| 872 | return []byte("R" + repo.UUID) |
| 873 | } |
| 874 | |
| 875 | // RefKey is a unique id for package reference list |
| 876 | func (repo *RemoteRepo) RefKey() []byte { |
no outgoing calls
no test coverage detected