inventoryRepository

package
v0.0.0-...-029b491 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InventoryRepositoryService

type InventoryRepositoryService interface {
	FindNftsInIds(pctx context.Context, grpcUrl string, req *nftPb.FindNftsInIdsReq) (*nftPb.FindNftsInIdsRes, error)
	FindUserNfts(pctx context.Context, filter primitive.D, opts []*options.FindOptions) ([]*inventory.Inventory, error)
	CountUserNfts(pctx context.Context, userId string) (int64, error)
}

func NewInventoryRepository

func NewInventoryRepository(db *mongo.Client) InventoryRepositoryService

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL