gen

package
v0.0.32 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MPL-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 Utils

type Utils interface {
	DeclareSliceVar(varName string, valueImportPath string, values []any) Utils             // 声明变量并给变量赋值slice
	AddMethod(receiver, methodName string, params, results []string, body []jen.Code) Utils // 增加方法
	Save(destFile string) error                                                             // 保存文件
}

func New

func New(pkgName string, imports map[string]string) Utils

Jump to

Keyboard shortcuts

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