Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PassThrough ¶
type PassThrough struct {
// contains filtered or unexported fields
}
PassThrough is a code generator that injects no middleware and acts a simple fall through call to the delegate
func NewPassThrough ¶
func NewPassThrough(method *method.Method, structName string, receiverName string) *PassThrough
NewPassThrough is a ctor for PassThrough
Click to show internal directories.
Click to hide internal directories.