change module name
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/neatflowcv/seven-skies/internal/pkg/domain"
|
||||
"github.com/neatflowcv/seven-skies/internal/pkg/repository"
|
||||
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/domain"
|
||||
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/repository"
|
||||
"gorm.io/driver/postgres"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
@@ -3,7 +3,7 @@ package gorm
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/neatflowcv/seven-skies/internal/pkg/domain"
|
||||
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/domain"
|
||||
)
|
||||
|
||||
type Weather struct {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Code generated by MockGen. DO NOT EDIT.
|
||||
// Source: github.com/neatflowcv/seven-skies/internal/pkg/repository (interfaces: Repository)
|
||||
// Source: gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/repository (interfaces: Repository)
|
||||
//
|
||||
// Generated by this command:
|
||||
//
|
||||
@@ -14,7 +14,7 @@ import (
|
||||
reflect "reflect"
|
||||
time "time"
|
||||
|
||||
domain "github.com/neatflowcv/seven-skies/internal/pkg/domain"
|
||||
domain "gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/domain"
|
||||
gomock "go.uber.org/mock/gomock"
|
||||
)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"time"
|
||||
|
||||
"github.com/neatflowcv/seven-skies/internal/pkg/domain"
|
||||
"gitea.neatflow.kr/biosvos/seven-skies/internal/pkg/domain"
|
||||
)
|
||||
|
||||
//go:generate mockgen -typed -package=mocks -destination=mocks/repository.go . Repository
|
||||
|
||||
Reference in New Issue
Block a user