Versions in this module Expand all Collapse all v0 v0.1.0 May 20, 2026 Changes in this version + func NewContainerFSTransferrer(bundleDir string) ctransfer.Transferrer + func NewEchoTransferrer() ctransfer.Transferrer + type ContainerPath struct + ContainerID string + NoWalk bool + Path string + PreserveOwnership bool + func (cf *ContainerPath) MarshalAny(ctx context.Context, sm streaming.StreamCreator) (typeurl.Any, error) + func (cf *ContainerPath) UnmarshalAny(ctx context.Context, sg streaming.StreamGetter, a typeurl.Any) error + type ReadStream struct + MediaType string + func NewReadStream(r io.Reader, mediaType string) *ReadStream + func (s *ReadStream) MarshalAny(ctx context.Context, sm streaming.StreamCreator) (typeurl.Any, error) + func (s *ReadStream) Reader(ctx context.Context) io.Reader + func (s *ReadStream) UnmarshalAny(ctx context.Context, sg streaming.StreamGetter, a typeurl.Any) error + type WriteStream struct + MediaType string + func NewWriteStream(w io.WriteCloser, mediaType string) *WriteStream + func (s *WriteStream) MarshalAny(ctx context.Context, sm streaming.StreamCreator) (typeurl.Any, error) + func (s *WriteStream) UnmarshalAny(ctx context.Context, sg streaming.StreamGetter, a typeurl.Any) error + func (s *WriteStream) Writer(ctx context.Context) io.WriteCloser