Skip to content

Commit b6f00de

Browse files
committed
add
1 parent 33486e5 commit b6f00de

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tencentcloud/connectivity/client.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,8 @@ type TencentCloudClient struct {
221221
ccnv20170312Conn *vpc.Client
222222
tcssv20201101Conn *tcss.Client
223223
cloudauditv20190319Conn *audit.Client
224-
<<<<<<< HEAD
225224
privatednsv20201028Conn *privatedns.Client
226-
=======
227225
wafv20180125Conn *waf.Client
228-
>>>>>>> c5a5ebdb2 (add)
229226
}
230227

231228
// NewClientProfile returns a new ClientProfile
@@ -1935,7 +1932,6 @@ func (me *TencentCloudClient) UseCloudauditV20190319Client() *audit.Client {
19351932
return me.cloudauditv20190319Conn
19361933
}
19371934

1938-
<<<<<<< HEAD
19391935
// UsePrivatednsV20201028Client return PRIVATEDNS client for service
19401936
func (me *TencentCloudClient) UsePrivatednsV20201028Client() *privatedns.Client {
19411937
if me.privatednsv20201028Conn != nil {
@@ -1947,7 +1943,8 @@ func (me *TencentCloudClient) UsePrivatednsV20201028Client() *privatedns.Client
19471943
me.privatednsv20201028Conn.WithHttpTransport(&LogRoundTripper{})
19481944

19491945
return me.privatednsv20201028Conn
1950-
=======
1946+
}
1947+
19511948
// UseWafV20180125Client return WAF client for service
19521949
func (me *TencentCloudClient) UseWafV20180125Client() *waf.Client {
19531950
if me.wafv20180125Conn != nil {
@@ -1959,5 +1956,4 @@ func (me *TencentCloudClient) UseWafV20180125Client() *waf.Client {
19591956
me.wafv20180125Conn.WithHttpTransport(&LogRoundTripper{})
19601957

19611958
return me.wafv20180125Conn
1962-
>>>>>>> c5a5ebdb2 (add)
19631959
}

0 commit comments

Comments
 (0)