Commit 684e445d authored by zhengyaoqiu's avatar zhengyaoqiu

feat(database): 目录更改

parent d35447e2
package database
package mysql
import (
"fmt"
"git.chillcy.com/golang/colorway/internal/pkg/database/repository"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/repository"
"gorm.io/driver/mysql"
"gorm.io/gorm"
"reflect"
......
......@@ -2,7 +2,7 @@ package repository
import (
"context"
"git.chillcy.com/golang/colorway/internal/pkg/database/option"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/option"
"gorm.io/gorm"
)
......
package repository
import (
"git.chillcy.com/golang/colorway/internal/pkg/database/model"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/model"
"gorm.io/gorm"
"gorm.io/gorm/clause"
)
......
package repository
import (
"git.chillcy.com/golang/colorway/internal/pkg/database/model"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/model"
"gorm.io/gorm"
)
......
......@@ -2,7 +2,7 @@ package repository
import (
"fmt"
"git.chillcy.com/golang/colorway/internal/pkg/database/model"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/model"
"gorm.io/gorm"
"gorm.io/gorm/clause"
)
......
package repository
import (
"git.chillcy.com/golang/colorway/internal/pkg/database/model"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/model"
"gorm.io/gorm"
)
......
package repository
import (
"git.chillcy.com/golang/colorway/internal/pkg/database/model"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/model"
"gorm.io/gorm"
)
......
package repository
import (
"git.chillcy.com/golang/colorway/internal/pkg/database/model"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/model"
"gorm.io/gorm"
)
......
package repository
import (
"git.chillcy.com/golang/colorway/internal/pkg/database/model"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/model"
"gorm.io/gorm"
)
......
package repository
import (
"git.chillcy.com/golang/colorway/internal/pkg/database/model"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/model"
"gorm.io/gorm"
)
......
package repository
import (
"git.chillcy.com/golang/colorway/internal/pkg/database/model"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/model"
"gorm.io/gorm"
)
......
package repository
import (
"git.chillcy.com/golang/colorway/internal/pkg/database/model"
"git.chillcy.com/golang/colorway/internal/pkg/database/mysql/model"
"gorm.io/gorm"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment