Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitCustomer ¶
func InitCustomer(collection *mongo.Collection, ctx context.Context) interfaces.ICustomer
Types ¶
type CustomerService ¶
type CustomerService struct { CustomerCollection *mongo.Collection // contains filtered or unexported fields }
func (*CustomerService) CreateCustomer ¶
func (c *CustomerService) CreateCustomer(user *models.Customer) (*models.CustomerResponse, error)
Click to show internal directories.
Click to hide internal directories.