Versions in this module Expand all Collapse all v1 v1.2.0 Dec 8, 2018 Changes in this version + type Greeter struct + Client *client.Client + InputMaker InputMaker + func (g *Greeter) Greet() (string, error) + type InputMaker interface + MakeInput func() client.GreetInput