Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewHelloServer)
ProviderSet is server providers.
Functions ¶
This section is empty.
Types ¶
type HelloService ¶
type HelloService struct {
hello.UnimplementedHelloServer
// contains filtered or unexported fields
}
func NewHelloServer ¶
func NewHelloServer(ctx *svc.ServiceContext) *HelloService
Click to show internal directories.
Click to hide internal directories.