mirror of
https://github.com/mayflower/docker-ls.git
synced 2025-11-28 00:01:09 +03:00
API level token caching, statistics.
This commit is contained in:
@@ -30,4 +30,5 @@ type RegistryApi interface {
|
||||
ListRepositories() RepositoryListResponse
|
||||
ListTags(repositoryName string) TagListResponse
|
||||
GetTagDetails(repository, reference string) (TagDetails, error)
|
||||
GetStatistics() Statistics
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user