Versions in this module Expand all Collapse all v1 v1.0.4 Aug 31, 2023 v1.0.3 Aug 31, 2023 Changes in this version + func InitCustomerService(collection *mongo.Collection, ctx context.Context) netxd_grpc_mongo_interfaces.ICustomer + type CustomerService struct + CustomerCollection *mongo.Collection + func (cus *CustomerService) CreateCustomer(customer *netxd_grpc_mongo_models.Customer) (*netxd_grpc_mongo_models.CustomerResponse, error)