mpvalidator

package
v0.0.0-...-3faa710 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2020 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package mpvalidator validator User: 姜伟 Time: 2020-02-19 06:31:26

Index

Constants

View Source
const (
	// FieldIgnoreSign 字段-忽略接口签名
	FieldIgnoreSign = "_sign"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {
	Field     string                 `json:"field"`      // 字段名
	Desc      string                 `json:"desc"`       // 字段描述
	DataType  string                 `json:"data_type"`  // 字段数据类型
	DataRules map[string]interface{} `json:"data_rules"` // 字段数据规则
}

Filter Filter

type Filters

type Filters []Filter

Filters Filters

Jump to

Keyboard shortcuts

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