Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Greeter ¶
type Greeter struct {
InputMaker InputMaker
Client *client.Client
}
type InputMaker ¶
type InputMaker interface {
MakeInput() client.GreetInput
}
Click to show internal directories.
Click to hide internal directories.