GitHub

DaffInMemoryBackendCartShippingInformationService

import { DaffInMemoryBackendCartShippingInformationService } from '@daffodil/cart/driver/in-memory'
@Injectable()
class DaffInMemoryBackendCartShippingInformationService implements DaffInMemorySingleRouteableBackend {
  readonly collectionName: DAFF_CART_IN_MEMORY_CART_SHIPPING_COLLECTION_NAME
  get(reqInfo: RequestInfo_2)
  put(reqInfo: RequestInfo_2)
  delete(reqInfo: RequestInfo_2)
}

Properties

Name Type Description
collectionName DAFF_CART_IN_MEMORY_CART_SHIPPING_COLLECTION_NAME

The collection name of the backend service where the backend only serves one collection. Used for routing requests to the correct backend.

get
put
delete