Versions in this module Expand all Collapse all v0 v0.2.5 Mar 11, 2025 v0.2.4 Mar 10, 2025 Changes in this version + type Client struct + func New(args []string, opts ...Option) (*Client, error) + func (c *Client) Run(ctx context.Context, conn io.ReadWriter, paths []string) (*Result, error) + func (c *Client) ServerCommandOptions(path string, paths ...string) []string + type Option interface + func WithSender() Option + func WithStderr(stderr io.Writer) Option + func WithoutNegotiate() Option + type Result struct + Stats *rsyncstats.TransferStats