Compare commits
No commits in common. "ea4d3cacd41967e599fda09b42a62020f7c9c71e" and "46ffdc0d0d0503d27c30ba7003cce2511baa15c1" have entirely different histories.
ea4d3cacd4
...
46ffdc0d0d
@ -4,7 +4,6 @@ import (
|
|||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
"micro-bundle/internal/dao"
|
"micro-bundle/internal/dao"
|
||||||
"micro-bundle/pb/bundle"
|
|
||||||
"micro-bundle/pkg/app"
|
"micro-bundle/pkg/app"
|
||||||
"micro-bundle/pkg/msg"
|
"micro-bundle/pkg/msg"
|
||||||
"time"
|
"time"
|
||||||
@ -15,6 +14,7 @@ import (
|
|||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
|
|
||||||
"micro-bundle/internal/model"
|
"micro-bundle/internal/model"
|
||||||
|
"micro-bundle/pb/bundle"
|
||||||
)
|
)
|
||||||
|
|
||||||
func CreateBundle(req *bundle.BundleProfile) (res *bundle.CommonResponse, err error) {
|
func CreateBundle(req *bundle.BundleProfile) (res *bundle.CommonResponse, err error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user