github.com/go-pg/pg/v10/orm.Field.Value (method)

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		field.go#L69: func (f *Field) Value(strct reflect.Value) reflect.Value {
		model_table_slice.go#L150: 		fv := m.table.SoftDeleteField.Value(strct)
		model_table_struct.go#L389: 	fv := m.table.SoftDeleteField.Value(m.strct)