Searched refs:recipeProperties (Results 1 – 1 of 1) sorted by relevance
21 recipeProperties map[string]string member35 recipeProperties: map[string]string{},229 if b.recipeProperties == nil {232 b.recipeProperties[key] = value247 props := make(map[string]interface{}, len(b.recipeProperties)+2)256 for k, v := range b.recipeProperties {259 b.recipeProperties = nil