Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitCustomerService ¶
func InitCustomerService(collection *mongo.Collection, ctx context.Context) netxd_dal_interfaces.INetxdCustomers
Types ¶
type CustomerServices ¶
type CustomerServices struct { CustomerCollection *mongo.Collection // contains filtered or unexported fields }
func (*CustomerServices) CreateCustomer ¶
func (c *CustomerServices) CreateCustomer(user *netxd_dal_models.NetxdCustomer) (*netxd_dal_models.CustomerResponse, error)
Click to show internal directories.
Click to hide internal directories.