package
0.0.0-20211203083915-0f94b86a336a
Repository: https://github.com/dovbysh/gin-rest-generator.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.
TemplateInputInterface subset of interface information used for template generation.
TemplateInputs information passed to template for generation.

# Type aliases

ParamsSlice slice of parameters.