Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertDexTxnJob ¶
func InsertDexTxnJobList ¶
func RemoveDexTxnJob ¶
func UpdateDexTxnJob ¶
Types ¶
type DexTxnJob ¶
type DexTxnJob struct { ID *int `json:"Id"` JobID *int `json:"jobId"` UUID string `json:"uuid"` Name string `json:"name"` AlternateName string `json:"alternateName"` StartDate time.Time `json:"startDate"` EndDate time.Time `json:"endDate"` Description string `json:"description"` StatusID *int `json:"statusId"` ChainID *int `json:"chainId"` ExchangeID *int `json:"exchangeId"` TransactionHashes []string `json:"trasnactionHashes"` CreatedBy string `json:"createdBy"` CreatedAt time.Time `json:"createdAt"` UpdatedBy string `json:"updatedBy"` UpdatedAt time.Time `json:"updatedAt"` }
Asset
func GetDexTxnJob ¶
func GetDexTxnJobByJobId ¶
func GetDexTxnJobList ¶
Click to show internal directories.
Click to hide internal directories.