服务之间相互调用
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package validator
|
||||
|
||||
import "lone-services/pkg/validate"
|
||||
|
||||
// CartEditValidator 查看列表
|
||||
type CartEditValidator struct {
|
||||
Info string
|
||||
}
|
||||
|
||||
// GetMessage 查看列表 - 提示消息
|
||||
func (p CartEditValidator) GetMessage() validate.ValidatorMessages {
|
||||
return validate.ValidatorMessages{}
|
||||
}
|
||||
Reference in New Issue
Block a user