Versions in this module Expand all Collapse all v0 v0.1.0 Apr 12, 2020 Changes in this version + var ErrBadInputType = errors.New("Input type must be go interface") + var ErrUnsupportedMethodSignature = errors.New("Method must not be anonymous, have 0 input parameters and 1 output") + type Generator struct + func FromFile(filename string) *Generator + func (g *Generator) Generate(w io.Writer) error + func (g *Generator) WithPackageName(name string) *Generator