package
Version:
v4.0.1-0...-868bbd5
Opens a new window with list of versions in this module.
Published: Jun 21, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MessageRow struct {
TransactionHash string `db:"transaction_hash"`
Index int64 `db:"index"`
Type string `db:"type"`
Value string `db:"value"`
InvolvedAccountsAddresses string `db:"involved_accounts_addresses"`
Height int64 `db:"height"`
}
type Migrator struct {
SQL *sqlx.DB
}
Migrator represents the database migrator that should be used to migrate from v4 of the database to v5
Migrate implements database.Migrator
Source Files
¶
Click to show internal directories.
Click to hide internal directories.