platform_build_blueprint/proptools
Colin Cross 12392ca0f1 Allow mutated property structs to contain slices of non-strings
Property structs can now contain slices of structs and other
non-strings as long as they are tagged with `blueprint:"mutated"`.

Test: clone_test.go
Test: unpack_test.go
Change-Id: Ib77348dc6e7314a24f17caba10040f7d3ac54e54
2018-10-03 14:29:12 -07:00
..
clone.go Allow mutated property structs to contain slices of non-strings 2018-10-03 14:29:12 -07:00
clone_test.go Allow mutated property structs to contain slices of non-strings 2018-10-03 14:29:12 -07:00
escape.go Add proptools functions to escape strings 2016-09-29 14:31:40 -07:00
escape_test.go Add proptools functions to escape strings 2016-09-29 14:31:40 -07:00
extend.go Support parsing int64 in Blueprint file. 2017-11-02 22:10:47 -07:00
extend_test.go Support parsing int64 in Blueprint file. 2017-11-02 22:10:47 -07:00
proptools.go Add proptools.BoolDefault and proptools.StringDefault 2018-04-10 16:51:47 -07: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