ifparser

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 16, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interf

type Interf struct {
	Name    string
	Methods []Method
}

type Method

type Method struct {
	Name    string
	Args    []Param
	Returns []Param
}

type Package

type Package struct {
	Name       string
	Imports    map[string]string // path => alias
	Interfaces []Interf
}

func ParseDir

func ParseDir(src string) Package

type Param

type Param struct {
	Name string
	Type string
}

Jump to

Keyboard shortcuts

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