Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewGreeterAppService, )
Functions ¶
This section is empty.
Types ¶
type GreeterAppService ¶
type GreeterAppService struct { v1.UnimplementedGreeterServer // contains filtered or unexported fields }
func NewGreeterAppService ¶
func NewGreeterAppService( logger log.Logger, event event.EventBus, repo repository.GreeterRepo, ) *GreeterAppService
func (*GreeterAppService) Create ¶
func (s *GreeterAppService) Create(ctx context.Context, in *v1.CreateRequest) (*v1.CreateResponse, error)
func (*GreeterAppService) OnGreeterCreated ¶
func (s *GreeterAppService) OnGreeterCreated(e *event.Event)
func (*GreeterAppService) SayHello ¶
func (s *GreeterAppService) SayHello(ctx context.Context, in *v1.HelloRequest) (*v1.HelloResponse, error)
Click to show internal directories.
Click to hide internal directories.