Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BackendName = "__IITK-Coin.dflt-backend__"
Defualt values
View Source
var MailHost = "smtp.gmail.com"
View Source
var MailPort = 587
View Source
var MaxCap = 101.0
View Source
var MinEvents = 5
View Source
var MyGmailId = "sender@example.com"
View Source
var MyPwd = "sender.pwd"
View Source
var RedisHost = "localhost"
View Source
var RedisPassword = "__dflt-pwd__"
View Source
var SignatureKey = "xyz"
View Source
var TknExpTime = 15 // mins
Functions ¶
This section is empty.
Types ¶
type DefaultDataRespBody ¶
type DefaultDataRespBody struct {
Message interface{} `json:"message"`
Error interface{} `json:"error"`
Data interface{} `json:"data"`
}
type DefaultRespBody ¶
type DefaultRespBody struct {
Message interface{} `json:"message"`
Error interface{} `json:"error"`
}
type LoginRespBody ¶
type LoginRespBody struct {
Message interface{} `json:"message"`
Error interface{} `json:"error"`
Token interface{} `json:"token"`
}
type PwdResetObj ¶
type RedeemReqObj ¶
type RedeemRespBody ¶
type RedeemRespBody struct {
Message interface{} `json:"message"`
Error interface{} `json:"error"`
ReqId interface{} `json:"request_id"`
}
type RedeemStatusUPDBody ¶
type TxnRespBody ¶
type TxnRespBody struct {
Message interface{} `json:"message"`
Error interface{} `json:"error"`
TxnId interface{} `json:"transaction_id"`
}
type UserRedeemState ¶
type ViewCoinsRespBody ¶
type ViewCoinsRespBody struct {
Message interface{} `json:"message"`
Error interface{} `json:"error"`
Coins interface{} `json:"coins"`
}
Click to show internal directories.
Click to hide internal directories.