Versions in this module Expand all Collapse all v1 v1.1.0 Dec 12, 2020 v1.0.0 Nov 15, 2020 Changes in this version + const HandlerTemplate + const MethodTemplate + func Generate(f *protogen.File, implPath, pkgPath, module string) error + type HandlerData struct + Desc string + GoPackage string + Imports map[string]string + Service string + func NewHandlerData(pkg, srv string) *HandlerData + func (d *HandlerData) AddImport(alias, path string) + type MethodData struct + GoPackage string + Imports map[string]string + Input string + Name string + Output string + func NewMethodData() *MethodData + func (m *MethodData) AddImport(alias, path string) + func (m *MethodData) AddInput(alias, importPath, typeName string) + func (m *MethodData) AddOutput(alias, importPath, typeName string)