diff --git a/cmd/dbaas_external_endpoint_create.go b/cmd/dbaas_external_endpoint_create.go index 733e9ec2..d7aed163 100644 --- a/cmd/dbaas_external_endpoint_create.go +++ b/cmd/dbaas_external_endpoint_create.go @@ -91,7 +91,6 @@ func (c *dbaasExternalEndpointCreateCmd) cmdShort() string { } func (c *dbaasExternalEndpointCreateCmd) cmdRun(cmd *cobra.Command, args []string) error { - // Implement the command's main logic here switch c.Type { case "datadog": return c.createDatadog(cmd, args) diff --git a/cmd/dbaas_external_endpoint_update.go b/cmd/dbaas_external_endpoint_update.go index ba62331c..144ff77f 100644 --- a/cmd/dbaas_external_endpoint_update.go +++ b/cmd/dbaas_external_endpoint_update.go @@ -91,7 +91,6 @@ func (c *dbaasExternalEndpointUpdateCmd) cmdShort() string { } func (c *dbaasExternalEndpointUpdateCmd) cmdRun(cmd *cobra.Command, args []string) error { - // Implement the command's main logic here switch c.Type { case "datadog": return c.updateDatadog(cmd, args)