Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewGrpcServer, NewHttpServer)
ProviderSet is server providers.
Functions ¶
func NewGrpcServer ¶
func NewHttpServer ¶
Types ¶
type AppServer ¶
type AppServer struct {
SvcCtx *svc.ServiceContext
Hs *http.Server
HelloService *service.HelloService
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.