package
Version:
v0.0.0-...-d51fbc9
Opens a new window with list of versions in this module.
Published: Jun 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CampaignDetailPayload struct {
ID int64 `json:"id"`
Name string `json:"name"`
TotalDonation int64 `json:"total_donation"`
TargetDonation int64 `json:"target_donation"`
IsClosed bool `json:"is_closed"`
Reason string `json:"reason"`
}
type CreateDonationMessage struct {
CampaignID int64 `json:"campaign_id"`
DonorName string `json:"donor_name"`
Amount int `json:"amount"`
TargetDonation int64 `json:"target_donation"`
TotalDonation int64 `json:"total_donation"`
}
type DonationReq struct {
CampaignID int64 `json:"campaign_id"`
DonorName string `json:"donor_name"`
Amount int `json:"amount"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.