generate

package
v0.0.0-...-acc9957 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator interface {
	Generate(m model.Model, writer io.Writer) error
}

Generator 核心接口 将生成的代码写入到 writer 里面 实际中 writer 可能代表一个文件,也可以是 bytes.Buffer

type MySQLGenerator

type MySQLGenerator struct{}

func (*MySQLGenerator) Generate

func (*MySQLGenerator) Generate(m model.Model, writer io.Writer) error

Jump to

Keyboard shortcuts

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