Documentation
¶
Overview ¶
Package delete deletes database clusters.
Package delete ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQL ¶
type MySQL struct {
// contains filtered or unexported fields
}
MySQL implements logic for the MySQL command.
func NewMySQL ¶
func NewMySQL(c MySQLConfig, everestClient everestClientConnector, l *zap.SugaredLogger) *MySQL
NewMySQL returns a new MySQL struct.
type MySQLConfig ¶
type MySQLConfig struct { Name string Everest struct { // Endpoint stores URL to Everest. Endpoint string } // Force is true when we shall not prompt for removal. Force bool }
MySQLConfig stores configuration for the MySQL command.
Click to show internal directories.
Click to hide internal directories.