package
0.0.0-20240610194716-f9917e4b8a4f
Repository: https://github.com/adamconnelly/kelpie.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Parse parses the source contained in the reader.

# Structs

IncludingInterfaceFilter is an InterfaceFilter that works based on an allow-list of interface names.
MethodDefinition defines a method in an interface.
MockedInterface represents an interface that a mock should be generated for.
ParameterDefinition contains information about a method parameter.
ParsedPackage contains the information needed to generate mocks from parsing a package.
ResultDefinition contains information about a method result.

# Interfaces

InterfaceFilter is used to decide which interfaces mocks should be generated for.