platform_build_blueprint/proptools
Colin Cross 571f77a60d Remove blueprint:"filter(*)" tag support
The filter tag is unused, replaced with FilterPropertyStruct to
generate a new type at runtime that only contains the filtered
fields.

Test: unpack_test.go
Change-Id: Id91cf99290832094d05426f3263279836f0fea73
2020-01-21 11:49:27 -08:00
..
clone.go Panic when copying private properties. 2019-03-07 16:24:56 -08:00
clone_test.go Allow mutated property structs to contain slices of non-strings 2018-10-03 14:29:12 -07:00
escape.go Replace *Escape with *EscapeList 2018-09-19 16:17:10 -07:00
escape_test.go Replace *Escape with *EscapeList 2018-09-19 16:17:10 -07:00
extend.go Slice properties can be replaced 2019-11-19 10:45:58 +09:00
extend_test.go Slice properties can be replaced 2019-11-19 10:45:58 +09:00
filter.go Make FilterPropertyStructSharded smarter 2020-01-21 11:49:27 -08:00
filter_test.go Make FilterPropertyStructSharded smarter 2020-01-21 11:49:27 -08:00
proptools.go Add proptools.Int and proptools.IntDefault 2019-09-25 14:52:54 -07:00
tag.go Add PropertyIndexesWithTag 2019-03-05 19:47:43 -08:00
tag_test.go Add PropertyIndexesWithTag 2019-03-05 19:47:43 -08:00
typeequal.go Support nil pointers to structs in properties 2016-08-05 17:19:36 -07:00
typeequal_test.go Support nil pointers to structs in properties 2016-08-05 17:19:36 -07:00
unpack.go Remove blueprint:"filter(*)" tag support 2020-01-21 11:49:27 -08:00
unpack_test.go Remove blueprint:"filter(*)" tag support 2020-01-21 11:49:27 -08:00