mirror of
https://github.com/astaxie/beego.git
synced 2025-06-18 13:30:39 +00:00
rename infrastructure to core
This commit is contained in:
@ -17,7 +17,7 @@ package validation
|
||||
import (
|
||||
"reflect"
|
||||
|
||||
"github.com/astaxie/beego/pkg/infrastructure/validation"
|
||||
"github.com/astaxie/beego/pkg/core/validation"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -50,7 +50,7 @@ import (
|
||||
"fmt"
|
||||
"regexp"
|
||||
|
||||
"github.com/astaxie/beego/pkg/infrastructure/validation"
|
||||
"github.com/astaxie/beego/pkg/core/validation"
|
||||
)
|
||||
|
||||
// ValidFormer valid interface
|
||||
|
@ -17,7 +17,7 @@ package validation
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/astaxie/beego/pkg/infrastructure/validation"
|
||||
"github.com/astaxie/beego/pkg/core/validation"
|
||||
)
|
||||
|
||||
// CanSkipFuncs will skip valid if RequiredFirst is true and the struct field's value is empty
|
||||
|
Reference in New Issue
Block a user