Versions in this module Expand all Collapse all v0 v0.0.2 Sep 12, 2022 v0.0.1 Sep 12, 2022 Changes in this version + var ProviderSet = wire.NewSet(NewGRPCServer, NewHTTPServer) + func NewGRPCServer(c *conf.Server, greeter *service.GreeterService, notifyV1 *nsV1.NotifyService, ...) *grpc.Server + func NewHTTPServer(c *conf.Server, greeter *service.GreeterService, notifyV1 *nsV1.NotifyService, ...) *http.Server