Searched defs:complexProps (Results 1 – 1 of 1) sorted by relevance
66 type complexProps struct { struct67 A string68 B_mutated string `blueprint:"mutated"`70 Nested struct {75 Nested_struct structToNest77 Struct_has_embed StructWithEmbedded79 OtherStructToEmbed81 List_of_ints []int83 List_of_nested []structToNest