File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -38,18 +38,9 @@ type Connection struct {
38
38
ServiceAccountEmail * string `json:"service_account_email"`
39
39
40
40
// MySQL Fields
41
- Port * int64 `json:"port"`
42
- SSL * bool `json:"ssl"`
43
- SSLCA * string `json:"ssl_ca"`
44
- SSLCert * string `json:"ssl_cert"`
45
- SSLKey * string `json:"ssl_key"`
46
- GatewayEnabled * bool `json:"gateway_enabled"`
47
- GatewayHost * string `json:"gateway_host"`
48
- GatewayPort * int64 `json:"gateway_port"`
49
- GatewayUserName * string `json:"gateway_user_name"`
50
- GatewayPassword * string `json:"gateway_password"`
51
- GatewayKey * string `json:"gateway_key"`
52
- GatewayKeyPassphrase * string `json:"gateway_key_passphrase"`
41
+ Port * int64 `json:"port"`
42
+ SSL * bool `json:"ssl"`
43
+ GatewayEnabled * bool `json:"gateway_enabled"`
53
44
54
45
// S3 Fields
55
46
AWSAuthType * string `json:"aws_auth_type,omitempty"`
You can’t perform that action at this time.
0 commit comments