Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyingSourceMaterializer ¶
type CopyingSourceMaterializer struct {
// contains filtered or unexported fields
}
CopyingSourceMaterializer copies any directory-like SourceDriver into an atomic DirectoryPublisher. It performs no direct filesystem operation.
func NewCopyingSourceMaterializer ¶
func NewCopyingSourceMaterializer( publisher spec.DirectoryPublisher, ) (*CopyingSourceMaterializer, error)
func (*CopyingSourceMaterializer) Materialize ¶
func (m *CopyingSourceMaterializer) Materialize( ctx context.Context, input spec.SourceMaterializationInput, ) (result spec.MaterializedSource, err error)
Click to show internal directories.
Click to hide internal directories.