Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewIntegrateService)
Functions ¶
This section is empty.
Types ¶
type IntegrateService ¶
type IntegrateService struct { v1.UnimplementedIntegrateServiceServer // contains filtered or unexported fields }
func NewIntegrateService ¶
func NewIntegrateService(uc *biz.IntegratorUsecase) *IntegrateService
func (*IntegrateService) Integrate ¶
func (s *IntegrateService) Integrate(ctx context.Context, req *v1.IntegrateRequest) (*v1.IntegrateReply, error)
Click to show internal directories.
Click to hide internal directories.