package
1.1.1
Repository: https://github.com/mainnika/mock.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

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

# Structs

ArrayType is an array or slice type.
ChanType is a channel type.
FuncType is a function type.
Interface is a Go interface.
MapType is a map type.
Method is a single method of an interface.
NamedType is an exported type in a package.
Package is a Go package.
Parameter is an argument or return parameter of a method.
PointerType is a pointer to another type.

# Interfaces

Type is a Go type.

# Type aliases

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