Documentation ¶
Index ¶
Constants ¶
View Source
const ( PrettyFlag = "pretty" JSONFlag = "json" DetailFlag = "detail" )
View Source
const ( BackupMarkShortDescription = "Marks a backup permanent or impermanent" BackupMarkLongDescription = `` /* 147-byte string literal not displayed */ ImpermanentDescription = "Marks a backup impermanent" ImpermanentFlagShortHand = "i" ImpermanentFlag = "impermanent" )
View Source
const ( DeleteTargetUsageExample = "target" DeleteTargetExamples = "" )
Variables ¶
View Source
var ShortDescription = "MySQL backup tool"
Functions ¶
Types ¶
type DeleteHandler ¶ added in v0.2.23
type DeleteHandler struct { *internal.DeleteHandler // contains filtered or unexported fields }
func NewMySQLDeleteHandler ¶ added in v0.2.23
func NewMySQLDeleteHandler() (*DeleteHandler, error)
Click to show internal directories.
Click to hide internal directories.