Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(wire.Struct(new(DependencyService), "*"))
ProviderSet is server providers.
Functions ¶
func RegisterGrpc ¶
func RegisterGrpc(srv grpc.ServiceRegistrar, d *DependencyService)
func RegisterHttpApiV1 ¶
func RegisterHttpApiV1(srv *http.Server, d *DependencyService)
Types ¶
type DependencyService ¶
type DependencyService struct { log.Logger *helloworld.GreeterService }
Click to show internal directories.
Click to hide internal directories.