Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PreScanTransformation ¶
type PreScanTransformation interface {
PreScan(run *TransformationRun) error
}
type ScanTransformation ¶
type ScanTransformation interface {
GeneratePatches(run *TransformationRun, item map[string]*dynamodb.AttributeValue) ([]*dynamodb.WriteRequest, error)
}
type TransformationAlbumOwner ¶
type TransformationAlbumOwner struct{}
func (*TransformationAlbumOwner) GeneratePatches ¶
func (t *TransformationAlbumOwner) GeneratePatches(run *TransformationRun, item map[string]*dynamodb.AttributeValue) ([]*dynamodb.WriteRequest, error)
type TransformationRun ¶
type TransformationUpDateIndex ¶
type TransformationUpDateIndex struct{}
func (TransformationUpDateIndex) PreScan ¶
func (i TransformationUpDateIndex) PreScan(run *TransformationRun) error
Click to show internal directories.
Click to hide internal directories.