From 6fc318523c347db03379655956d4b15f14c3e7d4 Mon Sep 17 00:00:00 2001 From: simisoft-exo Date: Mon, 7 Oct 2024 15:11:34 +0100 Subject: [PATCH] cleanup --- cmd/dbaas_external_endpoint_create.go | 1 - cmd/dbaas_external_endpoint_update.go | 1 - 2 files changed, 2 deletions(-) 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)