package
0.0.0-20220513094241-94ea744c4c09
Repository: https://github.com/abhisek1985/go-mux-crud.git
Documentation: pkg.go.dev

# Functions

CreateMerchant create a merchant in the postgres db.
CreateTeam create a team in the postgres db.
DeleteMerchant delete merchant's detail in the postgres db.
DeleteTeam delete team's detail in the postgres db.
GetAllMerchant will return all the merchants.
GetAllTeam will return all the teams.
GetMerchant will return a single merchant by its id.
GetTeam will return a single team by its id.
GetTeamsForMerchant return Teams related to given merchantID.
UpdateMerchant update merchant's detail in the postgres db.
UpdateTeam update team's detail in the postgres db.