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( cc *biz.CatalogUsecase, logger log.Logger) *ShopInterface
func (*ShopInterface) GetGame ¶
func (s *ShopInterface) GetGame(ctx context.Context, req *v1.GetGameReq) (*v1.GetGameReply, error)
func (*ShopInterface) ListGame ¶
func (s *ShopInterface) ListGame(ctx context.Context, req *v1.ListGameReq) (*v1.ListGameReply, error)
Click to show internal directories.
Click to hide internal directories.