Versions in this module Expand all Collapse all v1 v1.3.2 Sep 12, 2024 Changes in this version + type Source struct + type SourceToTarget interface + Clone func(ctx context.Context, source *Source) (*Target, error) + type SourceToTargetCloner struct + func (cloner *SourceToTargetCloner) Clone(ctx context.Context, source *Source) (*Target, error) + type Target struct