Skip to content

Commit

Permalink
Improve readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
elkezza committed Dec 20, 2024
1 parent 52a8caf commit 58b4dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dbaas_acl_show_kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
v3 "github.com/exoscale/egoscale/v3"
)

// Fetch OpenSearch ACL configuration and process its details
func (c *dbaasAclShowCmd) showKafka(ctx context.Context, serviceName string) (output.Outputter, error) {
client, err := switchClientZoneV3(ctx, globalstate.EgoscaleV3Client, v3.ZoneName(c.Zone))
if err != nil {
Expand Down

0 comments on commit 58b4dd2

Please sign in to comment.