Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewHelloWorldHTTPController)
Functions ¶
This section is empty.
Types ¶
type HelloWorldHTTP ¶
type HelloWorldHTTP struct {
// contains filtered or unexported fields
}
func NewHelloWorldHTTPController ¶
func NewHelloWorldHTTPController(helloworld *service.HelloWorld) *HelloWorldHTTP
type Options ¶
type Options struct {
HelloWorldHTTP *HelloWorldHTTP
}
Click to show internal directories.
Click to hide internal directories.