Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntStrategy ¶
type EntStrategy struct {
// contains filtered or unexported fields
}
EntStrategy adapts an ent migration function to Strategy.
func NewEntStrategy ¶
func NewEntStrategy(migrateFn func(context.Context) error) *EntStrategy
func (*EntStrategy) Name ¶
func (s *EntStrategy) Name() string
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager orchestrates migration execution.
func NewManager ¶
Click to show internal directories.
Click to hide internal directories.