diff --git a/pkg/recipe/recipe.go b/pkg/recipe/recipe.go index ec9c345f..087f794e 100644 --- a/pkg/recipe/recipe.go +++ b/pkg/recipe/recipe.go @@ -130,13 +130,6 @@ type Features struct { SSO string `json:"sso"` } -// Recipe2 represents a recipe. -type Recipe2 struct { - Name string - Config *composetypes.Config - Meta RecipeMeta -} - // Push pushes the latest changes to a SSH URL remote. You need to have your // local SSH configuration for git.coopcloud.tech working for this to work func (r Recipe) Push(dryRun bool) error {