package
4.1.4
Repository: https://git.sr.ht/~nelsam/hel
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

For returns a Mock representing typ.
Generate generates a Mocks value for all exported interface types returned by finder.
MethodFor returns a Method representing typ, using receiver as the Method's receiver type and name as the method name.

# Variables

No description provided by the author

# Structs

Method represents a method that is being mocked.
Mock is a mock of an interface type.
Mocks is a set of mocks generated from a go package.

# Interfaces

TypeFinder represents a type which knows about types and dependencies.