Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( data.ProviderSet, biz.ProviderSet, service.NewEmployeeService, NewAdminApp, )
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type Admin ¶
func NewAdminApp ¶
func NewAdminApp(hs *http.Server, gs *grpc.Server, m middleware.Middleware, employee v1.EmployeeServiceServer, ) *Admin
Click to show internal directories.
Click to hide internal directories.