package
1.4.2
Repository: https://github.com/hexdigest/gowrap.git
Documentation: pkg.go.dev

# Functions

NewGenerator returns Generator initialized with options.
NewMethod returns pointer to Signature struct or error.
NewParam returns Param struct.

# Structs

Generator generates decorators for the interface types.
Method represents a method's signature.
Options of the NewGenerator constructor.
Param represents fuction argument or result.
TemplateInputGenerics subset of generics interface information used for template generation.
TemplateInputInterface subset of interface information used for template generation.
TemplateInputs information passed to template for generation.

# Type aliases

ParamsSlice slice of parameters.