Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CartService ¶
type HTTPCartService ¶
type HTTPCartService struct {
// contains filtered or unexported fields
}
func NewHTTPCartService ¶
func NewHTTPCartService(baseURL string) *HTTPCartService
type HTTPInventoryService ¶
type HTTPInventoryService struct {
// contains filtered or unexported fields
}
func NewHTTPInventoryService ¶
func NewHTTPInventoryService(baseURL string) *HTTPInventoryService
func (*HTTPInventoryService) CheckAvailability ¶
func (*HTTPInventoryService) UpdateInventory ¶
type HTTPProductService ¶
type HTTPProductService struct {
// contains filtered or unexported fields
}
func NewHTTPProductService ¶
func NewHTTPProductService(baseURL string) *HTTPProductService
func (*HTTPProductService) GetProduct ¶
type InventoryService ¶
Click to show internal directories.
Click to hide internal directories.