UnixSecondSerializer json serializer
| 114 | |
| 115 | // UnixSecondSerializer json serializer |
| 116 | type UnixSecondSerializer struct{} |
| 117 | |
| 118 | // Scan implements serializer interface |
| 119 | func (UnixSecondSerializer) Scan(ctx context.Context, field *Field, dst reflect.Value, dbValue interface{}) (err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected