demo

package
v0.0.0-...-52c4d39 Latest Latest
Warning

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

Go to latest
Published: May 4, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TagModel

type TagModel struct {
	Id    string `validator:"required"`
	Name  string `validator:"required,minlength=2,maxlength=10"`
	Email string `validator:"email"`
	Age   int    `validator:"min=3,max=35"`
}

TagModel include 5 validators: required, minlength, maxlength, min, max

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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