services

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitCustomerService

func InitCustomerService(client *mongo.Client, customer *mongo.Collection, transaction *mongo.Collection, ctx context.Context) interfaces.ICustomer

Types

type CustomerService

type CustomerService struct {
	CustomerCollection    *mongo.Collection
	TransactionCollection *mongo.Collection
	// contains filtered or unexported fields
}

func (*CustomerService) CreateCustomer

func (c *CustomerService) CreateCustomer(user *models.Customer) (*models.DBResponse, error)

func (*CustomerService) TransferTransaction added in v1.0.2

func (a *CustomerService) TransferTransaction(fromid string, toid string, amt int64) (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL