Items returns the internal migrations list slice.
()
| 25 | |
| 26 | // Items returns the internal migrations list slice. |
| 27 | func (l *MigrationsList) Items() []*Migration { |
| 28 | return l.list |
| 29 | } |
| 30 | |
| 31 | // Copy copies all provided list migrations into the current one. |
| 32 | func (l *MigrationsList) Copy(list MigrationsList) { |
no outgoing calls