Versions in this module Expand all Collapse all v1 v1.0.3 Aug 31, 2023 v1.0.1 Aug 31, 2023 Changes in this version + func InitCustomerService(collection *mongo.Collection, ctx context.Context) netxdcustomerdalinterfaces.ICustomer + type CustomerService struct + CustomerCollection *mongo.Collection + func (p *CustomerService) CreateCustomer(user *netxdcustomerdalmodels.Customer) (*netxdcustomerdalmodels.CustomerResponse, error)