PrepareValue returns a properly formatted field value based on the provided raw one. This method is also called on record construction to initialize its default field value.
(record *Record, raw any)
| 104 | // |
| 105 | // This method is also called on record construction to initialize its default field value. |
| 106 | PrepareValue(record *Record, raw any) (any, error) |
| 107 | |
| 108 | // ValidateSettings validates the current field value associated with the provided record. |
| 109 | ValidateValue(ctx context.Context, app App, record *Record) error |
no outgoing calls