Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewShopInterface)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type ShopInterface ¶
type ShopInterface struct { v1.UnimplementedShopInterfaceServer // contains filtered or unexported fields }
func NewShopInterface ¶
func NewShopInterface(uc *biz.UserUsecase, logger log.Logger) *ShopInterface
func (*ShopInterface) Register ¶
func (s *ShopInterface) Register(ctx context.Context, req *v1.RegisterReq) (*v1.RegisterReply, error)
Click to show internal directories.
Click to hide internal directories.