Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCustomers ¶
func GetWineCommentsByCustomerId ¶
http http://localhost:3500/get-wine-comments-by-customer-id?customerId=customer-1
func SignupCustomerWithNewsletter ¶
http POST http://localhost:3500/signup-customer-with-newsletter email="joe.doe@mailinator.com" roleId="wine_lover"
func SignupCustomerWithWineComments ¶
http POST http://localhost:3500/signup-customer-with-wine-comments email="joe.doe@mailinator.com" roleId="wine_lover" wineComments:='[{"wineId": "wine-1", "wineYear": 2015, "comment": "great"}, {"wineId": "wine-1", "wineYear": 2014, "comment": "fantastic"}]'
Types ¶
type JsonResponse ¶
Click to show internal directories.
Click to hide internal directories.