Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ ttrpcdiffClient
Struct
ttrpcdiffClient
api/services/diff/v1/diff_ttrpc.pb.go:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
type
ttrpcdiffClient
struct
{
37
client *ttrpc.Client
38
}
39
40
func
NewTTRPCDiffClient(client *ttrpc.Client) TTRPCDiffService {
41
return
&ttrpcdiffClient{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected