package domain type RecipeRepository interface { // TODO: Not sure the input type yet CreateRecipe(recipe *Recipe) error }