Versions in this module Expand all Collapse all v1 v1.1.0 Aug 9, 2022 v1.0.9 Aug 8, 2022 Changes in this version + var NewType = "New" + type Info struct + InterfaceName string + Methods []Method + type Method struct + ApiName string + Body string + type Object struct + func New() *Object + func (g *Object) AppendInfos(info Info) *Object + func (g *Object) AppendMethods(method Method) *Object + func (g *Object) Generate() (ok bool) + func (g *Object) SetFileName(fileName string) *Object + func (g *Object) SetPkgName(pkgName string) *Object