Implementation
How to implement a Motator Binary?
Implementation
type MotatorBinary interface {
MutateValue(
ctx context.Context, fieldValue string, fieldType field.TypeEnum, config map[string]string) (string, error)
GetConfigOptions() syncmanstructs.ConfigOptions
GetMotatorBinaryDetails() elements.MotatorBinaryDetails
}ImpulseSync Config Options
Last updated
Was this helpful?