g

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBufer

func NewBufer() *bufer

func NewGor

func NewGor(tags []string, outway, driverName string, name func(columnName string) string) *gor

Types

type Column

type Column struct {
	Name      string
	Type      string
	TitleName string
	SmallName string
	Comment   string
}

type ColumnLen added in v1.1.0

type ColumnLen struct {
	NameLen      int
	TitleNameLen int
	SmallNameLen int
	TypeLen      int
}

type Row added in v1.1.0

type Row struct {
	S string
	C string
	B bool
}

type Tab added in v1.1.0

type Tab struct {
	T string
	B bool
}

type Tag added in v1.1.0

type Tag struct {
	Name string
	T    int // 0 - 原生  1 - 大驼峰  2 - 小驼峰
	F    func(string) string
}

Jump to

Keyboard shortcuts

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