Add ttrpc support to content proxy

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-03-01 14:04:19 -08:00
parent 9104e6a24f
commit 347346e3cf
5 changed files with 96 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ type remoteReaderAt struct {
ctx context.Context
digest digest.Digest
size int64
client contentapi.ContentClient
client contentapi.TTRPCContentClient
}
func (ra *remoteReaderAt) Size() int64 {