Files
aptly/api/api.go
T
2014-12-23 00:59:29 +03:00

9 lines
221 B
Go

// Package api provides implementation of aptly REST API
package api
// Lock order acquisition (canonical):
// 1. RemoteRepoCollection
// 2. LocalRepoCollection
// 3. SnapshotCollection
// 4. PublishedRepoCollection