//
pkg.gl
Category
github.com/csueiras/reinforcer
internal
generator
method
package
0.10.0
Repository:
https://github.com/csueiras/reinforcer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
5
Files
213 SLOC
#
Functions
MustParseMethod
MustParseMethod parses the given types.Signature and generates a Method, if there's an error this method will panic.
ParseMethod
ParseMethod parses the given types.Signature and generates a Method.
#
Structs
Method
Method holds all of the data for code generation on a specific method signature.