package
0.0.0-20190728122456-1666c0539d64
Repository: https://github.com/drmagice/wire-examples.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewMockUserRepo *mockUserRepo构造函数.
NewUserService *UserService构造函数.

# Variables

MockUserRepoSet 将 *mockUserRepo与UserRepository绑定.

# Structs

User 用户对象.
UserService.

# Interfaces

UserRepository 存放User对象的数据仓库接口,eg: mysql,restful api ....