Searched refs:recipeProperties (Results 1 – 1 of 1) sorted by relevance
22 recipeProperties map[string]string member36 recipeProperties: map[string]string{},232 if b.recipeProperties == nil {235 b.recipeProperties[key] = value250 props := make(map[string]interface{}, len(b.recipeProperties)+2)266 for k, v := range b.recipeProperties {269 b.recipeProperties = nil