Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Customers ¶
type Customers struct {
// contains filtered or unexported fields
}
Customers customers REST API
func NewCustomers ¶
NewCustomers construct a new customers with the supplied configuration
func (*Customers) Customers ¶
func (cs *Customers) Customers(c echo.Context, params customersapi.CustomersParams) error
Customers Get a list of customers. (GET /customers)
func (*Customers) GetCustomer ¶
GetCustomer (GET /customers/{id})
func (*Customers) NewCustomer ¶
NewCustomer Create a customer. (POST /customers)
func (*Customers) UpdateCustomer ¶
UpdateCustomer Update a customer. (PUT /customers/{id})
Click to show internal directories.
Click to hide internal directories.