mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 01:35:24 -04:00
8 lines
120 B
Go
8 lines
120 B
Go
package validators
|
|
|
|
import "github.com/go-playground/validator/v10"
|
|
|
|
var (
|
|
GlobalEntitiesValidator = validator.New()
|
|
)
|