internal

package
v0.0.0-...-c1b3f41 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Import

type Import struct {
	Name  string
	Alias string
	Path  string
}

Import represents an imported Go package.

type Interface

type Interface struct {
	Name    string
	Methods []Method
}

Interface represents a Go interface.

type Method

type Method struct {
	Name       string
	Parameters []Variable
	Variadic   bool
	Results    []Variable
}

Method represents a Go interface method.

type Package

type Package struct {
	Name       string
	Imports    []Import
	Interfaces []Interface
}

Package represents a Go package.

type Variable

type Variable struct {
	Name string
	Type string
}

Variable represents a Go variable.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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