typedef

package
v0.0.0-...-58d91f3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Env

type Env struct {
	GOPATH    string
	ExecDir   string
	OutputDir string
	TmpDir    string
}

func NewEnv

func NewEnv(outputPath string) (m *Env)

func (*Env) Dump

func (m *Env) Dump(out io.Writer)

type Field

type Field struct {
	// 中文名称
	NameCN string
	// 备注
	Remark string
	// 渲染json用的名称
	JsonName string
	// select SQL 后 row 内的 key
	ColName string
	// Go语言内部的类型
	Kind reflect.Kind
}

type FieldGroup

type FieldGroup struct {
	Fields []*Field
}

type FieldMgr

type FieldMgr struct {
}

Jump to

Keyboard shortcuts

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