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