Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MigrateCmd ¶
type MigrateCmd struct {
// contains filtered or unexported fields
}
func NewMigratorCmd ¶
func NewMigratorCmd(deps MigrateCmdDeps) *MigrateCmd
func (*MigrateCmd) Description ¶
func (*MigrateCmd) Description() string
func (*MigrateCmd) Name ¶
func (*MigrateCmd) Name() string
type RegisterCommandsDeps ¶
type RegisterCommandsDeps struct {
fx.In
MigrateCmd *MigrateCmd
}
type RegisterCommandsResult ¶
func RegisterCommands ¶
func RegisterCommands(deps RegisterCommandsDeps) RegisterCommandsResult
Click to show internal directories.
Click to hide internal directories.