(ctx context.Context, field *Field, dst reflect.Value, dbValue interface{})
| 62 | // SerializerInterface serializer interface |
| 63 | type SerializerInterface interface { |
| 64 | Scan(ctx context.Context, field *Field, dst reflect.Value, dbValue interface{}) error |
| 65 | SerializerValuerInterface |
| 66 | } |
| 67 |
no outgoing calls
no test coverage detected