parser

package
v0.0.0-...-7144ed9 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Field

type Field struct {
	FieldName string
	Type      common.FieldType
	Tag       string
}

type Import

type Import struct {
	Name string
	Path string
}

type Struct

type Struct struct {
	StructName  string
	Path        string
	PackageName string
	Fields      []Field
	Imports     map[string]Import
}

func ExtractStructs

func ExtractStructs(path string) ([]*Struct, error)

Jump to

Keyboard shortcuts

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