Skip to content

Commit 59b7d05

Browse files
authored
remove unused params for HTTP response (#43)
1 parent 41960d0 commit 59b7d05

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

internal/client/connection.go

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,9 @@ type Connection struct {
3838
ServiceAccountEmail *string `json:"service_account_email"`
3939

4040
// 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"`
5344

5445
// S3 Fields
5546
AWSAuthType *string `json:"aws_auth_type,omitempty"`

0 commit comments

Comments
 (0)