package domain import "github.com/gin-gonic/gin" type RecipeService interface { CreateRecipe(ctx *gin.Context) Recipe }