package
0.0.0-20250321111944-0fd7e1e9a992
Repository: https://github.com/github/depstubber.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

Constants for channel directions.
Constants for channel directions.

# Variables

No description provided by the author

# Structs

ArrayType is an array or slice type.
ChanType is a channel type.
No description provided by the author
Function is a function.
FuncType is a function type.
InterfaceType is an interface type.
MapType is a map type.
Method is a method.
NamedType is an exported type in a package.
Package is a Go package.
No description provided by the author
Parameter is an argument or return parameter of a method.
PointerType is a pointer to another type.
StructType is a struct type.
No description provided by the author

# Interfaces

No description provided by the author
Type is a Go type.

# Type aliases

ChanDir is a channel direction.
PredeclaredType is a predeclared type such as "int".