import { DaffInMemoryBackendCartItemsService } from '@daffodil/cart/driver/in-memory'
@Injectable()
class DaffInMemoryBackendCartItemsService implements DaffInMemorySingleRouteableBackend {
readonly collectionName: "cart-items" = DAFF_CART_IN_MEMORY_CART_ITEMS_COLLECTION_NAME
get(reqInfo: RequestInfo_2): any
put(reqInfo: RequestInfo_2): any
post(reqInfo: RequestInfo_2): any
delete(reqInfo: RequestInfo_2): any
}
"cart-items"
Default | DAFF_CART_IN_MEMORY_CART_ITEMS_COLLECTION_NAME |
---|---|
Description | The collection name of the backend service where the backend only serves one collection. Used for routing requests to the correct backend. |
any
Parameter | reqInfo: RequestInfo_2 |
---|---|
Description |
any
Parameter | reqInfo: RequestInfo_2 |
---|---|
Description |
any
Parameter | reqInfo: RequestInfo_2 |
---|---|
Description |
any
Parameter | reqInfo: RequestInfo_2 |
---|---|
Description |