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(NewHelloWorldHTTPController) + type HelloWorldHTTP struct + func NewHelloWorldHTTPController(helloworld *service.HelloWorld) *HelloWorldHTTP + func (s *HelloWorldHTTP) SayHello(c echo.Context) error + type Options struct + HelloWorldHTTP *HelloWorldHTTP