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

@@ -30,7 +30,7 @@ import (
type remoteWriter struct {
ref string
client contentapi.Content_WriteClient
client contentapi.TTRPCContent_WriteClient
offset int64
digest digest.Digest
}