Versions in this module Expand all Collapse all v1 v1.0.3 Aug 31, 2023 v1.0.2 Aug 31, 2023 Changes in this version + func InitCustomer(collection *mongo.Collection, ctx context.Context) interfaces.ICustomer + type CustomerService struct + CustomerCollection *mongo.Collection + func (c *CustomerService) CreateCustomer(user *models.Customer) (*models.CustomerResponse, error)