Versions in this module Expand all Collapse all v0 v0.4.6 May 13, 2022 v0.4.4 May 12, 2022 Changes in this version + var ProviderSet = wire.NewSet(wire.Struct(new(controller.Options), "*"), NewGrpcServer, NewHttpServer) + func InitApp(app *application.Application) error + type GrpcServer struct + Helloworld *service.HelloWorld + func NewGrpcServer(opts *service.HelloWorld) *GrpcServer + func (s *GrpcServer) Mux() + type HttpServer struct + func NewHttpServer(opts controller.Options) *HttpServer + type Options struct