Versions in this module Expand all Collapse all v0 v0.1.0 Dec 15, 2024 Changes in this version + type CopyFileClient struct + func New(client common.Client) *CopyFileClient + func (c *CopyFileClient) Client() common.Client + func (c *CopyFileClient) Receive(ctx context.Context, stream *streamv1.Stream, path string) (string, error) + func (c *CopyFileClient) Send(ctx context.Context, stream *streamv1.Stream, path string) error + func (c *CopyFileClient) WithClient(client common.Client) *CopyFileClient