package
0.10.0
Repository: https://github.com/csueiras/reinforcer.git
Documentation: pkg.go.dev

# Functions

MustParseMethod parses the given types.Signature and generates a Method, if there's an error this method will panic.
ParseMethod parses the given types.Signature and generates a Method.

# Structs

Method holds all of the data for code generation on a specific method signature.