types

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface struct {
	Name       string
	ImportPath string
	Methods    []*Method
}

func Extract

func Extract(importPaths []string, targetNames, excludeNames []string) ([]*Interface, error)

type Method

type Method struct {
	Name     string
	Params   []types.Type
	Results  []types.Type
	Variadic bool
}

Jump to

Keyboard shortcuts

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