Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomerService ¶
type CustomerService struct { }
func NewCustomerService ¶
func NewCustomerService() *CustomerService
func (*CustomerService) Create ¶
func (cs *CustomerService) Create(input customer.ICreateCustomer) (*customer.Customer, error)
Click to show internal directories.
Click to hide internal directories.