parser

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(c driver.Client) error

Run .

Types

type Plugin

type Plugin struct {
	// contains filtered or unexported fields
}

Plugin .

type Struct

type Struct struct {
	Name   string
	Desc   string
	Table  *driver.Table
	Fields []*StructField
}

Struct go struct

type StructField

type StructField struct {
	Name string    // 字段
	Tag  types.Tag // 标签
	Type string    // 类型
	Desc string    // 注释
}

StructField fields for go struct

Jump to

Keyboard shortcuts

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