validator

package
v0.0.0-...-e1e0139 Latest Latest
Warning

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

Go to latest
Published: May 21, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestDetail

type TestDetail struct {
	Id string `form:"id"`
}

type TestList

type TestList struct {
	Ids     []uint64
	Keyword string `form:"keyword"`
	Status  uint16 `form:"status"`
}

type TestUpdate

type TestUpdate struct {
	Name   string `form:"name" json:"name" binding:"required"`
	Number uint64 `form:"number" json:"number" binding:"required"`
	Type   uint16 `form:"type" json:"type" binding:"required"`
}

Jump to

Keyboard shortcuts

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