package
0.0.0-20190507022301-b1bd2f5c3845
Repository: https://github.com/gincoinc/go.git
Documentation: pkg.go.dev
# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
# Constants
SentTransactionStatusFailure is a status indicating that there has been an error while sending a transaction.
SentTransactionStatusSending is a status indicating that transaction is sending.
SentTransactionStatusSuccess is a status indicating that transaction has been successfully sent.
# Variables
Migrations represents all of the schema migration.
# Structs
No description provided by the author
ReceivedPayment represents payment received by the gateway server.
SentTransaction represents transaction sent by the gateway server.
# Interfaces
No description provided by the author
# Type aliases
SentTransactionStatus type represents sent transaction status.