validators

package
v0.0.0-...-dc4534b Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2015 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntIsPresent

type IntIsPresent struct {
	Name  string
	Field int
}

func (*IntIsPresent) IsValid

func (v *IntIsPresent) IsValid(errors *validate.Errors)

type StringIsPresent

type StringIsPresent struct {
	Name  string
	Field string
}

func (*StringIsPresent) IsValid

func (v *StringIsPresent) IsValid(errors *validate.Errors)

type TimeIsBeforeTime

type TimeIsBeforeTime struct {
	FirstName  string
	FirstTime  time.Time
	SecondName string
	SecondTime time.Time
}

func (*TimeIsBeforeTime) IsValid

func (v *TimeIsBeforeTime) IsValid(errors *validate.Errors)

type TimeIsPresent

type TimeIsPresent struct {
	Name  string
	Field time.Time
}

func (*TimeIsPresent) IsValid

func (v *TimeIsPresent) IsValid(errors *validate.Errors)

Jump to

Keyboard shortcuts

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