mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
golint: trust
contributes to #14756 Signed-off-by: Sevki Hasirci <s@sevki.org>
This commit is contained in:
committed by
Vincent Demeester
parent
6eb03c53db
commit
5572148477
+2
-2
@@ -40,7 +40,7 @@ type TagStore struct {
|
||||
pushingPool map[string]chan struct{}
|
||||
registryService *registry.Service
|
||||
eventsService *events.Events
|
||||
trustService *trust.TrustStore
|
||||
trustService *trust.Store
|
||||
}
|
||||
|
||||
// Repository maps tags to image IDs.
|
||||
@@ -77,7 +77,7 @@ type TagStoreConfig struct {
|
||||
// Events is the events service to use for logging.
|
||||
Events *events.Events
|
||||
// Trust is the trust service to use for push and pull operations.
|
||||
Trust *trust.TrustStore
|
||||
Trust *trust.Store
|
||||
}
|
||||
|
||||
// NewTagStore creates a new TagStore at specified path, using the parameters
|
||||
|
||||
Reference in New Issue
Block a user