Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
adapt to foundation (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxiaoliang authored May 16, 2019
1 parent 249fed0 commit 12f8b64
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion apollo/apollo_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ func (apolloClient *Client) NewApolloClient() {
SSLEnabled: false,
TLSConfig: nil, //TODO Analyse the TLS configuration of Apollo Server
Compressed: false,
Verbose: false,
}
var err error
apolloClient.client, err = httpclient.GetURLClient(options)
Expand Down
1 change: 0 additions & 1 deletion configcenter/configcenter_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func NewConfigCenter(options config.Options) config.Client {
SSLEnabled: options.EnableSSL,
TLSConfig: options.TLSConfig,
Compressed: false,
Verbose: false,
}
memDiscovery.client, _ = httpclient.GetURLClient(opts)

Expand Down
2 changes: 1 addition & 1 deletion serializers/types_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package serializers

import (
"github.com/go-chassis/go-cc-client/serializers/json"
"github.com/go-chassis/go-chassis-config/serializers/json"
"testing"
)

Expand Down

0 comments on commit 12f8b64

Please sign in to comment.