validator-iris

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2024 License: Apache-2.0

README

Validator

import "gitee.com/go-wares/validator-iris/validator"
type Example struct {
    Email string `json:"email" label:"邮箱" validate:"required,email"`
}
obj := &Example{}
err := validator.Struct(obj)

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL