mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-13 06:40:41 +00:00
Document lock order acquisition. #116 [ci skip]
This commit is contained in:
@@ -1,2 +1,8 @@
|
|||||||
// Package api provides implementation of aptly REST API
|
// Package api provides implementation of aptly REST API
|
||||||
package api
|
package api
|
||||||
|
|
||||||
|
// Lock order acquisition (canonical):
|
||||||
|
// 1. RemoteRepoCollection
|
||||||
|
// 2. LocalRepoCollection
|
||||||
|
// 3. SnapshotCollection
|
||||||
|
// 4. PublishedRepoCollection
|
||||||
|
|||||||
Reference in New Issue
Block a user