Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeList ¶
ChangeList represents a list of changes within a section of the schema processor. It can take in a list of different migrators for a specific section and will apply them in order, based on whether Apply or Rollback is called
func (ChangeList) Apply ¶
func (c ChangeList) Apply(signal any) error
func (ChangeList) Do ¶
func (c ChangeList) Do(ss migrate.StateSelector, signal any) error
func (ChangeList) Rollback ¶
func (c ChangeList) Rollback(signal any) error
Click to show internal directories.
Click to hide internal directories.