| 33 | ) |
| 34 | |
| 35 | type proxyMounts struct { |
| 36 | // client is the rpc mounts client |
| 37 | // NOTE: ttrpc is used because it is the smaller interface shared with grpc |
| 38 | client mounts.TTRPCMountsClient |
| 39 | } |
| 40 | |
| 41 | // NewMountManager returns a new mount manager which communicates over a GRPC |
| 42 | // connection using the containerd mounts GRPC or ttrpc API. |
nothing calls this directly
no outgoing calls
no test coverage detected