refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 83d795fcee - Show all commits

View File

@ -11,6 +11,11 @@ import (
// Campaign ...
type Campaign struct{}
// GetCampaign ...
func GetCampaign() Campaign {
return Campaign{}
}
// GetCampaignTransaction ...
func (c Campaign) GetCampaignTransaction(p model.GetCampaignTransactionsRequest) (*model.ResponseCampaignTransactionAll, error) {
msg, err := natsio.GetServer().Request(subject.Campaign.GetListCampaignTransactionAdminInfoByIDs, toBytes(p))