| 36 | ) |
| 37 | |
| 38 | type proxyContentStore struct { |
| 39 | // client is the rpc content client |
| 40 | // NOTE: ttrpc is used because it is the smaller interface shared with grpc |
| 41 | client contentapi.TTRPCContentClient |
| 42 | } |
| 43 | |
| 44 | // NewContentStore returns a new content store which communicates over a GRPC |
| 45 | // connection using the containerd content GRPC API. |
nothing calls this directly
no outgoing calls
no test coverage detected