Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/chainloop-dev/chainloop
/ Downloader
Interface
Downloader
pkg/blobmanager/backend.go:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
type
Downloader
interface
{
52
Download(ctx context.Context, w io.Writer, digest string) error
53
}
54
55
var
ErrValidation = errors.New(
"credentials validation error"
)
56
Callers
2
Download
Method · 0.95
Download
Method · 0.95
Implementers
4
Client
pkg/casclient/casclient.go
DownloaderUploader
pkg/casclient/mocks/DownloaderUploader
Downloader
pkg/casclient/mocks/Downloader.go
CASClientUseCase
app/controlplane/pkg/biz/casclient.go
Calls
no outgoing calls
Tested by
no test coverage detected