type
DataTransformDescriptor
type DataTransformDescriptor struct {
Name string `json:"name"`
Checksum string `json:"checksum"`
}Immutable artifact identity for one compiled migration callback.
Source migration/migration.go:95
Namestring- Stable lowercase kebab-case callback name.
Checksumstring- Lowercase SHA-256 source identity.
Methods
DataTransformDescriptor.Validate()Validate checks one artifact-safe callback descriptor.