Skip to content

Commit

Permalink
Support Mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 committed Dec 23, 2021
1 parent 6a2e54f commit f9e6fdb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions api/icd/icdv4/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package icdv4

import (
"fmt"

"github.com/IBM-Cloud/bluemix-go/client"
"github.com/IBM-Cloud/bluemix-go/utils"
)
Expand All @@ -16,14 +17,15 @@ type ConnectionRes struct {
}

type Connection struct {
Rediss Uri `json:"rediss"`
Grpc Uri `json:"grpc"`
Postgres Uri `json:"postgres"`
Https Uri `json:"https"`
Amqps Uri `json:"amqps"`
Cli CliConn `json:"cli"`
Mongo Uri `json:"mongodb"`
Secure CassandraUri `json:"secure"`
Rediss Uri `json:"rediss"`
Grpc Uri `json:"grpc"`
Postgres Uri `json:"postgres"`
Https Uri `json:"https"`
Amqps Uri `json:"amqps"`
Cli CliConn `json:"cli"`
Mongo Uri `json:"mongodb"`
Secure CassandraUri `json:"secure"`
Mysql Uri `json:"mysql"`
}

type CassandraUri struct {
Expand Down

0 comments on commit f9e6fdb

Please sign in to comment.