cmd

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2022 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type ImitFuncSig

type ImitFuncSig struct {
	Name    string
	Params  []*Param
	Results []*Param
}

type ImitInterface

type ImitInterface struct {
	Name       string
	UnimplName string
	RecvName   string
	FuncSigs   []*ImitFuncSig
}

type Imprt

type Imprt struct {
	Alias string
	Path  string
}

type Material

type Material struct {
	FileName   string
	PkgName    string
	Imports    []*Imprt
	Interfaces []*ImitInterface
}

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