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:
13
lib/cache_hints.go
Normal file
13
lib/cache_hints.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package lib
|
||||
|
||||
func cacheHintRegistryList() string {
|
||||
return "catalog:"
|
||||
}
|
||||
|
||||
func cacheHintTagList(repository string) string {
|
||||
return "pull:" + repository
|
||||
}
|
||||
|
||||
func cacheHintTagDetails(repository string) string {
|
||||
return "pull:" + repository
|
||||
}
|
||||
Reference in New Issue
Block a user