feat: cache merged layers

igned-off-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
Teppei Fukuda
2022-09-06 11:04:00 +03:00
committed by GitHub
parent a18f398ac0
commit 6b4ddaaef2
12 changed files with 211 additions and 97 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/google/wire"
)
func initializeScanServer(localArtifactCache cache.LocalArtifactCache) *ScanServer {
func initializeScanServer(localArtifactCache cache.Cache) *ScanServer {
wire.Build(ScanSuperSet)
return &ScanServer{}
}