GitHub

DaffInMemoryBackendCartOrderService

import { DaffInMemoryBackendCartOrderService } from '@daffodil/cart/driver/in-memory'

@Injectable()
class DaffInMemoryBackendCartOrderService implements DaffInMemorySingleRouteableBackend {
  readonly collectionName: "cart-order" = DAFF_CART_IN_MEMORY_CART_ORDER_COLLECTION_NAME

  post(reqInfo: RequestInfo_2): any
}

Properties

collectionName
"cart-order"
DefaultDAFF_CART_IN_MEMORY_CART_ORDER_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.

() Methods

post
any
Parameters
ParameterreqInfo: RequestInfo_2
Description