@ -14,10 +14,10 @@ import (
"go-micro.dev/v4/web"
//"goproduct/common"
common "git.mashibing.com/msb_47094/shopping-comm"
"goproduct/proto"
"log"
"net"
"net/http"
"shoppingCart/proto"
"strconv"
"github.com/gin-gonic/gin"
@ -2,8 +2,8 @@ package repository
import (
"fmt"
"goproduct/domain/model"
"shoppingCart/domain/model"
"time"
"gorm.io/gorm"
@ -1,9 +1,9 @@
package service
"goproduct/domain/repository"
"shoppingCart/domain/repository"
)
type ICartService interface {
@ -3,8 +3,8 @@ package handler
"context"
"goproduct/domain/service"
"shoppingCart/domain/service"
type CartHandler struct {
@ -8,11 +8,11 @@ import (
"github.com/opentracing/opentracing-go"
"go-micro.dev/v4"
"go-micro.dev/v4/registry"
"goproduct/handler"
"shoppingCart/handler"