# 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.
TemplateInputInterface subset of interface information used for template generation.
TemplateInputs information passed to template for generation.
# Type aliases
ParamsSlice slice of parameters.