kind

package
v0.0.0-...-4719e15 Latest Latest
Warning

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

Go to latest
Published: May 7, 2017 License: AGPL-3.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 Kind

type Kind uint8

Kind 值类型定义

const (
	Any     Kind = iota //未确定的任意值
	String              // 字符串
	Number              // 整数
	Float               // 浮点数
	Boolean             // 布尔值

	Map   //Map[string]interface{}
	Table //表格数据
	JSON  //JSON格式数据
	XML   //XML格式数据
	CSV   //CSV格式数据

	IPv4     //常规IP
	Password //密码
	Email    //邮箱地址

)

func (Kind) String

func (k Kind) String() string

Jump to

Keyboard shortcuts

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