MCPcopy
hub / github.com/flipped-aurora/gin-vue-admin / PluginInitializeV2

Struct PluginInitializeV2

server/utils/ast/plugin_initialize_v2.go:11–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type PluginInitializeV2 struct {
12 Base
13 Type Type // 类型
14 Path string // 文件路径
15 PluginPath string // 插件路径
16 RelativePath string // 相对路径
17 ImportPath string // 导包路径
18 StructName string // 结构体名称
19 PackageName string // 包名
20}
21
22func (a *PluginInitializeV2) Parse(filename string, writer io.Writer) (file *ast.File, err error) {
23 if filename == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected