File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
tencentcloud/connectivity Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -221,11 +221,8 @@ type TencentCloudClient struct {
221
221
ccnv20170312Conn * vpc.Client
222
222
tcssv20201101Conn * tcss.Client
223
223
cloudauditv20190319Conn * audit.Client
224
- << << << < HEAD
225
224
privatednsv20201028Conn * privatedns.Client
226
- == == == =
227
225
wafv20180125Conn * waf.Client
228
- >> >> >> > c5a5ebdb2 (add )
229
226
}
230
227
231
228
// NewClientProfile returns a new ClientProfile
@@ -1935,7 +1932,6 @@ func (me *TencentCloudClient) UseCloudauditV20190319Client() *audit.Client {
1935
1932
return me .cloudauditv20190319Conn
1936
1933
}
1937
1934
1938
- << << << < HEAD
1939
1935
// UsePrivatednsV20201028Client return PRIVATEDNS client for service
1940
1936
func (me * TencentCloudClient ) UsePrivatednsV20201028Client () * privatedns.Client {
1941
1937
if me .privatednsv20201028Conn != nil {
@@ -1947,7 +1943,8 @@ func (me *TencentCloudClient) UsePrivatednsV20201028Client() *privatedns.Client
1947
1943
me .privatednsv20201028Conn .WithHttpTransport (& LogRoundTripper {})
1948
1944
1949
1945
return me .privatednsv20201028Conn
1950
- == == == =
1946
+ }
1947
+
1951
1948
// UseWafV20180125Client return WAF client for service
1952
1949
func (me * TencentCloudClient ) UseWafV20180125Client () * waf.Client {
1953
1950
if me .wafv20180125Conn != nil {
@@ -1959,5 +1956,4 @@ func (me *TencentCloudClient) UseWafV20180125Client() *waf.Client {
1959
1956
me .wafv20180125Conn .WithHttpTransport (& LogRoundTripper {})
1960
1957
1961
1958
return me .wafv20180125Conn
1962
- >> >> >> > c5a5ebdb2 (add )
1963
1959
}
You can’t perform that action at this time.
0 commit comments