Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FixDposBalance ¶ added in v1.5.5
type FixDposBalance struct {
// contains filtered or unexported fields
}
FixDposBalance is a migration that removes the Sender attribute from the Dag struct.
func (*FixDposBalance) Apply ¶ added in v1.5.5
func (m *FixDposBalance) Apply(s *pebble.Storage) error
Apply is the implementation of the Migration interface for the FixDposBalance.
func (*FixDposBalance) GetId ¶ added in v1.5.5
func (m *FixDposBalance) GetId() string
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) RegisterMigration ¶
Click to show internal directories.
Click to hide internal directories.