Versions in this module Expand all Collapse all v0 v0.1.0 Dec 3, 2020 Changes in this version + type HookTemplate struct + HookName string + Imports []string + InterfaceName string + MethodCallArgs []string + MethodDeclArgs []string + MethodName string + PackageName string + Safe bool + func (this HookTemplate) String() string + func (this HookTemplate) Write(w io.Writer) error + type Hookgen struct + Dst string + Formatter string + Safe bool + Src string + func (this *Hookgen) Generate(w io.Writer, i *types.Interface) error