Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface { GetStoreProduct(ctx context.Context, req *types.GetStoreProductRequest) (*types.GetStoreProductResponse, error) GetStoreProducts(ctx context.Context, req *types.GetStoreProductsRequest) (*types.GetStoreProductsResponse, error) }
type Usecase ¶
type Usecase interface { GetStoreProduct(ctx context.Context, req *types.GetStoreProductRequest) (*types.GetStoreProductResponse, error) GetStoreProducts(ctx context.Context, req *types.GetStoreProductsRequest) (*types.GetStoreProductsResponse, error) }
Click to show internal directories.
Click to hide internal directories.