From b5acb8cd757c7c9fca45b24ffcf103e0c96e0b42 Mon Sep 17 00:00:00 2001 From: HarrisChu <1726587+HarrisChu@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:00:58 +0800 Subject: [PATCH] add more option --- pkg/common/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/common/types.go b/pkg/common/types.go index 5435c85..3b547bd 100644 --- a/pkg/common/types.go +++ b/pkg/common/types.go @@ -56,6 +56,7 @@ type ( CsvOption `json:",inline"` RetryOption `json:",inline"` SSLOption `json:",inline"` + ExtraOptions any `json:"extra_options,omitempty"` } PoolOption struct {