Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewGreeterService)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type GreeterService ¶
type GreeterService struct {
// contains filtered or unexported fields
}
GreeterService is a greeter service.
func NewGreeterService ¶
func NewGreeterService(uc *biz.GreeterUseCase, logger log.Logger, validator *protovalidate.Validator) *GreeterService
NewGreeterService new a greeter service.
func (*GreeterService) LuckySearch ¶
func (s *GreeterService) LuckySearch(ctx context.Context, request *v1.LuckySearchRequest) (*v1.LuckySearchResponse, error)
LuckySearch implements helloworld.LuckySearch
func (*GreeterService) SayHello ¶
func (s *GreeterService) SayHello(ctx context.Context, request *v1.SayHelloRequest) (*v1.SayHelloResponse, error)
SayHello implements helloworld.GreeterServer.
Click to show internal directories.
Click to hide internal directories.