package
0.0.0-20250321111944-0fd7e1e9a992
Repository: https://github.com/github/depstubber.git
Documentation: pkg.go.dev
# 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
# Type aliases
ChanDir is a channel direction.
PredeclaredType is a predeclared type such as "int".