package greeter
import "github.com/golang/mock/mockgen/internal/tests/custom_package_name/greeter"
Index ¶
Types ¶
type Greeter ¶
type Greeter struct { InputMaker InputMaker Client *client.Client }
func (*Greeter) Greet ¶
type InputMaker ¶
type InputMaker interface {
MakeInput() client.GreetInput
}
Source Files ¶
- Version
- v1.3.1
- Published
- May 9, 2019
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 18 seconds ago –
Tools for package owners.