Open aFuerst opened 5 months ago
Did you figure out how to do this?
Sadly no. The rpc objects are for those two APIs just wrappers for an opaque Any
type. What the proper shape(s) should be and what those endpoints actually do are also undocumented on the ctr
server side.
I don't see a way to pull images with the current rust API. This issue and was closed after exposing the transfer and streaming RPC clients. Neither of these directly implement a
fetch
orpull
and if they can be used to do so, I haven't been able to figure out how. What is the supported way to accomplish this? Thanks!