Documentation ¶
Index ¶
Constants ¶
View Source
const (
FlagEndpoint = "endpoint"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterClientFlags ¶
Types ¶
type CleanupHandler ¶ added in v0.11.0
type CleanupHandler struct{}
func NewCleanupHandler ¶ added in v0.11.0
func NewCleanupHandler() *CleanupHandler
func (*CleanupHandler) CleanupSQL ¶ added in v0.11.0
func (h *CleanupHandler) CleanupSQL(cmd *cobra.Command, args []string) error
type ClientContext ¶ added in v0.11.0
type MigrateHandler ¶
type MigrateHandler struct{}
func NewMigrateHandler ¶
func NewMigrateHandler() *MigrateHandler
func (*MigrateHandler) MigrateSQL ¶
func (h *MigrateHandler) MigrateSQL(cmd *cobra.Command, args []string, opts ...driver.RegistryOption) error
Click to show internal directories.
Click to hide internal directories.