Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewHardwareService)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type HardwareService ¶
type HardwareService struct { v1.UnimplementedHardwareServer // contains filtered or unexported fields }
GreeterService is a greeter service.
func NewHardwareService ¶
func NewHardwareService(uc *biz.HardwareUsecase) *HardwareService
NewGreeterService new a greeter service.
func (*HardwareService) GetHardware ¶
func (s *HardwareService) GetHardware(ctx context.Context, in *v1.GetHardwareRequest) (*v1.GetHardwareReply, error)
func (*HardwareService) Send ¶
func (s *HardwareService) Send(ctx context.Context, in *v1.SendRequest) (*v1.SendReply, error)
SayHello implements helloworld.GreeterServer.
Click to show internal directories.
Click to hide internal directories.